Shades of Kelly Green #57D514
Tints of Kelly Green #57D514
RGB
CMYK
RGB Variations
Color information
#57D514 (or 0x57D514) is known color: Kelly Green. HEX triplet: 57, D5 and 14. RGB value is (87,213,20). Sum of RGB (Red+Green+Blue) = 87+213+20=320 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.19% from 320); Green value is 213 (83.59% from 255 or 66.56% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 213 - color contains mainly: green. Hex color #57D514 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #57D514 is #A82AEB. Grayscale: #999999. Windows color (decimal): -11021036 or 1365335. OLE color: 1365335.
HSL color Cylindrical-coordinate representation of color #57D514: hue angle of 99.17º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #57D514 is Cyan = 0.59, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 87 | 213 | 20 | - |
| CMYK | 0.59 | 0 | 0.91 | 0.16 |
| HSL | 99.17º | 0.83% | 0.46% | - |
| HSV(B) | 99.17º | 0.91% | 0.84% | - |
| XYZ | 27.85 | 49.67 | 8.78 | - |
| YUV | 153.32 | 52.76 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 213 | 20 | 0.59 | 0 | 0.91 | 0.16 | 99.17 | 0.83 | 0.46 |
| Hex | 57 | D5 | 14 | 3B | 0 | 5B | 10 | 63 | 53 | 2E |
| Octal | 127 | 325 | 24 | 73 | 0 | 133 | 20 | 143 | 123 | 56 |
| Binary | 1010111 | 11010101 | 10100 | 111011 | 0 | 1011011 | 10000 | 1100011 | 1010011 | 101110 |
Color Harmonies of #57D514
Complementary color
Monochromatic Colors of #57D514
Black with #57D514
Text Example
Text Example
White with #57D514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D514; }
p { color: rgb(87,213,20); }
H1.HeaderClassName
{
color: #57D514;
}
.AnyTagClassName
{
color: #57D514;
}
</style>
background-color css
<style>
a { background-color: #57D514; }
a { background-color: rgb(87,213,20); }
div.DivClassName
{
background-color: #57D514;
}
.BgClassName
{
background-color: #57D514;
}
</style>
border-color css
<style>
span { border-color: #57D514; }
span { border-color: rgb(87,213,20); }
td.TdClassName
{
border-color: #57D514;
}
.TagClassName
{
border-color: #57D514;
}
</style>