Shades of Kelly Green #46D60E
Tints of Kelly Green #46D60E
RGB
CMYK
RGB Variations
Color information
#46D60E (or 0x46D60E) is known color: Kelly Green. HEX triplet: 46, D6 and 0E. RGB value is (70,214,14). Sum of RGB (Red+Green+Blue) = 70+214+14=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 214 (83.98% from 255 or 71.81% from 298); Blue value is 14 (5.86% from 255 or 4.70% from 298); Max value from RGB is 214 - color contains mainly: green. Hex color #46D60E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46D60E is #B929F1. Grayscale: #949494. Windows color (decimal): -12134898 or 972358. OLE color: 972358.
HSL color Cylindrical-coordinate representation of color #46D60E: hue angle of 103.2º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #46D60E is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 214 | 14 | - |
| CMYK | 0.67 | 0 | 0.93 | 0.16 |
| HSL | 103.2º | 0.88% | 0.45% | - |
| HSV(B) | 103.2º | 0.93% | 0.84% | - |
| XYZ | 26.65 | 49.43 | 8.55 | - |
| YUV | 148.14 | 52.29 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 214 | 14 | 0.67 | 0 | 0.93 | 0.16 | 103.2 | 0.88 | 0.45 |
| Hex | 46 | D6 | E | 43 | 0 | 5D | 10 | 67 | 58 | 2D |
| Octal | 106 | 326 | 16 | 103 | 0 | 135 | 20 | 147 | 130 | 55 |
| Binary | 1000110 | 11010110 | 1110 | 1000011 | 0 | 1011101 | 10000 | 1100111 | 1011000 | 101101 |
Color Harmonies of #46D60E
Complementary color
Monochromatic Colors of #46D60E
Black with #46D60E
Text Example
Text Example
White with #46D60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D60E; }
p { color: rgb(70,214,14); }
H1.HeaderClassName
{
color: #46D60E;
}
.AnyTagClassName
{
color: #46D60E;
}
</style>
background-color css
<style>
a { background-color: #46D60E; }
a { background-color: rgb(70,214,14); }
div.DivClassName
{
background-color: #46D60E;
}
.BgClassName
{
background-color: #46D60E;
}
</style>
border-color css
<style>
span { border-color: #46D60E; }
span { border-color: rgb(70,214,14); }
td.TdClassName
{
border-color: #46D60E;
}
.TagClassName
{
border-color: #46D60E;
}
</style>