Shades of Kelly Green #57BD12
Tints of Kelly Green #57BD12
RGB
CMYK
RGB Variations
Color information
#57BD12 (or 0x57BD12) is known color: Kelly Green. HEX triplet: 57, BD and 12. RGB value is (87,189,18). Sum of RGB (Red+Green+Blue) = 87+189+18=294 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.59% from 294); Green value is 189 (74.22% from 255 or 64.29% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 189 - color contains mainly: green. Hex color #57BD12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #57BD12 is #A842ED. Grayscale: #8B8B8B. Windows color (decimal): -11027182 or 1228119. OLE color: 1228119.
HSL color Cylindrical-coordinate representation of color #57BD12: hue angle of 95.79º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #57BD12 is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 189 | 18 | - |
| CMYK | 0.54 | 0 | 0.90 | 0.26 |
| HSL | 95.79º | 0.83% | 0.41% | - |
| HSV(B) | 95.79º | 0.9% | 0.74% | - |
| XYZ | 22.24 | 38.47 | 6.82 | - |
| YUV | 139.01 | 59.71 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 189 | 18 | 0.54 | 0 | 0.90 | 0.26 | 95.79 | 0.83 | 0.41 |
| Hex | 57 | BD | 12 | 36 | 0 | 5A | 1A | 60 | 53 | 29 |
| Octal | 127 | 275 | 22 | 66 | 0 | 132 | 32 | 140 | 123 | 51 |
| Binary | 1010111 | 10111101 | 10010 | 110110 | 0 | 1011010 | 11010 | 1100000 | 1010011 | 101001 |
Color Harmonies of #57BD12
Complementary color
Monochromatic Colors of #57BD12
Black with #57BD12
Text Example
Text Example
White with #57BD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BD12; }
p { color: rgb(87,189,18); }
H1.HeaderClassName
{
color: #57BD12;
}
.AnyTagClassName
{
color: #57BD12;
}
</style>
background-color css
<style>
a { background-color: #57BD12; }
a { background-color: rgb(87,189,18); }
div.DivClassName
{
background-color: #57BD12;
}
.BgClassName
{
background-color: #57BD12;
}
</style>
border-color css
<style>
span { border-color: #57BD12; }
span { border-color: rgb(87,189,18); }
td.TdClassName
{
border-color: #57BD12;
}
.TagClassName
{
border-color: #57BD12;
}
</style>