Shades of Kelly Green #59BD2F
Tints of Kelly Green #59BD2F
RGB
CMYK
RGB Variations
Color information
#59BD2F (or 0x59BD2F) is known color: Kelly Green. HEX triplet: 59, BD and 2F. RGB value is (89,189,47). Sum of RGB (Red+Green+Blue) = 89+189+47=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 189 (74.22% from 255 or 58.15% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 189 - color contains mainly: green. Hex color #59BD2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59BD2F is #A642D0. Grayscale: #8F8F8F. Windows color (decimal): -10896081 or 3128665. OLE color: 3128665.
HSL color Cylindrical-coordinate representation of color #59BD2F: hue angle of 102.25º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #59BD2F is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 189 | 47 | - |
| CMYK | 0.53 | 0 | 0.75 | 0.26 |
| HSL | 102.25º | 0.6% | 0.46% | - |
| HSV(B) | 102.25º | 0.75% | 0.74% | - |
| XYZ | 22.83 | 38.72 | 8.96 | - |
| YUV | 142.91 | 73.87 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 189 | 47 | 0.53 | 0 | 0.75 | 0.26 | 102.25 | 0.6 | 0.46 |
| Hex | 59 | BD | 2F | 35 | 0 | 4B | 1A | 66 | 3C | 2E |
| Octal | 131 | 275 | 57 | 65 | 0 | 113 | 32 | 146 | 74 | 56 |
| Binary | 1011001 | 10111101 | 101111 | 110101 | 0 | 1001011 | 11010 | 1100110 | 111100 | 101110 |
Color Harmonies of #59BD2F
Complementary color
Monochromatic Colors of #59BD2F
Black with #59BD2F
Text Example
Text Example
White with #59BD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BD2F; }
p { color: rgb(89,189,47); }
H1.HeaderClassName
{
color: #59BD2F;
}
.AnyTagClassName
{
color: #59BD2F;
}
</style>
background-color css
<style>
a { background-color: #59BD2F; }
a { background-color: rgb(89,189,47); }
div.DivClassName
{
background-color: #59BD2F;
}
.BgClassName
{
background-color: #59BD2F;
}
</style>
border-color css
<style>
span { border-color: #59BD2F; }
span { border-color: rgb(89,189,47); }
td.TdClassName
{
border-color: #59BD2F;
}
.TagClassName
{
border-color: #59BD2F;
}
</style>