Shades of Kelly Green #4ADD0B
Tints of Kelly Green #4ADD0B
RGB
CMYK
RGB Variations
Color information
#4ADD0B (or 0x4ADD0B) is known color: Kelly Green. HEX triplet: 4A, DD and 0B. RGB value is (74,221,11). Sum of RGB (Red+Green+Blue) = 74+221+11=306 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.18% from 306); Green value is 221 (86.72% from 255 or 72.22% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADD0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ADD0B is #B522F4. Grayscale: #999999. Windows color (decimal): -11870965 or 777546. OLE color: 777546.
HSL color Cylindrical-coordinate representation of color #4ADD0B: hue angle of 102º 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 #4ADD0B is Cyan = 0.67, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 221 | 11 | - |
| CMYK | 0.67 | 0 | 0.95 | 0.13 |
| HSL | 102º | 0.91% | 0.45% | - |
| HSV(B) | 102º | 0.95% | 0.87% | - |
| XYZ | 28.74 | 53.19 | 9.07 | - |
| YUV | 153.11 | 47.8 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 11 | 0.67 | 0 | 0.95 | 0.13 | 102 | 0.91 | 0.45 |
| Hex | 4A | DD | B | 43 | 0 | 5F | D | 66 | 5B | 2D |
| Octal | 112 | 335 | 13 | 103 | 0 | 137 | 15 | 146 | 133 | 55 |
| Binary | 1001010 | 11011101 | 1011 | 1000011 | 0 | 1011111 | 1101 | 1100110 | 1011011 | 101101 |
Color Harmonies of #4ADD0B
Complementary color
Monochromatic Colors of #4ADD0B
Black with #4ADD0B
Text Example
Text Example
White with #4ADD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADD0B; }
p { color: rgb(74,221,11); }
H1.HeaderClassName
{
color: #4ADD0B;
}
.AnyTagClassName
{
color: #4ADD0B;
}
</style>
background-color css
<style>
a { background-color: #4ADD0B; }
a { background-color: rgb(74,221,11); }
div.DivClassName
{
background-color: #4ADD0B;
}
.BgClassName
{
background-color: #4ADD0B;
}
</style>
border-color css
<style>
span { border-color: #4ADD0B; }
span { border-color: rgb(74,221,11); }
td.TdClassName
{
border-color: #4ADD0B;
}
.TagClassName
{
border-color: #4ADD0B;
}
</style>