Shades of Kelly Green #46DC16
Tints of Kelly Green #46DC16
RGB
CMYK
RGB Variations
Color information
#46DC16 (or 0x46DC16) is known color: Kelly Green. HEX triplet: 46, DC and 16. RGB value is (70,220,22). Sum of RGB (Red+Green+Blue) = 70+220+22=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 220 (86.33% from 255 or 70.51% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 220 - color contains mainly: green. Hex color #46DC16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46DC16 is #B923E9. Grayscale: #999999. Windows color (decimal): -12133354 or 1498182. OLE color: 1498182.
HSL color Cylindrical-coordinate representation of color #46DC16: hue angle of 105.45º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #46DC16 is Cyan = 0.68, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 220 | 22 | - |
| CMYK | 0.68 | 0 | 0.9 | 0.14 |
| HSL | 105.45º | 0.82% | 0.47% | - |
| HSV(B) | 105.45º | 0.9% | 0.86% | - |
| XYZ | 28.26 | 52.55 | 9.41 | - |
| YUV | 152.58 | 54.31 | 69.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 220 | 22 | 0.68 | 0 | 0.9 | 0.14 | 105.45 | 0.82 | 0.47 |
| Hex | 46 | DC | 16 | 44 | 0 | 5A | E | 69 | 52 | 2F |
| Octal | 106 | 334 | 26 | 104 | 0 | 132 | 16 | 151 | 122 | 57 |
| Binary | 1000110 | 11011100 | 10110 | 1000100 | 0 | 1011010 | 1110 | 1101001 | 1010010 | 101111 |
Color Harmonies of #46DC16
Complementary color
Monochromatic Colors of #46DC16
Black with #46DC16
Text Example
Text Example
White with #46DC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DC16; }
p { color: rgb(70,220,22); }
H1.HeaderClassName
{
color: #46DC16;
}
.AnyTagClassName
{
color: #46DC16;
}
</style>
background-color css
<style>
a { background-color: #46DC16; }
a { background-color: rgb(70,220,22); }
div.DivClassName
{
background-color: #46DC16;
}
.BgClassName
{
background-color: #46DC16;
}
</style>
border-color css
<style>
span { border-color: #46DC16; }
span { border-color: rgb(70,220,22); }
td.TdClassName
{
border-color: #46DC16;
}
.TagClassName
{
border-color: #46DC16;
}
</style>