Shades of Kelly Green #59BC2F
Tints of Kelly Green #59BC2F
RGB
CMYK
RGB Variations
Color information
#59BC2F (or 0x59BC2F) is known color: Kelly Green. HEX triplet: 59, BC and 2F. RGB value is (89,188,47). Sum of RGB (Red+Green+Blue) = 89+188+47=324 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.47% from 324); Green value is 188 (73.83% from 255 or 58.02% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 188 - color contains mainly: green. Hex color #59BC2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59BC2F is #A643D0. Grayscale: #8E8E8E. Windows color (decimal): -10896337 or 3128409. OLE color: 3128409.
HSL color Cylindrical-coordinate representation of color #59BC2F: hue angle of 102.13º 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 #59BC2F is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 188 | 47 | - |
| CMYK | 0.53 | 0 | 0.75 | 0.26 |
| HSL | 102.13º | 0.6% | 0.46% | - |
| HSV(B) | 102.13º | 0.75% | 0.74% | - |
| XYZ | 22.62 | 38.3 | 8.89 | - |
| YUV | 142.33 | 74.2 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 188 | 47 | 0.53 | 0 | 0.75 | 0.26 | 102.13 | 0.6 | 0.46 |
| Hex | 59 | BC | 2F | 35 | 0 | 4B | 1A | 66 | 3C | 2E |
| Octal | 131 | 274 | 57 | 65 | 0 | 113 | 32 | 146 | 74 | 56 |
| Binary | 1011001 | 10111100 | 101111 | 110101 | 0 | 1001011 | 11010 | 1100110 | 111100 | 101110 |
Color Harmonies of #59BC2F
Complementary color
Monochromatic Colors of #59BC2F
Black with #59BC2F
Text Example
Text Example
White with #59BC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BC2F; }
p { color: rgb(89,188,47); }
H1.HeaderClassName
{
color: #59BC2F;
}
.AnyTagClassName
{
color: #59BC2F;
}
</style>
background-color css
<style>
a { background-color: #59BC2F; }
a { background-color: rgb(89,188,47); }
div.DivClassName
{
background-color: #59BC2F;
}
.BgClassName
{
background-color: #59BC2F;
}
</style>
border-color css
<style>
span { border-color: #59BC2F; }
span { border-color: rgb(89,188,47); }
td.TdClassName
{
border-color: #59BC2F;
}
.TagClassName
{
border-color: #59BC2F;
}
</style>