Shades of Kelly Green #59BC0E
Tints of Kelly Green #59BC0E
RGB
CMYK
RGB Variations
Color information
#59BC0E (or 0x59BC0E) is known color: Kelly Green. HEX triplet: 59, BC and 0E. RGB value is (89,188,14). Sum of RGB (Red+Green+Blue) = 89+188+14=291 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.58% from 291); Green value is 188 (73.83% from 255 or 64.60% from 291); Blue value is 14 (5.86% from 255 or 4.81% from 291); Max value from RGB is 188 - color contains mainly: green. Hex color #59BC0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #59BC0E is #A643F1. Grayscale: #8B8B8B. Windows color (decimal): -10896370 or 965721. OLE color: 965721.
HSL color Cylindrical-coordinate representation of color #59BC0E: hue angle of 94.14º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #59BC0E is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 188 | 14 | - |
| CMYK | 0.53 | 0 | 0.93 | 0.26 |
| HSL | 94.14º | 0.86% | 0.4% | - |
| HSV(B) | 94.14º | 0.93% | 0.74% | - |
| XYZ | 22.18 | 38.12 | 6.6 | - |
| YUV | 138.56 | 57.7 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 188 | 14 | 0.53 | 0 | 0.93 | 0.26 | 94.14 | 0.86 | 0.4 |
| Hex | 59 | BC | E | 35 | 0 | 5D | 1A | 5E | 56 | 28 |
| Octal | 131 | 274 | 16 | 65 | 0 | 135 | 32 | 136 | 126 | 50 |
| Binary | 1011001 | 10111100 | 1110 | 110101 | 0 | 1011101 | 11010 | 1011110 | 1010110 | 101000 |
Color Harmonies of #59BC0E
Complementary color
Monochromatic Colors of #59BC0E
Black with #59BC0E
Text Example
Text Example
White with #59BC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BC0E; }
p { color: rgb(89,188,14); }
H1.HeaderClassName
{
color: #59BC0E;
}
.AnyTagClassName
{
color: #59BC0E;
}
</style>
background-color css
<style>
a { background-color: #59BC0E; }
a { background-color: rgb(89,188,14); }
div.DivClassName
{
background-color: #59BC0E;
}
.BgClassName
{
background-color: #59BC0E;
}
</style>
border-color css
<style>
span { border-color: #59BC0E; }
span { border-color: rgb(89,188,14); }
td.TdClassName
{
border-color: #59BC0E;
}
.TagClassName
{
border-color: #59BC0E;
}
</style>