Shades of Kelly Green #46D814
Tints of Kelly Green #46D814
RGB
CMYK
RGB Variations
Color information
#46D814 (or 0x46D814) is known color: Kelly Green. HEX triplet: 46, D8 and 14. RGB value is (70,216,20). Sum of RGB (Red+Green+Blue) = 70+216+20=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 216 (84.77% from 255 or 70.59% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 216 - color contains mainly: green. Hex color #46D814 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46D814 is #B927EB. Grayscale: #969696. Windows color (decimal): -12134380 or 1366086. OLE color: 1366086.
HSL color Cylindrical-coordinate representation of color #46D814: hue angle of 104.69º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #46D814 is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 216 | 20 | - |
| CMYK | 0.68 | 0 | 0.91 | 0.15 |
| HSL | 104.69º | 0.83% | 0.46% | - |
| HSV(B) | 104.69º | 0.91% | 0.85% | - |
| XYZ | 27.21 | 50.46 | 8.97 | - |
| YUV | 150 | 54.63 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 216 | 20 | 0.68 | 0 | 0.91 | 0.15 | 104.69 | 0.83 | 0.46 |
| Hex | 46 | D8 | 14 | 44 | 0 | 5B | F | 69 | 53 | 2E |
| Octal | 106 | 330 | 24 | 104 | 0 | 133 | 17 | 151 | 123 | 56 |
| Binary | 1000110 | 11011000 | 10100 | 1000100 | 0 | 1011011 | 1111 | 1101001 | 1010011 | 101110 |
Color Harmonies of #46D814
Complementary color
Monochromatic Colors of #46D814
Black with #46D814
Text Example
Text Example
White with #46D814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D814; }
p { color: rgb(70,216,20); }
H1.HeaderClassName
{
color: #46D814;
}
.AnyTagClassName
{
color: #46D814;
}
</style>
background-color css
<style>
a { background-color: #46D814; }
a { background-color: rgb(70,216,20); }
div.DivClassName
{
background-color: #46D814;
}
.BgClassName
{
background-color: #46D814;
}
</style>
border-color css
<style>
span { border-color: #46D814; }
span { border-color: rgb(70,216,20); }
td.TdClassName
{
border-color: #46D814;
}
.TagClassName
{
border-color: #46D814;
}
</style>