#5FAF57

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

Shades of Apple #5FAF57

Tints of Apple #5FAF57

Color information

#5FAF57 (or 0x5FAF57) is unknown color: approx Apple. HEX triplet: 5F, AF and 57. RGB value is (95,175,87). Sum of RGB (Red+Green+Blue) = 95+175+87=357 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.61% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 87 (34.38% from 255 or 24.37% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAF57 is #A050A8. Grayscale: #8D8D8D. Windows color (decimal): -10506409 or 5746527. OLE color: 5746527.

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

Color convert

RGB9517587-
CMYK0.4600.500.31
HSL114.55º35.48%51.37%-
HSV(B)114.55º50.29%68.63%-
XYZ21.7733.7814.39-
YUV141.0597.595.16-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.61%
GREEN value IS 175 (68.75% from 255) = 49.02%
BLUE value IS 87 (34.38% from 255) = 24.37%
R=26.61%
G=49.02%
B=24.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal95175870.4600.500.31114.5535.4851.37
Hex5FAF572E0321F732333
Octal13725712756062371634363
Binary10111111010111110101111011100110010111111110011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAF57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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