Shades of Kelly Green #59C502
Tints of Kelly Green #59C502
RGB
CMYK
RGB Variations
Color information
#59C502 (or 0x59C502) is known color: Kelly Green. HEX triplet: 59, C5 and 02. RGB value is (89,197,2). Sum of RGB (Red+Green+Blue) = 89+197+2=288 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.90% from 288); Green value is 197 (77.34% from 255 or 68.40% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 197 - color contains mainly: green. Hex color #59C502 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #59C502 is #A63AFD. Grayscale: #8F8F8F. Windows color (decimal): -10894078 or 181593. OLE color: 181593.
HSL color Cylindrical-coordinate representation of color #59C502: hue angle of 93.23º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #59C502 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 89 | 197 | 2 | - |
| CMYK | 0.55 | 0 | 0.99 | 0.23 |
| HSL | 93.23º | 0.98% | 0.39% | - |
| HSV(B) | 93.23º | 0.99% | 0.77% | - |
| XYZ | 24.1 | 42.06 | 6.91 | - |
| YUV | 142.48 | 48.72 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 197 | 2 | 0.55 | 0 | 0.99 | 0.23 | 93.23 | 0.98 | 0.39 |
| Hex | 59 | C5 | 2 | 37 | 0 | 63 | 17 | 5D | 62 | 27 |
| Octal | 131 | 305 | 2 | 67 | 0 | 143 | 27 | 135 | 142 | 47 |
| Binary | 1011001 | 11000101 | 10 | 110111 | 0 | 1100011 | 10111 | 1011101 | 1100010 | 100111 |
Color Harmonies of #59C502
Complementary color
Monochromatic Colors of #59C502
Black with #59C502
Text Example
Text Example
White with #59C502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C502; }
p { color: rgb(89,197,2); }
H1.HeaderClassName
{
color: #59C502;
}
.AnyTagClassName
{
color: #59C502;
}
</style>
background-color css
<style>
a { background-color: #59C502; }
a { background-color: rgb(89,197,2); }
div.DivClassName
{
background-color: #59C502;
}
.BgClassName
{
background-color: #59C502;
}
</style>
border-color css
<style>
span { border-color: #59C502; }
span { border-color: rgb(89,197,2); }
td.TdClassName
{
border-color: #59C502;
}
.TagClassName
{
border-color: #59C502;
}
</style>