Shades of Kelly Green #46DD12
Tints of Kelly Green #46DD12
RGB
CMYK
RGB Variations
Color information
#46DD12 (or 0x46DD12) is known color: Kelly Green. HEX triplet: 46, DD and 12. RGB value is (70,221,18). Sum of RGB (Red+Green+Blue) = 70+221+18=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 221 (86.72% from 255 or 71.52% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 221 - color contains mainly: green. Hex color #46DD12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46DD12 is #B922ED. Grayscale: #999999. Windows color (decimal): -12133102 or 1236294. OLE color: 1236294.
HSL color Cylindrical-coordinate representation of color #46DD12: hue angle of 104.63º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #46DD12 is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 221 | 18 | - |
| CMYK | 0.68 | 0 | 0.92 | 0.13 |
| HSL | 104.63º | 0.85% | 0.47% | - |
| HSV(B) | 104.63º | 0.92% | 0.87% | - |
| XYZ | 28.49 | 53.06 | 9.31 | - |
| YUV | 152.71 | 51.97 | 69.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 221 | 18 | 0.68 | 0 | 0.92 | 0.13 | 104.63 | 0.85 | 0.47 |
| Hex | 46 | DD | 12 | 44 | 0 | 5C | D | 69 | 55 | 2F |
| Octal | 106 | 335 | 22 | 104 | 0 | 134 | 15 | 151 | 125 | 57 |
| Binary | 1000110 | 11011101 | 10010 | 1000100 | 0 | 1011100 | 1101 | 1101001 | 1010101 | 101111 |
Color Harmonies of #46DD12
Complementary color
Monochromatic Colors of #46DD12
Black with #46DD12
Text Example
Text Example
White with #46DD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DD12; }
p { color: rgb(70,221,18); }
H1.HeaderClassName
{
color: #46DD12;
}
.AnyTagClassName
{
color: #46DD12;
}
</style>
background-color css
<style>
a { background-color: #46DD12; }
a { background-color: rgb(70,221,18); }
div.DivClassName
{
background-color: #46DD12;
}
.BgClassName
{
background-color: #46DD12;
}
</style>
border-color css
<style>
span { border-color: #46DD12; }
span { border-color: rgb(70,221,18); }
td.TdClassName
{
border-color: #46DD12;
}
.TagClassName
{
border-color: #46DD12;
}
</style>