Shades of Kelly Green #4AD916
Tints of Kelly Green #4AD916
RGB
CMYK
RGB Variations
Color information
#4AD916 (or 0x4AD916) is known color: Kelly Green. HEX triplet: 4A, D9 and 16. RGB value is (74,217,22). Sum of RGB (Red+Green+Blue) = 74+217+22=313 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.64% from 313); Green value is 217 (85.16% from 255 or 69.33% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 217 - color contains mainly: green. Hex color #4AD916 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AD916 is #B526E9. Grayscale: #989898. Windows color (decimal): -11871978 or 1497418. OLE color: 1497418.
HSL color Cylindrical-coordinate representation of color #4AD916: hue angle of 104º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4AD916 is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 217 | 22 | - |
| CMYK | 0.66 | 0 | 0.90 | 0.15 |
| HSL | 104º | 0.82% | 0.47% | - |
| HSV(B) | 104º | 0.9% | 0.85% | - |
| XYZ | 27.78 | 51.14 | 9.17 | - |
| YUV | 152.01 | 54.62 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 217 | 22 | 0.66 | 0 | 0.90 | 0.15 | 104 | 0.82 | 0.47 |
| Hex | 4A | D9 | 16 | 42 | 0 | 5A | F | 68 | 52 | 2F |
| Octal | 112 | 331 | 26 | 102 | 0 | 132 | 17 | 150 | 122 | 57 |
| Binary | 1001010 | 11011001 | 10110 | 1000010 | 0 | 1011010 | 1111 | 1101000 | 1010010 | 101111 |
Color Harmonies of #4AD916
Complementary color
Monochromatic Colors of #4AD916
Black with #4AD916
Text Example
Text Example
White with #4AD916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD916; }
p { color: rgb(74,217,22); }
H1.HeaderClassName
{
color: #4AD916;
}
.AnyTagClassName
{
color: #4AD916;
}
</style>
background-color css
<style>
a { background-color: #4AD916; }
a { background-color: rgb(74,217,22); }
div.DivClassName
{
background-color: #4AD916;
}
.BgClassName
{
background-color: #4AD916;
}
</style>
border-color css
<style>
span { border-color: #4AD916; }
span { border-color: rgb(74,217,22); }
td.TdClassName
{
border-color: #4AD916;
}
.TagClassName
{
border-color: #4AD916;
}
</style>