Shades of Kelly Green #46C520
Tints of Kelly Green #46C520
RGB
CMYK
RGB Variations
Color information
#46C520 (or 0x46C520) is known color: Kelly Green. HEX triplet: 46, C5 and 20. RGB value is (70,197,32). Sum of RGB (Red+Green+Blue) = 70+197+32=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 197 (77.34% from 255 or 65.89% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 197 - color contains mainly: green. Hex color #46C520 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C520 is #B93ADF. Grayscale: #8C8C8C. Windows color (decimal): -12139232 or 2147654. OLE color: 2147654.
HSL color Cylindrical-coordinate representation of color #46C520: hue angle of 106.18º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #46C520 is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 70 | 197 | 32 | - |
| CMYK | 0.64 | 0 | 0.84 | 0.23 |
| HSL | 106.18º | 0.72% | 0.45% | - |
| HSV(B) | 106.18º | 0.84% | 0.77% | - |
| XYZ | 22.75 | 41.34 | 8.15 | - |
| YUV | 140.22 | 66.92 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 197 | 32 | 0.64 | 0 | 0.84 | 0.23 | 106.18 | 0.72 | 0.45 |
| Hex | 46 | C5 | 20 | 40 | 0 | 54 | 17 | 6A | 48 | 2D |
| Octal | 106 | 305 | 40 | 100 | 0 | 124 | 27 | 152 | 110 | 55 |
| Binary | 1000110 | 11000101 | 100000 | 1000000 | 0 | 1010100 | 10111 | 1101010 | 1001000 | 101101 |
Color Harmonies of #46C520
Complementary color
Monochromatic Colors of #46C520
Black with #46C520
Text Example
Text Example
White with #46C520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C520; }
p { color: rgb(70,197,32); }
H1.HeaderClassName
{
color: #46C520;
}
.AnyTagClassName
{
color: #46C520;
}
</style>
background-color css
<style>
a { background-color: #46C520; }
a { background-color: rgb(70,197,32); }
div.DivClassName
{
background-color: #46C520;
}
.BgClassName
{
background-color: #46C520;
}
</style>
border-color css
<style>
span { border-color: #46C520; }
span { border-color: rgb(70,197,32); }
td.TdClassName
{
border-color: #46C520;
}
.TagClassName
{
border-color: #46C520;
}
</style>