Shades of Kelly Green #46D80E
Tints of Kelly Green #46D80E
RGB
CMYK
RGB Variations
Color information
#46D80E (or 0x46D80E) is known color: Kelly Green. HEX triplet: 46, D8 and 0E. RGB value is (70,216,14). Sum of RGB (Red+Green+Blue) = 70+216+14=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 216 (84.77% from 255 or 72% from 300); Blue value is 14 (5.86% from 255 or 4.67% from 300); Max value from RGB is 216 - color contains mainly: green. Hex color #46D80E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46D80E is #B927F1. Grayscale: #959595. Windows color (decimal): -12134386 or 972870. OLE color: 972870.
HSL color Cylindrical-coordinate representation of color #46D80E: hue angle of 103.37º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #46D80E is Cyan = 0.68, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 216 | 14 | - |
| CMYK | 0.68 | 0 | 0.94 | 0.15 |
| HSL | 103.37º | 0.88% | 0.45% | - |
| HSV(B) | 103.37º | 0.94% | 0.85% | - |
| XYZ | 27.16 | 50.45 | 8.72 | - |
| YUV | 149.32 | 51.63 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 216 | 14 | 0.68 | 0 | 0.94 | 0.15 | 103.37 | 0.88 | 0.45 |
| Hex | 46 | D8 | E | 44 | 0 | 5E | F | 67 | 58 | 2D |
| Octal | 106 | 330 | 16 | 104 | 0 | 136 | 17 | 147 | 130 | 55 |
| Binary | 1000110 | 11011000 | 1110 | 1000100 | 0 | 1011110 | 1111 | 1100111 | 1011000 | 101101 |
Color Harmonies of #46D80E
Complementary color
Monochromatic Colors of #46D80E
Black with #46D80E
Text Example
Text Example
White with #46D80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D80E; }
p { color: rgb(70,216,14); }
H1.HeaderClassName
{
color: #46D80E;
}
.AnyTagClassName
{
color: #46D80E;
}
</style>
background-color css
<style>
a { background-color: #46D80E; }
a { background-color: rgb(70,216,14); }
div.DivClassName
{
background-color: #46D80E;
}
.BgClassName
{
background-color: #46D80E;
}
</style>
border-color css
<style>
span { border-color: #46D80E; }
span { border-color: rgb(70,216,14); }
td.TdClassName
{
border-color: #46D80E;
}
.TagClassName
{
border-color: #46D80E;
}
</style>