Shades of Kelly Green #59BF2D
Tints of Kelly Green #59BF2D
RGB
CMYK
RGB Variations
Color information
#59BF2D (or 0x59BF2D) is known color: Kelly Green. HEX triplet: 59, BF and 2D. RGB value is (89,191,45). Sum of RGB (Red+Green+Blue) = 89+191+45=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 191 (75% from 255 or 58.77% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 191 - color contains mainly: green. Hex color #59BF2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59BF2D is #A640D2. Grayscale: #909090. Windows color (decimal): -10895571 or 2998105. OLE color: 2998105.
HSL color Cylindrical-coordinate representation of color #59BF2D: hue angle of 101.92º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #59BF2D is Cyan = 0.53, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 191 | 45 | - |
| CMYK | 0.53 | 0 | 0.76 | 0.25 |
| HSL | 101.92º | 0.62% | 0.46% | - |
| HSV(B) | 101.92º | 0.76% | 0.75% | - |
| XYZ | 23.22 | 39.57 | 8.9 | - |
| YUV | 143.86 | 72.21 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 191 | 45 | 0.53 | 0 | 0.76 | 0.25 | 101.92 | 0.62 | 0.46 |
| Hex | 59 | BF | 2D | 35 | 0 | 4C | 19 | 66 | 3E | 2E |
| Octal | 131 | 277 | 55 | 65 | 0 | 114 | 31 | 146 | 76 | 56 |
| Binary | 1011001 | 10111111 | 101101 | 110101 | 0 | 1001100 | 11001 | 1100110 | 111110 | 101110 |
Color Harmonies of #59BF2D
Complementary color
Monochromatic Colors of #59BF2D
Black with #59BF2D
Text Example
Text Example
White with #59BF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BF2D; }
p { color: rgb(89,191,45); }
H1.HeaderClassName
{
color: #59BF2D;
}
.AnyTagClassName
{
color: #59BF2D;
}
</style>
background-color css
<style>
a { background-color: #59BF2D; }
a { background-color: rgb(89,191,45); }
div.DivClassName
{
background-color: #59BF2D;
}
.BgClassName
{
background-color: #59BF2D;
}
</style>
border-color css
<style>
span { border-color: #59BF2D; }
span { border-color: rgb(89,191,45); }
td.TdClassName
{
border-color: #59BF2D;
}
.TagClassName
{
border-color: #59BF2D;
}
</style>