Shades of Kelly Green #4AD222
Tints of Kelly Green #4AD222
RGB
CMYK
RGB Variations
Color information
#4AD222 (or 0x4AD222) is known color: Kelly Green. HEX triplet: 4A, D2 and 22. RGB value is (74,210,34). Sum of RGB (Red+Green+Blue) = 74+210+34=318 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.27% from 318); Green value is 210 (82.42% from 255 or 66.04% from 318); Blue value is 34 (13.67% from 255 or 10.69% from 318); Max value from RGB is 210 - color contains mainly: green. Hex color #4AD222 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD222 is #B52DDD. Grayscale: #959595. Windows color (decimal): -11873758 or 2282058. OLE color: 2282058.
HSL color Cylindrical-coordinate representation of color #4AD222: hue angle of 106.36º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4AD222 is Cyan = 0.65, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 210 | 34 | - |
| CMYK | 0.65 | 0 | 0.84 | 0.18 |
| HSL | 106.36º | 0.72% | 0.48% | - |
| HSV(B) | 106.36º | 0.84% | 0.82% | - |
| XYZ | 26.16 | 47.66 | 9.33 | - |
| YUV | 149.27 | 62.94 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 210 | 34 | 0.65 | 0 | 0.84 | 0.18 | 106.36 | 0.72 | 0.48 |
| Hex | 4A | D2 | 22 | 41 | 0 | 54 | 12 | 6A | 48 | 30 |
| Octal | 112 | 322 | 42 | 101 | 0 | 124 | 22 | 152 | 110 | 60 |
| Binary | 1001010 | 11010010 | 100010 | 1000001 | 0 | 1010100 | 10010 | 1101010 | 1001000 | 110000 |
Color Harmonies of #4AD222
Complementary color
Monochromatic Colors of #4AD222
Black with #4AD222
Text Example
Text Example
White with #4AD222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD222; }
p { color: rgb(74,210,34); }
H1.HeaderClassName
{
color: #4AD222;
}
.AnyTagClassName
{
color: #4AD222;
}
</style>
background-color css
<style>
a { background-color: #4AD222; }
a { background-color: rgb(74,210,34); }
div.DivClassName
{
background-color: #4AD222;
}
.BgClassName
{
background-color: #4AD222;
}
</style>
border-color css
<style>
span { border-color: #4AD222; }
span { border-color: rgb(74,210,34); }
td.TdClassName
{
border-color: #4AD222;
}
.TagClassName
{
border-color: #4AD222;
}
</style>