Shades of Kelly Green #46A805
Tints of Kelly Green #46A805
RGB
CMYK
RGB Variations
Color information
#46A805 (or 0x46A805) is known color: Kelly Green. HEX triplet: 46, A8 and 05. RGB value is (70,168,5). Sum of RGB (Red+Green+Blue) = 70+168+5=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 168 (66.02% from 255 or 69.14% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 168 - color contains mainly: green. Hex color #46A805 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #46A805 is #B957FA. Grayscale: #787878. Windows color (decimal): -12146683 or 370758. OLE color: 370758.
HSL color Cylindrical-coordinate representation of color #46A805: hue angle of 96.07º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #46A805 is Cyan = 0.58, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 70 | 168 | 5 | - |
| CMYK | 0.58 | 0 | 0.97 | 0.34 |
| HSL | 96.07º | 0.94% | 0.34% | - |
| HSV(B) | 96.07º | 0.97% | 0.66% | - |
| XYZ | 16.56 | 29.32 | 4.93 | - |
| YUV | 120.12 | 63.03 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 168 | 5 | 0.58 | 0 | 0.97 | 0.34 | 96.07 | 0.94 | 0.34 |
| Hex | 46 | A8 | 5 | 3A | 0 | 61 | 22 | 60 | 5E | 22 |
| Octal | 106 | 250 | 5 | 72 | 0 | 141 | 42 | 140 | 136 | 42 |
| Binary | 1000110 | 10101000 | 101 | 111010 | 0 | 1100001 | 100010 | 1100000 | 1011110 | 100010 |
Color Harmonies of #46A805
Complementary color
Monochromatic Colors of #46A805
Black with #46A805
Text Example
Text Example
White with #46A805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A805; }
p { color: rgb(70,168,5); }
H1.HeaderClassName
{
color: #46A805;
}
.AnyTagClassName
{
color: #46A805;
}
</style>
background-color css
<style>
a { background-color: #46A805; }
a { background-color: rgb(70,168,5); }
div.DivClassName
{
background-color: #46A805;
}
.BgClassName
{
background-color: #46A805;
}
</style>
border-color css
<style>
span { border-color: #46A805; }
span { border-color: rgb(70,168,5); }
td.TdClassName
{
border-color: #46A805;
}
.TagClassName
{
border-color: #46A805;
}
</style>