Shades of Kelly Green #4AD211
Tints of Kelly Green #4AD211
RGB
CMYK
RGB Variations
Color information
#4AD211 (or 0x4AD211) is known color: Kelly Green. HEX triplet: 4A, D2 and 11. RGB value is (74,210,17). Sum of RGB (Red+Green+Blue) = 74+210+17=301 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.58% from 301); Green value is 210 (82.42% from 255 or 69.77% from 301); Blue value is 17 (7.03% from 255 or 5.65% from 301); Max value from RGB is 210 - color contains mainly: green. Hex color #4AD211 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AD211 is #B52DEE. Grayscale: #939393. Windows color (decimal): -11873775 or 1167946. OLE color: 1167946.
HSL color Cylindrical-coordinate representation of color #4AD211: hue angle of 102.28º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4AD211 is Cyan = 0.65, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 210 | 17 | - |
| CMYK | 0.65 | 0 | 0.92 | 0.18 |
| HSL | 102.28º | 0.85% | 0.45% | - |
| HSV(B) | 102.28º | 0.92% | 0.82% | - |
| XYZ | 25.97 | 47.59 | 8.35 | - |
| YUV | 147.33 | 54.44 | 75.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 210 | 17 | 0.65 | 0 | 0.92 | 0.18 | 102.28 | 0.85 | 0.45 |
| Hex | 4A | D2 | 11 | 41 | 0 | 5C | 12 | 66 | 55 | 2D |
| Octal | 112 | 322 | 21 | 101 | 0 | 134 | 22 | 146 | 125 | 55 |
| Binary | 1001010 | 11010010 | 10001 | 1000001 | 0 | 1011100 | 10010 | 1100110 | 1010101 | 101101 |
Color Harmonies of #4AD211
Complementary color
Monochromatic Colors of #4AD211
Black with #4AD211
Text Example
Text Example
White with #4AD211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD211; }
p { color: rgb(74,210,17); }
H1.HeaderClassName
{
color: #4AD211;
}
.AnyTagClassName
{
color: #4AD211;
}
</style>
background-color css
<style>
a { background-color: #4AD211; }
a { background-color: rgb(74,210,17); }
div.DivClassName
{
background-color: #4AD211;
}
.BgClassName
{
background-color: #4AD211;
}
</style>
border-color css
<style>
span { border-color: #4AD211; }
span { border-color: rgb(74,210,17); }
td.TdClassName
{
border-color: #4AD211;
}
.TagClassName
{
border-color: #4AD211;
}
</style>