Shades of Kelly Green #4AD220
Tints of Kelly Green #4AD220
RGB
CMYK
RGB Variations
Color information
#4AD220 (or 0x4AD220) is known color: Kelly Green. HEX triplet: 4A, D2 and 20. RGB value is (74,210,32). Sum of RGB (Red+Green+Blue) = 74+210+32=316 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.42% from 316); Green value is 210 (82.42% from 255 or 66.46% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 210 - color contains mainly: green. Hex color #4AD220 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD220 is #B52DDF. Grayscale: #959595. Windows color (decimal): -11873760 or 2150986. OLE color: 2150986.
HSL color Cylindrical-coordinate representation of color #4AD220: hue angle of 105.84º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4AD220 is Cyan = 0.65, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 210 | 32 | - |
| CMYK | 0.65 | 0 | 0.85 | 0.18 |
| HSL | 105.84º | 0.74% | 0.47% | - |
| HSV(B) | 105.84º | 0.85% | 0.82% | - |
| XYZ | 26.13 | 47.65 | 9.19 | - |
| YUV | 149.04 | 61.94 | 74.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 210 | 32 | 0.65 | 0 | 0.85 | 0.18 | 105.84 | 0.74 | 0.47 |
| Hex | 4A | D2 | 20 | 41 | 0 | 55 | 12 | 6A | 4A | 2F |
| Octal | 112 | 322 | 40 | 101 | 0 | 125 | 22 | 152 | 112 | 57 |
| Binary | 1001010 | 11010010 | 100000 | 1000001 | 0 | 1010101 | 10010 | 1101010 | 1001010 | 101111 |
Color Harmonies of #4AD220
Complementary color
Monochromatic Colors of #4AD220
Black with #4AD220
Text Example
Text Example
White with #4AD220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD220; }
p { color: rgb(74,210,32); }
H1.HeaderClassName
{
color: #4AD220;
}
.AnyTagClassName
{
color: #4AD220;
}
</style>
background-color css
<style>
a { background-color: #4AD220; }
a { background-color: rgb(74,210,32); }
div.DivClassName
{
background-color: #4AD220;
}
.BgClassName
{
background-color: #4AD220;
}
</style>
border-color css
<style>
span { border-color: #4AD220; }
span { border-color: rgb(74,210,32); }
td.TdClassName
{
border-color: #4AD220;
}
.TagClassName
{
border-color: #4AD220;
}
</style>