Shades of Kelly Green #59BB13
Tints of Kelly Green #59BB13
RGB
CMYK
RGB Variations
Color information
#59BB13 (or 0x59BB13) is known color: Kelly Green. HEX triplet: 59, BB and 13. RGB value is (89,187,19). Sum of RGB (Red+Green+Blue) = 89+187+19=295 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.17% from 295); Green value is 187 (73.44% from 255 or 63.39% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 187 - color contains mainly: green. Hex color #59BB13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #59BB13 is #A644EC. Grayscale: #8B8B8B. Windows color (decimal): -10896621 or 1293145. OLE color: 1293145.
HSL color Cylindrical-coordinate representation of color #59BB13: hue angle of 95º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #59BB13 is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 187 | 19 | - |
| CMYK | 0.52 | 0 | 0.90 | 0.27 |
| HSL | 95º | 0.82% | 0.4% | - |
| HSV(B) | 95º | 0.9% | 0.73% | - |
| XYZ | 22.01 | 37.71 | 6.74 | - |
| YUV | 138.55 | 60.53 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 187 | 19 | 0.52 | 0 | 0.90 | 0.27 | 95 | 0.82 | 0.4 |
| Hex | 59 | BB | 13 | 34 | 0 | 5A | 1B | 5F | 52 | 28 |
| Octal | 131 | 273 | 23 | 64 | 0 | 132 | 33 | 137 | 122 | 50 |
| Binary | 1011001 | 10111011 | 10011 | 110100 | 0 | 1011010 | 11011 | 1011111 | 1010010 | 101000 |
Color Harmonies of #59BB13
Complementary color
Monochromatic Colors of #59BB13
Black with #59BB13
Text Example
Text Example
White with #59BB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BB13; }
p { color: rgb(89,187,19); }
H1.HeaderClassName
{
color: #59BB13;
}
.AnyTagClassName
{
color: #59BB13;
}
</style>
background-color css
<style>
a { background-color: #59BB13; }
a { background-color: rgb(89,187,19); }
div.DivClassName
{
background-color: #59BB13;
}
.BgClassName
{
background-color: #59BB13;
}
</style>
border-color css
<style>
span { border-color: #59BB13; }
span { border-color: rgb(89,187,19); }
td.TdClassName
{
border-color: #59BB13;
}
.TagClassName
{
border-color: #59BB13;
}
</style>