Shades of Kelly Green #4DDD10
Tints of Kelly Green #4DDD10
RGB
CMYK
RGB Variations
Color information
#4DDD10 (or 0x4DDD10) is known color: Kelly Green. HEX triplet: 4D, DD and 10. RGB value is (77,221,16). Sum of RGB (Red+Green+Blue) = 77+221+16=314 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.52% from 314); Green value is 221 (86.72% from 255 or 70.38% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDD10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DDD10 is #B222EF. Grayscale: #9B9B9B. Windows color (decimal): -11674352 or 1105229. OLE color: 1105229.
HSL color Cylindrical-coordinate representation of color #4DDD10: hue angle of 102.15º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4DDD10 is Cyan = 0.65, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 221 | 16 | - |
| CMYK | 0.65 | 0 | 0.93 | 0.13 |
| HSL | 102.15º | 0.86% | 0.46% | - |
| HSV(B) | 102.15º | 0.93% | 0.87% | - |
| XYZ | 29.01 | 53.33 | 9.25 | - |
| YUV | 154.57 | 49.79 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 221 | 16 | 0.65 | 0 | 0.93 | 0.13 | 102.15 | 0.86 | 0.46 |
| Hex | 4D | DD | 10 | 41 | 0 | 5D | D | 66 | 56 | 2E |
| Octal | 115 | 335 | 20 | 101 | 0 | 135 | 15 | 146 | 126 | 56 |
| Binary | 1001101 | 11011101 | 10000 | 1000001 | 0 | 1011101 | 1101 | 1100110 | 1010110 | 101110 |
Color Harmonies of #4DDD10
Complementary color
Monochromatic Colors of #4DDD10
Black with #4DDD10
Text Example
Text Example
White with #4DDD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDD10; }
p { color: rgb(77,221,16); }
H1.HeaderClassName
{
color: #4DDD10;
}
.AnyTagClassName
{
color: #4DDD10;
}
</style>
background-color css
<style>
a { background-color: #4DDD10; }
a { background-color: rgb(77,221,16); }
div.DivClassName
{
background-color: #4DDD10;
}
.BgClassName
{
background-color: #4DDD10;
}
</style>
border-color css
<style>
span { border-color: #4DDD10; }
span { border-color: rgb(77,221,16); }
td.TdClassName
{
border-color: #4DDD10;
}
.TagClassName
{
border-color: #4DDD10;
}
</style>