Shades of Kelly Green #59C001
Tints of Kelly Green #59C001
RGB
CMYK
RGB Variations
Color information
#59C001 (or 0x59C001) is known color: Kelly Green. HEX triplet: 59, C0 and 01. RGB value is (89,192,1). Sum of RGB (Red+Green+Blue) = 89+192+1=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 192 (75.39% from 255 or 68.09% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 192 - color contains mainly: green. Hex color #59C001 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #59C001 is #A63FFE. Grayscale: #8C8C8C. Windows color (decimal): -10895359 or 114777. OLE color: 114777.
HSL color Cylindrical-coordinate representation of color #59C001: hue angle of 92.36º degrees, saturation: 0.99, 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 #59C001 is Cyan = 0.54, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 192 | 1 | - |
| CMYK | 0.54 | 0 | 0.99 | 0.25 |
| HSL | 92.36º | 0.99% | 0.38% | - |
| HSV(B) | 92.36º | 0.99% | 0.75% | - |
| XYZ | 22.97 | 39.83 | 6.5 | - |
| YUV | 139.43 | 49.88 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 192 | 1 | 0.54 | 0 | 0.99 | 0.25 | 92.36 | 0.99 | 0.38 |
| Hex | 59 | C0 | 1 | 36 | 0 | 63 | 19 | 5C | 63 | 26 |
| Octal | 131 | 300 | 1 | 66 | 0 | 143 | 31 | 134 | 143 | 46 |
| Binary | 1011001 | 11000000 | 1 | 110110 | 0 | 1100011 | 11001 | 1011100 | 1100011 | 100110 |
Color Harmonies of #59C001
Complementary color
Monochromatic Colors of #59C001
Black with #59C001
Text Example
Text Example
White with #59C001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C001; }
p { color: rgb(89,192,1); }
H1.HeaderClassName
{
color: #59C001;
}
.AnyTagClassName
{
color: #59C001;
}
</style>
background-color css
<style>
a { background-color: #59C001; }
a { background-color: rgb(89,192,1); }
div.DivClassName
{
background-color: #59C001;
}
.BgClassName
{
background-color: #59C001;
}
</style>
border-color css
<style>
span { border-color: #59C001; }
span { border-color: rgb(89,192,1); }
td.TdClassName
{
border-color: #59C001;
}
.TagClassName
{
border-color: #59C001;
}
</style>