Shades of Kelly Green #59C002
Tints of Kelly Green #59C002
RGB
CMYK
RGB Variations
Color information
#59C002 (or 0x59C002) is known color: Kelly Green. HEX triplet: 59, C0 and 02. RGB value is (89,192,2). Sum of RGB (Red+Green+Blue) = 89+192+2=283 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.45% from 283); Green value is 192 (75.39% from 255 or 67.84% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 192 - color contains mainly: green. Hex color #59C002 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #59C002 is #A63FFD. Grayscale: #8C8C8C. Windows color (decimal): -10895358 or 180313. OLE color: 180313.
HSL color Cylindrical-coordinate representation of color #59C002: hue angle of 92.53º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #59C002 is Cyan = 0.54, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 192 | 2 | - |
| CMYK | 0.54 | 0 | 0.99 | 0.25 |
| HSL | 92.53º | 0.98% | 0.38% | - |
| HSV(B) | 92.53º | 0.99% | 0.75% | - |
| XYZ | 22.98 | 39.83 | 6.53 | - |
| YUV | 139.54 | 50.38 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 192 | 2 | 0.54 | 0 | 0.99 | 0.25 | 92.53 | 0.98 | 0.38 |
| Hex | 59 | C0 | 2 | 36 | 0 | 63 | 19 | 5D | 62 | 26 |
| Octal | 131 | 300 | 2 | 66 | 0 | 143 | 31 | 135 | 142 | 46 |
| Binary | 1011001 | 11000000 | 10 | 110110 | 0 | 1100011 | 11001 | 1011101 | 1100010 | 100110 |
Color Harmonies of #59C002
Complementary color
Monochromatic Colors of #59C002
Black with #59C002
Text Example
Text Example
White with #59C002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C002; }
p { color: rgb(89,192,2); }
H1.HeaderClassName
{
color: #59C002;
}
.AnyTagClassName
{
color: #59C002;
}
</style>
background-color css
<style>
a { background-color: #59C002; }
a { background-color: rgb(89,192,2); }
div.DivClassName
{
background-color: #59C002;
}
.BgClassName
{
background-color: #59C002;
}
</style>
border-color css
<style>
span { border-color: #59C002; }
span { border-color: rgb(89,192,2); }
td.TdClassName
{
border-color: #59C002;
}
.TagClassName
{
border-color: #59C002;
}
</style>