Shades of Kelly Green #46C820
Tints of Kelly Green #46C820
RGB
CMYK
RGB Variations
Color information
#46C820 (or 0x46C820) is known color: Kelly Green. HEX triplet: 46, C8 and 20. RGB value is (70,200,32). Sum of RGB (Red+Green+Blue) = 70+200+32=302 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.18% from 302); Green value is 200 (78.52% from 255 or 66.23% from 302); Blue value is 32 (12.89% from 255 or 10.60% from 302); Max value from RGB is 200 - color contains mainly: green. Hex color #46C820 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C820 is #B937DF. Grayscale: #8E8E8E. Windows color (decimal): -12138464 or 2148422. OLE color: 2148422.
HSL color Cylindrical-coordinate representation of color #46C820: hue angle of 106.43º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #46C820 is Cyan = 0.65, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 200 | 32 | - |
| CMYK | 0.65 | 0 | 0.84 | 0.22 |
| HSL | 106.43º | 0.72% | 0.45% | - |
| HSV(B) | 106.43º | 0.84% | 0.78% | - |
| XYZ | 23.44 | 42.71 | 8.38 | - |
| YUV | 141.98 | 65.93 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 200 | 32 | 0.65 | 0 | 0.84 | 0.22 | 106.43 | 0.72 | 0.45 |
| Hex | 46 | C8 | 20 | 41 | 0 | 54 | 16 | 6A | 48 | 2D |
| Octal | 106 | 310 | 40 | 101 | 0 | 124 | 26 | 152 | 110 | 55 |
| Binary | 1000110 | 11001000 | 100000 | 1000001 | 0 | 1010100 | 10110 | 1101010 | 1001000 | 101101 |
Color Harmonies of #46C820
Complementary color
Monochromatic Colors of #46C820
Black with #46C820
Text Example
Text Example
White with #46C820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C820; }
p { color: rgb(70,200,32); }
H1.HeaderClassName
{
color: #46C820;
}
.AnyTagClassName
{
color: #46C820;
}
</style>
background-color css
<style>
a { background-color: #46C820; }
a { background-color: rgb(70,200,32); }
div.DivClassName
{
background-color: #46C820;
}
.BgClassName
{
background-color: #46C820;
}
</style>
border-color css
<style>
span { border-color: #46C820; }
span { border-color: rgb(70,200,32); }
td.TdClassName
{
border-color: #46C820;
}
.TagClassName
{
border-color: #46C820;
}
</style>