Shades of Apple #57AF4C
Tints of Apple #57AF4C
RGB
CMYK
RGB Variations
Color information
#57AF4C (or 0x57AF4C) is known color: Apple. HEX triplet: 57, AF and 4C. RGB value is (87,175,76). Sum of RGB (Red+Green+Blue) = 87+175+76=338 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.74% from 338); Green value is 175 (68.75% from 255 or 51.78% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 175 - color contains mainly: green. Hex color #57AF4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57AF4C is #A850B3. Grayscale: #898989. Windows color (decimal): -11030708 or 5025623. OLE color: 5025623.
HSL color Cylindrical-coordinate representation of color #57AF4C: hue angle of 113.33º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57AF4C is Cyan = 0.50, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 87 | 175 | 76 | - |
| CMYK | 0.50 | 0 | 0.57 | 0.31 |
| HSL | 113.33º | 0.39% | 0.49% | - |
| HSV(B) | 113.33º | 0.57% | 0.69% | - |
| XYZ | 20.56 | 33.21 | 12.16 | - |
| YUV | 137.4 | 93.35 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 175 | 76 | 0.50 | 0 | 0.57 | 0.31 | 113.33 | 0.39 | 0.49 |
| Hex | 57 | AF | 4C | 32 | 0 | 39 | 1F | 71 | 27 | 31 |
| Octal | 127 | 257 | 114 | 62 | 0 | 71 | 37 | 161 | 47 | 61 |
| Binary | 1010111 | 10101111 | 1001100 | 110010 | 0 | 111001 | 11111 | 1110001 | 100111 | 110001 |
Color Harmonies of #57AF4C
Complementary color
Monochromatic Colors of #57AF4C
Black with #57AF4C
Text Example
Text Example
White with #57AF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AF4C; }
p { color: rgb(87,175,76); }
H1.HeaderClassName
{
color: #57AF4C;
}
.AnyTagClassName
{
color: #57AF4C;
}
</style>
background-color css
<style>
a { background-color: #57AF4C; }
a { background-color: rgb(87,175,76); }
div.DivClassName
{
background-color: #57AF4C;
}
.BgClassName
{
background-color: #57AF4C;
}
</style>
border-color css
<style>
span { border-color: #57AF4C; }
span { border-color: rgb(87,175,76); }
td.TdClassName
{
border-color: #57AF4C;
}
.TagClassName
{
border-color: #57AF4C;
}
</style>