Shades of Kelly Green #4DDC0D
Tints of Kelly Green #4DDC0D
RGB
CMYK
RGB Variations
Color information
#4DDC0D (or 0x4DDC0D) is known color: Kelly Green. HEX triplet: 4D, DC and 0D. RGB value is (77,220,13). Sum of RGB (Red+Green+Blue) = 77+220+13=310 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.84% from 310); Green value is 220 (86.33% from 255 or 70.97% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 220 - color contains mainly: green. Hex color #4DDC0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DDC0D is #B223F2. Grayscale: #9A9A9A. Windows color (decimal): -11674611 or 908365. OLE color: 908365.
HSL color Cylindrical-coordinate representation of color #4DDC0D: hue angle of 101.45º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4DDC0D is Cyan = 0.65, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 220 | 13 | - |
| CMYK | 0.65 | 0 | 0.94 | 0.14 |
| HSL | 101.45º | 0.89% | 0.46% | - |
| HSV(B) | 101.45º | 0.94% | 0.86% | - |
| XYZ | 28.73 | 52.79 | 9.06 | - |
| YUV | 153.65 | 48.62 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 220 | 13 | 0.65 | 0 | 0.94 | 0.14 | 101.45 | 0.89 | 0.46 |
| Hex | 4D | DC | D | 41 | 0 | 5E | E | 65 | 59 | 2E |
| Octal | 115 | 334 | 15 | 101 | 0 | 136 | 16 | 145 | 131 | 56 |
| Binary | 1001101 | 11011100 | 1101 | 1000001 | 0 | 1011110 | 1110 | 1100101 | 1011001 | 101110 |
Color Harmonies of #4DDC0D
Complementary color
Monochromatic Colors of #4DDC0D
Black with #4DDC0D
Text Example
Text Example
White with #4DDC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDC0D; }
p { color: rgb(77,220,13); }
H1.HeaderClassName
{
color: #4DDC0D;
}
.AnyTagClassName
{
color: #4DDC0D;
}
</style>
background-color css
<style>
a { background-color: #4DDC0D; }
a { background-color: rgb(77,220,13); }
div.DivClassName
{
background-color: #4DDC0D;
}
.BgClassName
{
background-color: #4DDC0D;
}
</style>
border-color css
<style>
span { border-color: #4DDC0D; }
span { border-color: rgb(77,220,13); }
td.TdClassName
{
border-color: #4DDC0D;
}
.TagClassName
{
border-color: #4DDC0D;
}
</style>