Shades of Kelly Green #59BF16
Tints of Kelly Green #59BF16
RGB
CMYK
RGB Variations
Color information
#59BF16 (or 0x59BF16) is known color: Kelly Green. HEX triplet: 59, BF and 16. RGB value is (89,191,22). Sum of RGB (Red+Green+Blue) = 89+191+22=302 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.47% from 302); Green value is 191 (75% from 255 or 63.25% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 191 - color contains mainly: green. Hex color #59BF16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #59BF16 is #A640E9. Grayscale: #8D8D8D. Windows color (decimal): -10895594 or 1490777. OLE color: 1490777.
HSL color Cylindrical-coordinate representation of color #59BF16: hue angle of 96.21º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #59BF16 is Cyan = 0.53, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 191 | 22 | - |
| CMYK | 0.53 | 0 | 0.88 | 0.25 |
| HSL | 96.21º | 0.79% | 0.42% | - |
| HSV(B) | 96.21º | 0.88% | 0.75% | - |
| XYZ | 22.9 | 39.44 | 7.17 | - |
| YUV | 141.24 | 60.71 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 191 | 22 | 0.53 | 0 | 0.88 | 0.25 | 96.21 | 0.79 | 0.42 |
| Hex | 59 | BF | 16 | 35 | 0 | 58 | 19 | 60 | 4F | 2A |
| Octal | 131 | 277 | 26 | 65 | 0 | 130 | 31 | 140 | 117 | 52 |
| Binary | 1011001 | 10111111 | 10110 | 110101 | 0 | 1011000 | 11001 | 1100000 | 1001111 | 101010 |
Color Harmonies of #59BF16
Complementary color
Monochromatic Colors of #59BF16
Black with #59BF16
Text Example
Text Example
White with #59BF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BF16; }
p { color: rgb(89,191,22); }
H1.HeaderClassName
{
color: #59BF16;
}
.AnyTagClassName
{
color: #59BF16;
}
</style>
background-color css
<style>
a { background-color: #59BF16; }
a { background-color: rgb(89,191,22); }
div.DivClassName
{
background-color: #59BF16;
}
.BgClassName
{
background-color: #59BF16;
}
</style>
border-color css
<style>
span { border-color: #59BF16; }
span { border-color: rgb(89,191,22); }
td.TdClassName
{
border-color: #59BF16;
}
.TagClassName
{
border-color: #59BF16;
}
</style>