Shades of Kelly Green #46D40D
Tints of Kelly Green #46D40D
RGB
CMYK
RGB Variations
Color information
#46D40D (or 0x46D40D) is known color: Kelly Green. HEX triplet: 46, D4 and 0D. RGB value is (70,212,13). Sum of RGB (Red+Green+Blue) = 70+212+13=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 212 (83.20% from 255 or 71.86% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 212 - color contains mainly: green. Hex color #46D40D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46D40D is #B92BF2. Grayscale: #939393. Windows color (decimal): -12135411 or 906310. OLE color: 906310.
HSL color Cylindrical-coordinate representation of color #46D40D: hue angle of 102.81º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #46D40D is Cyan = 0.67, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 70 | 212 | 13 | - |
| CMYK | 0.67 | 0 | 0.94 | 0.17 |
| HSL | 102.81º | 0.88% | 0.44% | - |
| HSV(B) | 102.81º | 0.94% | 0.83% | - |
| XYZ | 26.14 | 48.42 | 8.35 | - |
| YUV | 146.86 | 52.46 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 212 | 13 | 0.67 | 0 | 0.94 | 0.17 | 102.81 | 0.88 | 0.44 |
| Hex | 46 | D4 | D | 43 | 0 | 5E | 11 | 67 | 58 | 2C |
| Octal | 106 | 324 | 15 | 103 | 0 | 136 | 21 | 147 | 130 | 54 |
| Binary | 1000110 | 11010100 | 1101 | 1000011 | 0 | 1011110 | 10001 | 1100111 | 1011000 | 101100 |
Color Harmonies of #46D40D
Complementary color
Monochromatic Colors of #46D40D
Black with #46D40D
Text Example
Text Example
White with #46D40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D40D; }
p { color: rgb(70,212,13); }
H1.HeaderClassName
{
color: #46D40D;
}
.AnyTagClassName
{
color: #46D40D;
}
</style>
background-color css
<style>
a { background-color: #46D40D; }
a { background-color: rgb(70,212,13); }
div.DivClassName
{
background-color: #46D40D;
}
.BgClassName
{
background-color: #46D40D;
}
</style>
border-color css
<style>
span { border-color: #46D40D; }
span { border-color: rgb(70,212,13); }
td.TdClassName
{
border-color: #46D40D;
}
.TagClassName
{
border-color: #46D40D;
}
</style>