Shades of Kelly Green #4DDD20
Tints of Kelly Green #4DDD20
RGB
CMYK
RGB Variations
Color information
#4DDD20 (or 0x4DDD20) is known color: Kelly Green. HEX triplet: 4D, DD and 20. RGB value is (77,221,32). Sum of RGB (Red+Green+Blue) = 77+221+32=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 221 (86.72% from 255 or 66.97% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDD20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDD20 is #B222DF. Grayscale: #9D9D9D. Windows color (decimal): -11674336 or 2153805. OLE color: 2153805.
HSL color Cylindrical-coordinate representation of color #4DDD20: hue angle of 105.71º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4DDD20 is Cyan = 0.65, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 221 | 32 | - |
| CMYK | 0.65 | 0 | 0.86 | 0.13 |
| HSL | 105.71º | 0.75% | 0.5% | - |
| HSV(B) | 105.71º | 0.86% | 0.87% | - |
| XYZ | 29.18 | 53.39 | 10.13 | - |
| YUV | 156.4 | 57.79 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 221 | 32 | 0.65 | 0 | 0.86 | 0.13 | 105.71 | 0.75 | 0.5 |
| Hex | 4D | DD | 20 | 41 | 0 | 56 | D | 6A | 4B | 32 |
| Octal | 115 | 335 | 40 | 101 | 0 | 126 | 15 | 152 | 113 | 62 |
| Binary | 1001101 | 11011101 | 100000 | 1000001 | 0 | 1010110 | 1101 | 1101010 | 1001011 | 110010 |
Color Harmonies of #4DDD20
Complementary color
Monochromatic Colors of #4DDD20
Black with #4DDD20
Text Example
Text Example
White with #4DDD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDD20; }
p { color: rgb(77,221,32); }
H1.HeaderClassName
{
color: #4DDD20;
}
.AnyTagClassName
{
color: #4DDD20;
}
</style>
background-color css
<style>
a { background-color: #4DDD20; }
a { background-color: rgb(77,221,32); }
div.DivClassName
{
background-color: #4DDD20;
}
.BgClassName
{
background-color: #4DDD20;
}
</style>
border-color css
<style>
span { border-color: #4DDD20; }
span { border-color: rgb(77,221,32); }
td.TdClassName
{
border-color: #4DDD20;
}
.TagClassName
{
border-color: #4DDD20;
}
</style>