Shades of Apple #57AF32
Tints of Apple #57AF32
RGB
CMYK
RGB Variations
Color information
#57AF32 (or 0x57AF32) is known color: Apple. HEX triplet: 57, AF and 32. RGB value is (87,175,50). Sum of RGB (Red+Green+Blue) = 87+175+50=312 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.88% from 312); Green value is 175 (68.75% from 255 or 56.09% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 175 - color contains mainly: green. Hex color #57AF32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57AF32 is #A850CD. Grayscale: #868686. Windows color (decimal): -11030734 or 3321687. OLE color: 3321687.
HSL color Cylindrical-coordinate representation of color #57AF32: hue angle of 102.24º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #57AF32 is Cyan = 0.50, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 87 | 175 | 50 | - |
| CMYK | 0.50 | 0 | 0.71 | 0.31 |
| HSL | 102.24º | 0.56% | 0.44% | - |
| HSV(B) | 102.24º | 0.71% | 0.69% | - |
| XYZ | 19.84 | 32.92 | 8.33 | - |
| YUV | 134.44 | 80.35 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 175 | 50 | 0.50 | 0 | 0.71 | 0.31 | 102.24 | 0.56 | 0.44 |
| Hex | 57 | AF | 32 | 32 | 0 | 47 | 1F | 66 | 38 | 2C |
| Octal | 127 | 257 | 62 | 62 | 0 | 107 | 37 | 146 | 70 | 54 |
| Binary | 1010111 | 10101111 | 110010 | 110010 | 0 | 1000111 | 11111 | 1100110 | 111000 | 101100 |
Color Harmonies of #57AF32
Complementary color
Monochromatic Colors of #57AF32
Black with #57AF32
Text Example
Text Example
White with #57AF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AF32; }
p { color: rgb(87,175,50); }
H1.HeaderClassName
{
color: #57AF32;
}
.AnyTagClassName
{
color: #57AF32;
}
</style>
background-color css
<style>
a { background-color: #57AF32; }
a { background-color: rgb(87,175,50); }
div.DivClassName
{
background-color: #57AF32;
}
.BgClassName
{
background-color: #57AF32;
}
</style>
border-color css
<style>
span { border-color: #57AF32; }
span { border-color: rgb(87,175,50); }
td.TdClassName
{
border-color: #57AF32;
}
.TagClassName
{
border-color: #57AF32;
}
</style>