Shades of Kelly Green #46C420
Tints of Kelly Green #46C420
RGB
CMYK
RGB Variations
Color information
#46C420 (or 0x46C420) is known color: Kelly Green. HEX triplet: 46, C4 and 20. RGB value is (70,196,32). Sum of RGB (Red+Green+Blue) = 70+196+32=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 196 (76.95% from 255 or 65.77% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 196 - color contains mainly: green. Hex color #46C420 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C420 is #B93BDF. Grayscale: #8C8C8C. Windows color (decimal): -12139488 or 2147398. OLE color: 2147398.
HSL color Cylindrical-coordinate representation of color #46C420: hue angle of 106.1º 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 #46C420 is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 70 | 196 | 32 | - |
| CMYK | 0.64 | 0 | 0.84 | 0.23 |
| HSL | 106.1º | 0.72% | 0.45% | - |
| HSV(B) | 106.1º | 0.84% | 0.77% | - |
| XYZ | 22.53 | 40.89 | 8.07 | - |
| YUV | 139.63 | 67.26 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 196 | 32 | 0.64 | 0 | 0.84 | 0.23 | 106.1 | 0.72 | 0.45 |
| Hex | 46 | C4 | 20 | 40 | 0 | 54 | 17 | 6A | 48 | 2D |
| Octal | 106 | 304 | 40 | 100 | 0 | 124 | 27 | 152 | 110 | 55 |
| Binary | 1000110 | 11000100 | 100000 | 1000000 | 0 | 1010100 | 10111 | 1101010 | 1001000 | 101101 |
Color Harmonies of #46C420
Complementary color
Monochromatic Colors of #46C420
Black with #46C420
Text Example
Text Example
White with #46C420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C420; }
p { color: rgb(70,196,32); }
H1.HeaderClassName
{
color: #46C420;
}
.AnyTagClassName
{
color: #46C420;
}
</style>
background-color css
<style>
a { background-color: #46C420; }
a { background-color: rgb(70,196,32); }
div.DivClassName
{
background-color: #46C420;
}
.BgClassName
{
background-color: #46C420;
}
</style>
border-color css
<style>
span { border-color: #46C420; }
span { border-color: rgb(70,196,32); }
td.TdClassName
{
border-color: #46C420;
}
.TagClassName
{
border-color: #46C420;
}
</style>