Shades of Kelly Green #46DC13
Tints of Kelly Green #46DC13
RGB
CMYK
RGB Variations
Color information
#46DC13 (or 0x46DC13) is known color: Kelly Green. HEX triplet: 46, DC and 13. RGB value is (70,220,19). Sum of RGB (Red+Green+Blue) = 70+220+19=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 220 (86.33% from 255 or 71.20% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 220 - color contains mainly: green. Hex color #46DC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46DC13 is #B923EC. Grayscale: #989898. Windows color (decimal): -12133357 or 1301574. OLE color: 1301574.
HSL color Cylindrical-coordinate representation of color #46DC13: hue angle of 104.78º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #46DC13 is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 220 | 19 | - |
| CMYK | 0.68 | 0 | 0.91 | 0.14 |
| HSL | 104.78º | 0.84% | 0.47% | - |
| HSV(B) | 104.78º | 0.91% | 0.86% | - |
| XYZ | 28.24 | 52.54 | 9.27 | - |
| YUV | 152.24 | 52.81 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 220 | 19 | 0.68 | 0 | 0.91 | 0.14 | 104.78 | 0.84 | 0.47 |
| Hex | 46 | DC | 13 | 44 | 0 | 5B | E | 69 | 54 | 2F |
| Octal | 106 | 334 | 23 | 104 | 0 | 133 | 16 | 151 | 124 | 57 |
| Binary | 1000110 | 11011100 | 10011 | 1000100 | 0 | 1011011 | 1110 | 1101001 | 1010100 | 101111 |
Color Harmonies of #46DC13
Complementary color
Monochromatic Colors of #46DC13
Black with #46DC13
Text Example
Text Example
White with #46DC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DC13; }
p { color: rgb(70,220,19); }
H1.HeaderClassName
{
color: #46DC13;
}
.AnyTagClassName
{
color: #46DC13;
}
</style>
background-color css
<style>
a { background-color: #46DC13; }
a { background-color: rgb(70,220,19); }
div.DivClassName
{
background-color: #46DC13;
}
.BgClassName
{
background-color: #46DC13;
}
</style>
border-color css
<style>
span { border-color: #46DC13; }
span { border-color: rgb(70,220,19); }
td.TdClassName
{
border-color: #46DC13;
}
.TagClassName
{
border-color: #46DC13;
}
</style>