Shades of Kelly Green #46DD16
Tints of Kelly Green #46DD16
RGB
CMYK
RGB Variations
Color information
#46DD16 (or 0x46DD16) is known color: Kelly Green. HEX triplet: 46, DD and 16. RGB value is (70,221,22). Sum of RGB (Red+Green+Blue) = 70+221+22=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 221 (86.72% from 255 or 70.61% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 221 - color contains mainly: green. Hex color #46DD16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46DD16 is #B922E9. Grayscale: #999999. Windows color (decimal): -12133098 or 1498438. OLE color: 1498438.
HSL color Cylindrical-coordinate representation of color #46DD16: hue angle of 105.53º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #46DD16 is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 221 | 22 | - |
| CMYK | 0.68 | 0 | 0.90 | 0.13 |
| HSL | 105.53º | 0.82% | 0.48% | - |
| HSV(B) | 105.53º | 0.9% | 0.87% | - |
| XYZ | 28.53 | 53.07 | 9.5 | - |
| YUV | 153.17 | 53.97 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 221 | 22 | 0.68 | 0 | 0.90 | 0.13 | 105.53 | 0.82 | 0.48 |
| Hex | 46 | DD | 16 | 44 | 0 | 5A | D | 6A | 52 | 30 |
| Octal | 106 | 335 | 26 | 104 | 0 | 132 | 15 | 152 | 122 | 60 |
| Binary | 1000110 | 11011101 | 10110 | 1000100 | 0 | 1011010 | 1101 | 1101010 | 1010010 | 110000 |
Color Harmonies of #46DD16
Complementary color
Monochromatic Colors of #46DD16
Black with #46DD16
Text Example
Text Example
White with #46DD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DD16; }
p { color: rgb(70,221,22); }
H1.HeaderClassName
{
color: #46DD16;
}
.AnyTagClassName
{
color: #46DD16;
}
</style>
background-color css
<style>
a { background-color: #46DD16; }
a { background-color: rgb(70,221,22); }
div.DivClassName
{
background-color: #46DD16;
}
.BgClassName
{
background-color: #46DD16;
}
</style>
border-color css
<style>
span { border-color: #46DD16; }
span { border-color: rgb(70,221,22); }
td.TdClassName
{
border-color: #46DD16;
}
.TagClassName
{
border-color: #46DD16;
}
</style>