Shades of Kelly Green #59DD30
Tints of Kelly Green #59DD30
RGB
CMYK
RGB Variations
Color information
#59DD30 (or 0x59DD30) is known color: Kelly Green. HEX triplet: 59, DD and 30. RGB value is (89,221,48). Sum of RGB (Red+Green+Blue) = 89+221+48=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 221 (86.72% from 255 or 61.73% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 221 - color contains mainly: green. Hex color #59DD30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59DD30 is #A622CF. Grayscale: #A2A2A2. Windows color (decimal): -10887888 or 3202393. OLE color: 3202393.
HSL color Cylindrical-coordinate representation of color #59DD30: hue angle of 105.78º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #59DD30 is Cyan = 0.60, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 221 | 48 | - |
| CMYK | 0.60 | 0 | 0.78 | 0.13 |
| HSL | 105.78º | 0.72% | 0.53% | - |
| HSV(B) | 105.78º | 0.78% | 0.87% | - |
| XYZ | 30.51 | 54.05 | 11.62 | - |
| YUV | 161.81 | 63.77 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 221 | 48 | 0.60 | 0 | 0.78 | 0.13 | 105.78 | 0.72 | 0.53 |
| Hex | 59 | DD | 30 | 3C | 0 | 4E | D | 6A | 48 | 35 |
| Octal | 131 | 335 | 60 | 74 | 0 | 116 | 15 | 152 | 110 | 65 |
| Binary | 1011001 | 11011101 | 110000 | 111100 | 0 | 1001110 | 1101 | 1101010 | 1001000 | 110101 |
Color Harmonies of #59DD30
Complementary color
Monochromatic Colors of #59DD30
Black with #59DD30
Text Example
Text Example
White with #59DD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DD30; }
p { color: rgb(89,221,48); }
H1.HeaderClassName
{
color: #59DD30;
}
.AnyTagClassName
{
color: #59DD30;
}
</style>
background-color css
<style>
a { background-color: #59DD30; }
a { background-color: rgb(89,221,48); }
div.DivClassName
{
background-color: #59DD30;
}
.BgClassName
{
background-color: #59DD30;
}
</style>
border-color css
<style>
span { border-color: #59DD30; }
span { border-color: rgb(89,221,48); }
td.TdClassName
{
border-color: #59DD30;
}
.TagClassName
{
border-color: #59DD30;
}
</style>