#5CAF39

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

Shades of Apple #5CAF39

Tints of Apple #5CAF39

Color information

#5CAF39 (or 0x5CAF39) is unknown color: approx Apple. HEX triplet: 5C, AF and 39. RGB value is (92,175,57). Sum of RGB (Red+Green+Blue) = 92+175+57=324 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.40% from 324); Green value is 175 (68.75% from 255 or 54.01% from 324); Blue value is 57 (22.66% from 255 or 17.59% from 324); Max value from RGB is 175 - color contains mainly: green. Hex color #5CAF39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CAF39 is #A350C6. Grayscale: #898989. Windows color (decimal): -10703047 or 3780444. OLE color: 3780444.

HSL color Cylindrical-coordinate representation of color #5CAF39: hue angle of 102.2º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5CAF39 is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB9217557-
CMYK0.4700.670.31
HSL102.2º50.86%45.49%-
HSV(B)102.2º67.43%68.63%-
XYZ20.4833.239.21-
YUV136.738396.09-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.40%
GREEN value IS 175 (68.75% from 255) = 54.01%
BLUE value IS 57 (22.66% from 255) = 17.59%
R=28.40%
G=54.01%
B=17.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal92175570.4700.670.31102.250.8645.49
Hex5CAF392F0431F66332d
Octal13425771570103371466355
Binary10111001010111111100110111101000011111111100110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAF39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,175,57); }

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

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

 a { background-color: rgb(92,175,57); }

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

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

 span { border-color: rgb(92,175,57); }

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