Shades of Kelly Green #4ADD0A
Tints of Kelly Green #4ADD0A
RGB
CMYK
RGB Variations
Color information
#4ADD0A (or 0x4ADD0A) is known color: Kelly Green. HEX triplet: 4A, DD and 0A. RGB value is (74,221,10). Sum of RGB (Red+Green+Blue) = 74+221+10=305 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.26% from 305); Green value is 221 (86.72% from 255 or 72.46% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADD0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ADD0A is #B522F5. Grayscale: #999999. Windows color (decimal): -11870966 or 712010. OLE color: 712010.
HSL color Cylindrical-coordinate representation of color #4ADD0A: hue angle of 101.8º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4ADD0A is Cyan = 0.67, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 221 | 10 | - |
| CMYK | 0.67 | 0 | 0.95 | 0.13 |
| HSL | 101.8º | 0.91% | 0.45% | - |
| HSV(B) | 101.8º | 0.95% | 0.87% | - |
| XYZ | 28.74 | 53.19 | 9.04 | - |
| YUV | 152.99 | 47.3 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 10 | 0.67 | 0 | 0.95 | 0.13 | 101.8 | 0.91 | 0.45 |
| Hex | 4A | DD | A | 43 | 0 | 5F | D | 66 | 5B | 2D |
| Octal | 112 | 335 | 12 | 103 | 0 | 137 | 15 | 146 | 133 | 55 |
| Binary | 1001010 | 11011101 | 1010 | 1000011 | 0 | 1011111 | 1101 | 1100110 | 1011011 | 101101 |
Color Harmonies of #4ADD0A
Complementary color
Monochromatic Colors of #4ADD0A
Black with #4ADD0A
Text Example
Text Example
White with #4ADD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADD0A; }
p { color: rgb(74,221,10); }
H1.HeaderClassName
{
color: #4ADD0A;
}
.AnyTagClassName
{
color: #4ADD0A;
}
</style>
background-color css
<style>
a { background-color: #4ADD0A; }
a { background-color: rgb(74,221,10); }
div.DivClassName
{
background-color: #4ADD0A;
}
.BgClassName
{
background-color: #4ADD0A;
}
</style>
border-color css
<style>
span { border-color: #4ADD0A; }
span { border-color: rgb(74,221,10); }
td.TdClassName
{
border-color: #4ADD0A;
}
.TagClassName
{
border-color: #4ADD0A;
}
</style>