Shades of Kelly Green #46DF16
Tints of Kelly Green #46DF16
RGB
CMYK
RGB Variations
Color information
#46DF16 (or 0x46DF16) is known color: Kelly Green. HEX triplet: 46, DF and 16. RGB value is (70,223,22). Sum of RGB (Red+Green+Blue) = 70+223+22=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 223 (87.5% from 255 or 70.79% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 223 - color contains mainly: green. Hex color #46DF16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46DF16 is #B920E9. Grayscale: #9A9A9A. Windows color (decimal): -12132586 or 1498950. OLE color: 1498950.
HSL color Cylindrical-coordinate representation of color #46DF16: hue angle of 105.67º 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 #46DF16 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 223 | 22 | - |
| CMYK | 0.69 | 0 | 0.90 | 0.13 |
| HSL | 105.67º | 0.82% | 0.48% | - |
| HSV(B) | 105.67º | 0.9% | 0.87% | - |
| XYZ | 29.06 | 54.14 | 9.68 | - |
| YUV | 154.34 | 53.31 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 223 | 22 | 0.69 | 0 | 0.90 | 0.13 | 105.67 | 0.82 | 0.48 |
| Hex | 46 | DF | 16 | 45 | 0 | 5A | D | 6A | 52 | 30 |
| Octal | 106 | 337 | 26 | 105 | 0 | 132 | 15 | 152 | 122 | 60 |
| Binary | 1000110 | 11011111 | 10110 | 1000101 | 0 | 1011010 | 1101 | 1101010 | 1010010 | 110000 |
Color Harmonies of #46DF16
Complementary color
Monochromatic Colors of #46DF16
Black with #46DF16
Text Example
Text Example
White with #46DF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DF16; }
p { color: rgb(70,223,22); }
H1.HeaderClassName
{
color: #46DF16;
}
.AnyTagClassName
{
color: #46DF16;
}
</style>
background-color css
<style>
a { background-color: #46DF16; }
a { background-color: rgb(70,223,22); }
div.DivClassName
{
background-color: #46DF16;
}
.BgClassName
{
background-color: #46DF16;
}
</style>
border-color css
<style>
span { border-color: #46DF16; }
span { border-color: rgb(70,223,22); }
td.TdClassName
{
border-color: #46DF16;
}
.TagClassName
{
border-color: #46DF16;
}
</style>