#5FAF51

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

Shades of Apple #5FAF51

Tints of Apple #5FAF51

Color information

#5FAF51 (or 0x5FAF51) is unknown color: approx Apple. HEX triplet: 5F, AF and 51. RGB value is (95,175,81). Sum of RGB (Red+Green+Blue) = 95+175+81=351 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.07% from 351); Green value is 175 (68.75% from 255 or 49.86% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAF51 is #A050AE. Grayscale: #8C8C8C. Windows color (decimal): -10506415 or 5353311. OLE color: 5353311.

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

Color convert

RGB9517581-
CMYK0.4600.540.31
HSL111.06º37.01%50.2%-
HSV(B)111.06º53.71%68.63%-
XYZ21.5333.6913.15-
YUV140.3694.595.64-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.07%
GREEN value IS 175 (68.75% from 255) = 49.86%
BLUE value IS 81 (32.03% from 255) = 23.08%
R=27.07%
G=49.86%
B=23.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal95175810.4600.540.31111.0637.0150.2
Hex5FAF512E0361F6f2532
Octal13725712156066371574562
Binary10111111010111110100011011100110110111111101111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAF51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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