#5CBF35

Color #5CBF35 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #5CBF35

Tints of Apple #5CBF35

Color information

#5CBF35 (or 0x5CBF35) is unknown color: approx Apple. HEX triplet: 5C, BF and 35. RGB value is (92,191,53). Sum of RGB (Red+Green+Blue) = 92+191+53=336 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.38% from 336); Green value is 191 (75% from 255 or 56.85% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 191 - color contains mainly: green. Hex color #5CBF35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CBF35 is #A340CA. Grayscale: #929292. Windows color (decimal): -10698955 or 3522396. OLE color: 3522396.

HSL color Cylindrical-coordinate representation of color #5CBF35: hue angle of 103.04º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5CBF35 is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB9219153-
CMYK0.5200.720.25
HSL103.04º56.56%47.84%-
HSV(B)103.04º72.25%74.9%-
XYZ23.6939.799.8-
YUV145.6775.789.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 92 (36.33% from 255) = 27.38%
GREEN value IS 191 (75% from 255) = 56.85%
BLUE value IS 53 (21.09% from 255) = 15.77%
R=27.38%
G=56.85%
B=15.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal92191530.5200.720.25103.0456.5647.84
Hex5CBF353404819673930
Octal13427765640110311477160
Binary10111001011111111010111010001001000110011100111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CBF35; }

 p { color: rgb(92,191,53); }

 H1.HeaderClassName
 {
   color: #5CBF35;
 }
 .AnyTagClassName
 {
   color: #5CBF35;
 }
</style>
background-color css

<style>
 a { background-color: #5CBF35; }

 a { background-color: rgb(92,191,53); }

 div.DivClassName
 {
   background-color: #5CBF35;
 }
 .BgClassName
 {
   background-color: #5CBF35;
 }
</style>
border-color css

<style>
 span { border-color: #5CBF35; }

 span { border-color: rgb(92,191,53); }

 td.TdClassName
 {
   border-color: #5CBF35;
 }
 .TagClassName
 {
   border-color: #5CBF35;
 }
</style>