Shades of Kelly Green #46DA07
Tints of Kelly Green #46DA07
RGB
CMYK
RGB Variations
Color information
#46DA07 (or 0x46DA07) is known color: Kelly Green. HEX triplet: 46, DA and 07. RGB value is (70,218,7). Sum of RGB (Red+Green+Blue) = 70+218+7=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 218 (85.55% from 255 or 73.90% from 295); Blue value is 7 (3.12% from 255 or 2.37% from 295); Max value from RGB is 218 - color contains mainly: green. Hex color #46DA07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46DA07 is #B925F8. Grayscale: #969696. Windows color (decimal): -12133881 or 514630. OLE color: 514630.
HSL color Cylindrical-coordinate representation of color #46DA07: hue angle of 102.09º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #46DA07 is Cyan = 0.68, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 218 | 7 | - |
| CMYK | 0.68 | 0 | 0.97 | 0.15 |
| HSL | 102.09º | 0.94% | 0.44% | - |
| HSV(B) | 102.09º | 0.97% | 0.85% | - |
| XYZ | 27.64 | 51.46 | 8.68 | - |
| YUV | 149.69 | 47.47 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 218 | 7 | 0.68 | 0 | 0.97 | 0.15 | 102.09 | 0.94 | 0.44 |
| Hex | 46 | DA | 7 | 44 | 0 | 61 | F | 66 | 5E | 2C |
| Octal | 106 | 332 | 7 | 104 | 0 | 141 | 17 | 146 | 136 | 54 |
| Binary | 1000110 | 11011010 | 111 | 1000100 | 0 | 1100001 | 1111 | 1100110 | 1011110 | 101100 |
Color Harmonies of #46DA07
Complementary color
Monochromatic Colors of #46DA07
Black with #46DA07
Text Example
Text Example
White with #46DA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DA07; }
p { color: rgb(70,218,7); }
H1.HeaderClassName
{
color: #46DA07;
}
.AnyTagClassName
{
color: #46DA07;
}
</style>
background-color css
<style>
a { background-color: #46DA07; }
a { background-color: rgb(70,218,7); }
div.DivClassName
{
background-color: #46DA07;
}
.BgClassName
{
background-color: #46DA07;
}
</style>
border-color css
<style>
span { border-color: #46DA07; }
span { border-color: rgb(70,218,7); }
td.TdClassName
{
border-color: #46DA07;
}
.TagClassName
{
border-color: #46DA07;
}
</style>