Shades of Kelly Green #59BB2D
Tints of Kelly Green #59BB2D
RGB
CMYK
RGB Variations
Color information
#59BB2D (or 0x59BB2D) is known color: Kelly Green. HEX triplet: 59, BB and 2D. RGB value is (89,187,45). Sum of RGB (Red+Green+Blue) = 89+187+45=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 187 (73.44% from 255 or 58.26% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 187 - color contains mainly: green. Hex color #59BB2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59BB2D is #A644D2. Grayscale: #8D8D8D. Windows color (decimal): -10896595 or 2997081. OLE color: 2997081.
HSL color Cylindrical-coordinate representation of color #59BB2D: hue angle of 101.41º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #59BB2D is Cyan = 0.52, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 187 | 45 | - |
| CMYK | 0.52 | 0 | 0.76 | 0.27 |
| HSL | 101.41º | 0.61% | 0.45% | - |
| HSV(B) | 101.41º | 0.76% | 0.73% | - |
| XYZ | 22.36 | 37.85 | 8.61 | - |
| YUV | 141.51 | 73.53 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 187 | 45 | 0.52 | 0 | 0.76 | 0.27 | 101.41 | 0.61 | 0.45 |
| Hex | 59 | BB | 2D | 34 | 0 | 4C | 1B | 65 | 3D | 2D |
| Octal | 131 | 273 | 55 | 64 | 0 | 114 | 33 | 145 | 75 | 55 |
| Binary | 1011001 | 10111011 | 101101 | 110100 | 0 | 1001100 | 11011 | 1100101 | 111101 | 101101 |
Color Harmonies of #59BB2D
Complementary color
Monochromatic Colors of #59BB2D
Black with #59BB2D
Text Example
Text Example
White with #59BB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BB2D; }
p { color: rgb(89,187,45); }
H1.HeaderClassName
{
color: #59BB2D;
}
.AnyTagClassName
{
color: #59BB2D;
}
</style>
background-color css
<style>
a { background-color: #59BB2D; }
a { background-color: rgb(89,187,45); }
div.DivClassName
{
background-color: #59BB2D;
}
.BgClassName
{
background-color: #59BB2D;
}
</style>
border-color css
<style>
span { border-color: #59BB2D; }
span { border-color: rgb(89,187,45); }
td.TdClassName
{
border-color: #59BB2D;
}
.TagClassName
{
border-color: #59BB2D;
}
</style>