Shades of Kelly Green #4ADD0D
Tints of Kelly Green #4ADD0D
RGB
CMYK
RGB Variations
Color information
#4ADD0D (or 0x4ADD0D) is known color: Kelly Green. HEX triplet: 4A, DD and 0D. RGB value is (74,221,13). Sum of RGB (Red+Green+Blue) = 74+221+13=308 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.03% from 308); Green value is 221 (86.72% from 255 or 71.75% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADD0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ADD0D is #B522F2. Grayscale: #9A9A9A. Windows color (decimal): -11870963 or 908618. OLE color: 908618.
HSL color Cylindrical-coordinate representation of color #4ADD0D: hue angle of 102.4º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4ADD0D is Cyan = 0.67, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 221 | 13 | - |
| CMYK | 0.67 | 0 | 0.94 | 0.13 |
| HSL | 102.4º | 0.89% | 0.46% | - |
| HSV(B) | 102.4º | 0.94% | 0.87% | - |
| XYZ | 28.75 | 53.2 | 9.13 | - |
| YUV | 153.34 | 48.8 | 71.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 13 | 0.67 | 0 | 0.94 | 0.13 | 102.4 | 0.89 | 0.46 |
| Hex | 4A | DD | D | 43 | 0 | 5E | D | 66 | 59 | 2E |
| Octal | 112 | 335 | 15 | 103 | 0 | 136 | 15 | 146 | 131 | 56 |
| Binary | 1001010 | 11011101 | 1101 | 1000011 | 0 | 1011110 | 1101 | 1100110 | 1011001 | 101110 |
Color Harmonies of #4ADD0D
Complementary color
Monochromatic Colors of #4ADD0D
Black with #4ADD0D
Text Example
Text Example
White with #4ADD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADD0D; }
p { color: rgb(74,221,13); }
H1.HeaderClassName
{
color: #4ADD0D;
}
.AnyTagClassName
{
color: #4ADD0D;
}
</style>
background-color css
<style>
a { background-color: #4ADD0D; }
a { background-color: rgb(74,221,13); }
div.DivClassName
{
background-color: #4ADD0D;
}
.BgClassName
{
background-color: #4ADD0D;
}
</style>
border-color css
<style>
span { border-color: #4ADD0D; }
span { border-color: rgb(74,221,13); }
td.TdClassName
{
border-color: #4ADD0D;
}
.TagClassName
{
border-color: #4ADD0D;
}
</style>