Shades of Kelly Green #4DDD1A
Tints of Kelly Green #4DDD1A
RGB
CMYK
RGB Variations
Color information
#4DDD1A (or 0x4DDD1A) is known color: Kelly Green. HEX triplet: 4D, DD and 1A. RGB value is (77,221,26). Sum of RGB (Red+Green+Blue) = 77+221+26=324 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.77% from 324); Green value is 221 (86.72% from 255 or 68.21% from 324); Blue value is 26 (10.55% from 255 or 8.02% from 324); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDD1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDD1A is #B222E5. Grayscale: #9C9C9C. Windows color (decimal): -11674342 or 1760589. OLE color: 1760589.
HSL color Cylindrical-coordinate representation of color #4DDD1A: hue angle of 104.31º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4DDD1A is Cyan = 0.65, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 221 | 26 | - |
| CMYK | 0.65 | 0 | 0.88 | 0.13 |
| HSL | 104.31º | 0.79% | 0.48% | - |
| HSV(B) | 104.31º | 0.88% | 0.87% | - |
| XYZ | 29.1 | 53.37 | 9.74 | - |
| YUV | 155.71 | 54.79 | 71.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 221 | 26 | 0.65 | 0 | 0.88 | 0.13 | 104.31 | 0.79 | 0.48 |
| Hex | 4D | DD | 1A | 41 | 0 | 58 | D | 68 | 4F | 30 |
| Octal | 115 | 335 | 32 | 101 | 0 | 130 | 15 | 150 | 117 | 60 |
| Binary | 1001101 | 11011101 | 11010 | 1000001 | 0 | 1011000 | 1101 | 1101000 | 1001111 | 110000 |
Color Harmonies of #4DDD1A
Complementary color
Monochromatic Colors of #4DDD1A
Black with #4DDD1A
Text Example
Text Example
White with #4DDD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDD1A; }
p { color: rgb(77,221,26); }
H1.HeaderClassName
{
color: #4DDD1A;
}
.AnyTagClassName
{
color: #4DDD1A;
}
</style>
background-color css
<style>
a { background-color: #4DDD1A; }
a { background-color: rgb(77,221,26); }
div.DivClassName
{
background-color: #4DDD1A;
}
.BgClassName
{
background-color: #4DDD1A;
}
</style>
border-color css
<style>
span { border-color: #4DDD1A; }
span { border-color: rgb(77,221,26); }
td.TdClassName
{
border-color: #4DDD1A;
}
.TagClassName
{
border-color: #4DDD1A;
}
</style>