Shades of Kelly Green #59C500
Tints of Kelly Green #59C500
RGB
CMYK
RGB Variations
Color information
#59C500 (or 0x59C500) is known color: Kelly Green. HEX triplet: 59, C5 and 00. RGB value is (89,197,0). Sum of RGB (Red+Green+Blue) = 89+197+0=286 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.12% from 286); Green value is 197 (77.34% from 255 or 68.88% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 197 - color contains mainly: green. Hex color #59C500 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #59C500 is #A63AFF. Grayscale: #8E8E8E. Windows color (decimal): -10894080 or 50521. OLE color: 50521.
HSL color Cylindrical-coordinate representation of color #59C500: hue angle of 92.89º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #59C500 is Cyan = 0.55, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 89 | 197 | 0 | - |
| CMYK | 0.55 | 0 | 1 | 0.23 |
| HSL | 92.89º | 1% | 0.39% | - |
| HSV(B) | 92.89º | 1% | 0.77% | - |
| XYZ | 24.09 | 42.06 | 6.85 | - |
| YUV | 142.25 | 47.72 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 197 | 0 | 0.55 | 0 | 1 | 0.23 | 92.89 | 1 | 0.39 |
| Hex | 59 | C5 | 0 | 37 | 0 | 64 | 17 | 5D | 64 | 27 |
| Octal | 131 | 305 | 0 | 67 | 0 | 144 | 27 | 135 | 144 | 47 |
| Binary | 1011001 | 11000101 | 0 | 110111 | 0 | 1100100 | 10111 | 1011101 | 1100100 | 100111 |
Color Harmonies of #59C500
Complementary color
Monochromatic Colors of #59C500
Black with #59C500
Text Example
Text Example
White with #59C500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C500; }
p { color: rgb(89,197,0); }
H1.HeaderClassName
{
color: #59C500;
}
.AnyTagClassName
{
color: #59C500;
}
</style>
background-color css
<style>
a { background-color: #59C500; }
a { background-color: rgb(89,197,0); }
div.DivClassName
{
background-color: #59C500;
}
.BgClassName
{
background-color: #59C500;
}
</style>
border-color css
<style>
span { border-color: #59C500; }
span { border-color: rgb(89,197,0); }
td.TdClassName
{
border-color: #59C500;
}
.TagClassName
{
border-color: #59C500;
}
</style>