#5FAF56

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

Shades of Apple #5FAF56

Tints of Apple #5FAF56

Color information

#5FAF56 (or 0x5FAF56) is unknown color: approx Apple. HEX triplet: 5F, AF and 56. RGB value is (95,175,86). Sum of RGB (Red+Green+Blue) = 95+175+86=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAF56 is #A050A9. Grayscale: #8D8D8D. Windows color (decimal): -10506410 or 5680991. OLE color: 5680991.

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

Color convert

RGB9517586-
CMYK0.4600.510.31
HSL113.93º35.74%51.18%-
HSV(B)113.93º50.86%68.63%-
XYZ21.7333.7614.18-
YUV140.939795.24-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.69%
GREEN value IS 175 (68.75% from 255) = 49.16%
BLUE value IS 86 (33.98% from 255) = 24.16%
R=26.69%
G=49.16%
B=24.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal95175860.4600.510.31113.9335.7451.18
Hex5FAF562E0331F722433
Octal13725712656063371624463
Binary10111111010111110101101011100110011111111110010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,175,86); }

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

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

 a { background-color: rgb(95,175,86); }

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

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

 span { border-color: rgb(95,175,86); }

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