Shades of Apple #57AA34
Tints of Apple #57AA34
RGB
CMYK
RGB Variations
Color information
#57AA34 (or 0x57AA34) is known color: Apple. HEX triplet: 57, AA and 34. RGB value is (87,170,52). Sum of RGB (Red+Green+Blue) = 87+170+52=309 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.16% from 309); Green value is 170 (66.80% from 255 or 55.02% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 170 - color contains mainly: green. Hex color #57AA34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57AA34 is #A855CB. Grayscale: #848484. Windows color (decimal): -11032012 or 3451479. OLE color: 3451479.
HSL color Cylindrical-coordinate representation of color #57AA34: hue angle of 102.2º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #57AA34 is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 170 | 52 | - |
| CMYK | 0.49 | 0 | 0.69 | 0.33 |
| HSL | 102.2º | 0.53% | 0.44% | - |
| HSV(B) | 102.2º | 0.69% | 0.67% | - |
| XYZ | 18.93 | 31.02 | 8.24 | - |
| YUV | 131.73 | 83 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 170 | 52 | 0.49 | 0 | 0.69 | 0.33 | 102.2 | 0.53 | 0.44 |
| Hex | 57 | AA | 34 | 31 | 0 | 45 | 21 | 66 | 35 | 2C |
| Octal | 127 | 252 | 64 | 61 | 0 | 105 | 41 | 146 | 65 | 54 |
| Binary | 1010111 | 10101010 | 110100 | 110001 | 0 | 1000101 | 100001 | 1100110 | 110101 | 101100 |
Color Harmonies of #57AA34
Complementary color
Monochromatic Colors of #57AA34
Black with #57AA34
Text Example
Text Example
White with #57AA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AA34; }
p { color: rgb(87,170,52); }
H1.HeaderClassName
{
color: #57AA34;
}
.AnyTagClassName
{
color: #57AA34;
}
</style>
background-color css
<style>
a { background-color: #57AA34; }
a { background-color: rgb(87,170,52); }
div.DivClassName
{
background-color: #57AA34;
}
.BgClassName
{
background-color: #57AA34;
}
</style>
border-color css
<style>
span { border-color: #57AA34; }
span { border-color: rgb(87,170,52); }
td.TdClassName
{
border-color: #57AA34;
}
.TagClassName
{
border-color: #57AA34;
}
</style>