Shades of Kelly Green #46DD0D
Tints of Kelly Green #46DD0D
RGB
CMYK
RGB Variations
Color information
#46DD0D (or 0x46DD0D) is known color: Kelly Green. HEX triplet: 46, DD and 0D. RGB value is (70,221,13). Sum of RGB (Red+Green+Blue) = 70+221+13=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 221 (86.72% from 255 or 72.70% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 221 - color contains mainly: green. Hex color #46DD0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46DD0D is #B922F2. Grayscale: #989898. Windows color (decimal): -12133107 or 908614. OLE color: 908614.
HSL color Cylindrical-coordinate representation of color #46DD0D: hue angle of 103.56º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #46DD0D is Cyan = 0.68, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 221 | 13 | - |
| CMYK | 0.68 | 0 | 0.94 | 0.13 |
| HSL | 103.56º | 0.89% | 0.46% | - |
| HSV(B) | 103.56º | 0.94% | 0.87% | - |
| XYZ | 28.45 | 53.04 | 9.12 | - |
| YUV | 152.14 | 49.47 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 221 | 13 | 0.68 | 0 | 0.94 | 0.13 | 103.56 | 0.89 | 0.46 |
| Hex | 46 | DD | D | 44 | 0 | 5E | D | 68 | 59 | 2E |
| Octal | 106 | 335 | 15 | 104 | 0 | 136 | 15 | 150 | 131 | 56 |
| Binary | 1000110 | 11011101 | 1101 | 1000100 | 0 | 1011110 | 1101 | 1101000 | 1011001 | 101110 |
Color Harmonies of #46DD0D
Complementary color
Monochromatic Colors of #46DD0D
Black with #46DD0D
Text Example
Text Example
White with #46DD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DD0D; }
p { color: rgb(70,221,13); }
H1.HeaderClassName
{
color: #46DD0D;
}
.AnyTagClassName
{
color: #46DD0D;
}
</style>
background-color css
<style>
a { background-color: #46DD0D; }
a { background-color: rgb(70,221,13); }
div.DivClassName
{
background-color: #46DD0D;
}
.BgClassName
{
background-color: #46DD0D;
}
</style>
border-color css
<style>
span { border-color: #46DD0D; }
span { border-color: rgb(70,221,13); }
td.TdClassName
{
border-color: #46DD0D;
}
.TagClassName
{
border-color: #46DD0D;
}
</style>