Shades of Kelly Green #59BA0F
Tints of Kelly Green #59BA0F
RGB
CMYK
RGB Variations
Color information
#59BA0F (or 0x59BA0F) is known color: Kelly Green. HEX triplet: 59, BA and 0F. RGB value is (89,186,15). Sum of RGB (Red+Green+Blue) = 89+186+15=290 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.69% from 290); Green value is 186 (73.05% from 255 or 64.14% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 186 - color contains mainly: green. Hex color #59BA0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #59BA0F is #A645F0. Grayscale: #8A8A8A. Windows color (decimal): -10896881 or 1030745. OLE color: 1030745.
HSL color Cylindrical-coordinate representation of color #59BA0F: hue angle of 94.04º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #59BA0F is Cyan = 0.52, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 186 | 15 | - |
| CMYK | 0.52 | 0 | 0.92 | 0.27 |
| HSL | 94.04º | 0.85% | 0.39% | - |
| HSV(B) | 94.04º | 0.92% | 0.73% | - |
| XYZ | 21.76 | 37.28 | 6.5 | - |
| YUV | 137.5 | 58.86 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 186 | 15 | 0.52 | 0 | 0.92 | 0.27 | 94.04 | 0.85 | 0.39 |
| Hex | 59 | BA | F | 34 | 0 | 5C | 1B | 5E | 55 | 27 |
| Octal | 131 | 272 | 17 | 64 | 0 | 134 | 33 | 136 | 125 | 47 |
| Binary | 1011001 | 10111010 | 1111 | 110100 | 0 | 1011100 | 11011 | 1011110 | 1010101 | 100111 |
Color Harmonies of #59BA0F
Complementary color
Monochromatic Colors of #59BA0F
Black with #59BA0F
Text Example
Text Example
White with #59BA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BA0F; }
p { color: rgb(89,186,15); }
H1.HeaderClassName
{
color: #59BA0F;
}
.AnyTagClassName
{
color: #59BA0F;
}
</style>
background-color css
<style>
a { background-color: #59BA0F; }
a { background-color: rgb(89,186,15); }
div.DivClassName
{
background-color: #59BA0F;
}
.BgClassName
{
background-color: #59BA0F;
}
</style>
border-color css
<style>
span { border-color: #59BA0F; }
span { border-color: rgb(89,186,15); }
td.TdClassName
{
border-color: #59BA0F;
}
.TagClassName
{
border-color: #59BA0F;
}
</style>