Shades of Kelly Green #59C014
Tints of Kelly Green #59C014
RGB
CMYK
RGB Variations
Color information
#59C014 (or 0x59C014) is known color: Kelly Green. HEX triplet: 59, C0 and 14. RGB value is (89,192,20). Sum of RGB (Red+Green+Blue) = 89+192+20=301 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.57% from 301); Green value is 192 (75.39% from 255 or 63.79% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 192 - color contains mainly: green. Hex color #59C014 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #59C014 is #A63FEB. Grayscale: #8E8E8E. Windows color (decimal): -10895340 or 1359961. OLE color: 1359961.
HSL color Cylindrical-coordinate representation of color #59C014: hue angle of 95.93º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #59C014 is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 192 | 20 | - |
| CMYK | 0.54 | 0 | 0.90 | 0.25 |
| HSL | 95.93º | 0.81% | 0.42% | - |
| HSV(B) | 95.93º | 0.9% | 0.75% | - |
| XYZ | 23.1 | 39.87 | 7.14 | - |
| YUV | 141.6 | 59.38 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 192 | 20 | 0.54 | 0 | 0.90 | 0.25 | 95.93 | 0.81 | 0.42 |
| Hex | 59 | C0 | 14 | 36 | 0 | 5A | 19 | 60 | 51 | 2A |
| Octal | 131 | 300 | 24 | 66 | 0 | 132 | 31 | 140 | 121 | 52 |
| Binary | 1011001 | 11000000 | 10100 | 110110 | 0 | 1011010 | 11001 | 1100000 | 1010001 | 101010 |
Color Harmonies of #59C014
Complementary color
Monochromatic Colors of #59C014
Black with #59C014
Text Example
Text Example
White with #59C014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C014; }
p { color: rgb(89,192,20); }
H1.HeaderClassName
{
color: #59C014;
}
.AnyTagClassName
{
color: #59C014;
}
</style>
background-color css
<style>
a { background-color: #59C014; }
a { background-color: rgb(89,192,20); }
div.DivClassName
{
background-color: #59C014;
}
.BgClassName
{
background-color: #59C014;
}
</style>
border-color css
<style>
span { border-color: #59C014; }
span { border-color: rgb(89,192,20); }
td.TdClassName
{
border-color: #59C014;
}
.TagClassName
{
border-color: #59C014;
}
</style>