Shades of Kelly Green #59BD0D
Tints of Kelly Green #59BD0D
RGB
CMYK
RGB Variations
Color information
#59BD0D (or 0x59BD0D) is known color: Kelly Green. HEX triplet: 59, BD and 0D. RGB value is (89,189,13). Sum of RGB (Red+Green+Blue) = 89+189+13=291 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.58% from 291); Green value is 189 (74.22% from 255 or 64.95% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 189 - color contains mainly: green. Hex color #59BD0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #59BD0D is #A642F2. Grayscale: #8B8B8B. Windows color (decimal): -10896115 or 900441. OLE color: 900441.
HSL color Cylindrical-coordinate representation of color #59BD0D: hue angle of 94.09º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #59BD0D is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 189 | 13 | - |
| CMYK | 0.53 | 0 | 0.93 | 0.26 |
| HSL | 94.09º | 0.87% | 0.4% | - |
| HSV(B) | 94.09º | 0.93% | 0.74% | - |
| XYZ | 22.39 | 38.55 | 6.64 | - |
| YUV | 139.04 | 56.87 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 189 | 13 | 0.53 | 0 | 0.93 | 0.26 | 94.09 | 0.87 | 0.4 |
| Hex | 59 | BD | D | 35 | 0 | 5D | 1A | 5E | 57 | 28 |
| Octal | 131 | 275 | 15 | 65 | 0 | 135 | 32 | 136 | 127 | 50 |
| Binary | 1011001 | 10111101 | 1101 | 110101 | 0 | 1011101 | 11010 | 1011110 | 1010111 | 101000 |
Color Harmonies of #59BD0D
Complementary color
Monochromatic Colors of #59BD0D
Black with #59BD0D
Text Example
Text Example
White with #59BD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BD0D; }
p { color: rgb(89,189,13); }
H1.HeaderClassName
{
color: #59BD0D;
}
.AnyTagClassName
{
color: #59BD0D;
}
</style>
background-color css
<style>
a { background-color: #59BD0D; }
a { background-color: rgb(89,189,13); }
div.DivClassName
{
background-color: #59BD0D;
}
.BgClassName
{
background-color: #59BD0D;
}
</style>
border-color css
<style>
span { border-color: #59BD0D; }
span { border-color: rgb(89,189,13); }
td.TdClassName
{
border-color: #59BD0D;
}
.TagClassName
{
border-color: #59BD0D;
}
</style>