Shades of Apple #57AD34
Tints of Apple #57AD34
RGB
CMYK
RGB Variations
Color information
#57AD34 (or 0x57AD34) is known color: Apple. HEX triplet: 57, AD and 34. RGB value is (87,173,52). Sum of RGB (Red+Green+Blue) = 87+173+52=312 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.88% from 312); Green value is 173 (67.97% from 255 or 55.45% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 173 - color contains mainly: green. Hex color #57AD34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57AD34 is #A852CB. Grayscale: #858585. Windows color (decimal): -11031244 or 3452247. OLE color: 3452247.
HSL color Cylindrical-coordinate representation of color #57AD34: hue angle of 102.64º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #57AD34 is Cyan = 0.50, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 87 | 173 | 52 | - |
| CMYK | 0.50 | 0 | 0.70 | 0.32 |
| HSL | 102.64º | 0.54% | 0.44% | - |
| HSV(B) | 102.64º | 0.7% | 0.68% | - |
| XYZ | 19.49 | 32.16 | 8.43 | - |
| YUV | 133.49 | 82.01 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 173 | 52 | 0.50 | 0 | 0.70 | 0.32 | 102.64 | 0.54 | 0.44 |
| Hex | 57 | AD | 34 | 32 | 0 | 46 | 20 | 67 | 36 | 2C |
| Octal | 127 | 255 | 64 | 62 | 0 | 106 | 40 | 147 | 66 | 54 |
| Binary | 1010111 | 10101101 | 110100 | 110010 | 0 | 1000110 | 100000 | 1100111 | 110110 | 101100 |
Color Harmonies of #57AD34
Complementary color
Monochromatic Colors of #57AD34
Black with #57AD34
Text Example
Text Example
White with #57AD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AD34; }
p { color: rgb(87,173,52); }
H1.HeaderClassName
{
color: #57AD34;
}
.AnyTagClassName
{
color: #57AD34;
}
</style>
background-color css
<style>
a { background-color: #57AD34; }
a { background-color: rgb(87,173,52); }
div.DivClassName
{
background-color: #57AD34;
}
.BgClassName
{
background-color: #57AD34;
}
</style>
border-color css
<style>
span { border-color: #57AD34; }
span { border-color: rgb(87,173,52); }
td.TdClassName
{
border-color: #57AD34;
}
.TagClassName
{
border-color: #57AD34;
}
</style>