Shades of Kelly Green #46C705
Tints of Kelly Green #46C705
RGB
CMYK
RGB Variations
Color information
#46C705 (or 0x46C705) is known color: Kelly Green. HEX triplet: 46, C7 and 05. RGB value is (70,199,5). Sum of RGB (Red+Green+Blue) = 70+199+5=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 199 (78.12% from 255 or 72.63% from 274); Blue value is 5 (2.34% from 255 or 1.82% from 274); Max value from RGB is 199 - color contains mainly: green. Hex color #46C705 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46C705 is #B938FA. Grayscale: #8A8A8A. Windows color (decimal): -12138747 or 378694. OLE color: 378694.
HSL color Cylindrical-coordinate representation of color #46C705: hue angle of 99.9º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #46C705 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 199 | 5 | - |
| CMYK | 0.65 | 0 | 0.97 | 0.22 |
| HSL | 99.9º | 0.95% | 0.4% | - |
| HSV(B) | 99.9º | 0.97% | 0.78% | - |
| XYZ | 22.98 | 42.16 | 7.07 | - |
| YUV | 138.31 | 52.76 | 79.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 199 | 5 | 0.65 | 0 | 0.97 | 0.22 | 99.9 | 0.95 | 0.4 |
| Hex | 46 | C7 | 5 | 41 | 0 | 61 | 16 | 64 | 5F | 28 |
| Octal | 106 | 307 | 5 | 101 | 0 | 141 | 26 | 144 | 137 | 50 |
| Binary | 1000110 | 11000111 | 101 | 1000001 | 0 | 1100001 | 10110 | 1100100 | 1011111 | 101000 |
Color Harmonies of #46C705
Complementary color
Monochromatic Colors of #46C705
Black with #46C705
Text Example
Text Example
White with #46C705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C705; }
p { color: rgb(70,199,5); }
H1.HeaderClassName
{
color: #46C705;
}
.AnyTagClassName
{
color: #46C705;
}
</style>
background-color css
<style>
a { background-color: #46C705; }
a { background-color: rgb(70,199,5); }
div.DivClassName
{
background-color: #46C705;
}
.BgClassName
{
background-color: #46C705;
}
</style>
border-color css
<style>
span { border-color: #46C705; }
span { border-color: rgb(70,199,5); }
td.TdClassName
{
border-color: #46C705;
}
.TagClassName
{
border-color: #46C705;
}
</style>