Shades of Kelly Green #4ADB11
Tints of Kelly Green #4ADB11
RGB
CMYK
RGB Variations
Color information
#4ADB11 (or 0x4ADB11) is known color: Kelly Green. HEX triplet: 4A, DB and 11. RGB value is (74,219,17). Sum of RGB (Red+Green+Blue) = 74+219+17=310 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.87% from 310); Green value is 219 (85.94% from 255 or 70.65% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADB11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ADB11 is #B524EE. Grayscale: #999999. Windows color (decimal): -11871471 or 1170250. OLE color: 1170250.
HSL color Cylindrical-coordinate representation of color #4ADB11: hue angle of 103.07º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4ADB11 is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 219 | 17 | - |
| CMYK | 0.66 | 0 | 0.92 | 0.14 |
| HSL | 103.07º | 0.86% | 0.46% | - |
| HSV(B) | 103.07º | 0.92% | 0.86% | - |
| XYZ | 28.26 | 52.16 | 9.11 | - |
| YUV | 152.62 | 51.46 | 71.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 17 | 0.66 | 0 | 0.92 | 0.14 | 103.07 | 0.86 | 0.46 |
| Hex | 4A | DB | 11 | 42 | 0 | 5C | E | 67 | 56 | 2E |
| Octal | 112 | 333 | 21 | 102 | 0 | 134 | 16 | 147 | 126 | 56 |
| Binary | 1001010 | 11011011 | 10001 | 1000010 | 0 | 1011100 | 1110 | 1100111 | 1010110 | 101110 |
Color Harmonies of #4ADB11
Complementary color
Monochromatic Colors of #4ADB11
Black with #4ADB11
Text Example
Text Example
White with #4ADB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADB11; }
p { color: rgb(74,219,17); }
H1.HeaderClassName
{
color: #4ADB11;
}
.AnyTagClassName
{
color: #4ADB11;
}
</style>
background-color css
<style>
a { background-color: #4ADB11; }
a { background-color: rgb(74,219,17); }
div.DivClassName
{
background-color: #4ADB11;
}
.BgClassName
{
background-color: #4ADB11;
}
</style>
border-color css
<style>
span { border-color: #4ADB11; }
span { border-color: rgb(74,219,17); }
td.TdClassName
{
border-color: #4ADB11;
}
.TagClassName
{
border-color: #4ADB11;
}
</style>