Shades of Apple #57BC4D
Tints of Apple #57BC4D
RGB
CMYK
RGB Variations
Color information
#57BC4D (or 0x57BC4D) is known color: Apple. HEX triplet: 57, BC and 4D. RGB value is (87,188,77). Sum of RGB (Red+Green+Blue) = 87+188+77=352 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.72% from 352); Green value is 188 (73.83% from 255 or 53.41% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 188 - color contains mainly: green. Hex color #57BC4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57BC4D is #A843B2. Grayscale: #919191. Windows color (decimal): -11027379 or 5094487. OLE color: 5094487.
HSL color Cylindrical-coordinate representation of color #57BC4D: hue angle of 114.59º degrees, saturation: 0.45, 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 #57BC4D is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 188 | 77 | - |
| CMYK | 0.54 | 0 | 0.59 | 0.26 |
| HSL | 114.59º | 0.45% | 0.52% | - |
| HSV(B) | 114.59º | 0.59% | 0.74% | - |
| XYZ | 23.25 | 38.53 | 13.23 | - |
| YUV | 145.15 | 89.54 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 188 | 77 | 0.54 | 0 | 0.59 | 0.26 | 114.59 | 0.45 | 0.52 |
| Hex | 57 | BC | 4D | 36 | 0 | 3B | 1A | 73 | 2D | 34 |
| Octal | 127 | 274 | 115 | 66 | 0 | 73 | 32 | 163 | 55 | 64 |
| Binary | 1010111 | 10111100 | 1001101 | 110110 | 0 | 111011 | 11010 | 1110011 | 101101 | 110100 |
Color Harmonies of #57BC4D
Complementary color
Monochromatic Colors of #57BC4D
Black with #57BC4D
Text Example
Text Example
White with #57BC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BC4D; }
p { color: rgb(87,188,77); }
H1.HeaderClassName
{
color: #57BC4D;
}
.AnyTagClassName
{
color: #57BC4D;
}
</style>
background-color css
<style>
a { background-color: #57BC4D; }
a { background-color: rgb(87,188,77); }
div.DivClassName
{
background-color: #57BC4D;
}
.BgClassName
{
background-color: #57BC4D;
}
</style>
border-color css
<style>
span { border-color: #57BC4D; }
span { border-color: rgb(87,188,77); }
td.TdClassName
{
border-color: #57BC4D;
}
.TagClassName
{
border-color: #57BC4D;
}
</style>