Shades of Apple #57BD4D
Tints of Apple #57BD4D
RGB
CMYK
RGB Variations
Color information
#57BD4D (or 0x57BD4D) is known color: Apple. HEX triplet: 57, BD and 4D. RGB value is (87,189,77). Sum of RGB (Red+Green+Blue) = 87+189+77=353 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.65% from 353); Green value is 189 (74.22% from 255 or 53.54% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 189 - color contains mainly: green. Hex color #57BD4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57BD4D is #A842B2. Grayscale: #929292. Windows color (decimal): -11027123 or 5094743. OLE color: 5094743.
HSL color Cylindrical-coordinate representation of color #57BD4D: hue angle of 114.64º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #57BD4D is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 189 | 77 | - |
| CMYK | 0.54 | 0 | 0.59 | 0.26 |
| HSL | 114.64º | 0.46% | 0.52% | - |
| HSV(B) | 114.64º | 0.59% | 0.74% | - |
| XYZ | 23.47 | 38.96 | 13.3 | - |
| YUV | 145.73 | 89.21 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 189 | 77 | 0.54 | 0 | 0.59 | 0.26 | 114.64 | 0.46 | 0.52 |
| Hex | 57 | BD | 4D | 36 | 0 | 3B | 1A | 73 | 2E | 34 |
| Octal | 127 | 275 | 115 | 66 | 0 | 73 | 32 | 163 | 56 | 64 |
| Binary | 1010111 | 10111101 | 1001101 | 110110 | 0 | 111011 | 11010 | 1110011 | 101110 | 110100 |
Color Harmonies of #57BD4D
Complementary color
Monochromatic Colors of #57BD4D
Black with #57BD4D
Text Example
Text Example
White with #57BD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BD4D; }
p { color: rgb(87,189,77); }
H1.HeaderClassName
{
color: #57BD4D;
}
.AnyTagClassName
{
color: #57BD4D;
}
</style>
background-color css
<style>
a { background-color: #57BD4D; }
a { background-color: rgb(87,189,77); }
div.DivClassName
{
background-color: #57BD4D;
}
.BgClassName
{
background-color: #57BD4D;
}
</style>
border-color css
<style>
span { border-color: #57BD4D; }
span { border-color: rgb(87,189,77); }
td.TdClassName
{
border-color: #57BD4D;
}
.TagClassName
{
border-color: #57BD4D;
}
</style>