Shades of Kelly Green #57BC12
Tints of Kelly Green #57BC12
RGB
CMYK
RGB Variations
Color information
#57BC12 (or 0x57BC12) is known color: Kelly Green. HEX triplet: 57, BC and 12. RGB value is (87,188,18). Sum of RGB (Red+Green+Blue) = 87+188+18=293 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.69% from 293); Green value is 188 (73.83% from 255 or 64.16% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 188 - color contains mainly: green. Hex color #57BC12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #57BC12 is #A843ED. Grayscale: #8A8A8A. Windows color (decimal): -11027438 or 1227863. OLE color: 1227863.
HSL color Cylindrical-coordinate representation of color #57BC12: hue angle of 95.65º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #57BC12 is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 188 | 18 | - |
| CMYK | 0.54 | 0 | 0.90 | 0.26 |
| HSL | 95.65º | 0.83% | 0.4% | - |
| HSV(B) | 95.65º | 0.9% | 0.74% | - |
| XYZ | 22.02 | 38.04 | 6.75 | - |
| YUV | 138.42 | 60.04 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 188 | 18 | 0.54 | 0 | 0.90 | 0.26 | 95.65 | 0.83 | 0.4 |
| Hex | 57 | BC | 12 | 36 | 0 | 5A | 1A | 60 | 53 | 28 |
| Octal | 127 | 274 | 22 | 66 | 0 | 132 | 32 | 140 | 123 | 50 |
| Binary | 1010111 | 10111100 | 10010 | 110110 | 0 | 1011010 | 11010 | 1100000 | 1010011 | 101000 |
Color Harmonies of #57BC12
Complementary color
Monochromatic Colors of #57BC12
Black with #57BC12
Text Example
Text Example
White with #57BC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BC12; }
p { color: rgb(87,188,18); }
H1.HeaderClassName
{
color: #57BC12;
}
.AnyTagClassName
{
color: #57BC12;
}
</style>
background-color css
<style>
a { background-color: #57BC12; }
a { background-color: rgb(87,188,18); }
div.DivClassName
{
background-color: #57BC12;
}
.BgClassName
{
background-color: #57BC12;
}
</style>
border-color css
<style>
span { border-color: #57BC12; }
span { border-color: rgb(87,188,18); }
td.TdClassName
{
border-color: #57BC12;
}
.TagClassName
{
border-color: #57BC12;
}
</style>