Shades of Kelly Green #46C22C
Tints of Kelly Green #46C22C
RGB
CMYK
RGB Variations
Color information
#46C22C (or 0x46C22C) is known color: Kelly Green. HEX triplet: 46, C2 and 2C. RGB value is (70,194,44). Sum of RGB (Red+Green+Blue) = 70+194+44=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 194 (76.17% from 255 or 62.99% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 194 - color contains mainly: green. Hex color #46C22C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C22C is #B93DD3. Grayscale: #8C8C8C. Windows color (decimal): -12139988 or 2933318. OLE color: 2933318.
HSL color Cylindrical-coordinate representation of color #46C22C: hue angle of 109.6º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #46C22C is Cyan = 0.64, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 194 | 44 | - |
| CMYK | 0.64 | 0 | 0.77 | 0.24 |
| HSL | 109.6º | 0.63% | 0.47% | - |
| HSV(B) | 109.6º | 0.77% | 0.76% | - |
| XYZ | 22.27 | 40.07 | 8.94 | - |
| YUV | 139.82 | 73.92 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 194 | 44 | 0.64 | 0 | 0.77 | 0.24 | 109.6 | 0.63 | 0.47 |
| Hex | 46 | C2 | 2C | 40 | 0 | 4D | 18 | 6E | 3F | 2F |
| Octal | 106 | 302 | 54 | 100 | 0 | 115 | 30 | 156 | 77 | 57 |
| Binary | 1000110 | 11000010 | 101100 | 1000000 | 0 | 1001101 | 11000 | 1101110 | 111111 | 101111 |
Color Harmonies of #46C22C
Complementary color
Monochromatic Colors of #46C22C
Black with #46C22C
Text Example
Text Example
White with #46C22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C22C; }
p { color: rgb(70,194,44); }
H1.HeaderClassName
{
color: #46C22C;
}
.AnyTagClassName
{
color: #46C22C;
}
</style>
background-color css
<style>
a { background-color: #46C22C; }
a { background-color: rgb(70,194,44); }
div.DivClassName
{
background-color: #46C22C;
}
.BgClassName
{
background-color: #46C22C;
}
</style>
border-color css
<style>
span { border-color: #46C22C; }
span { border-color: rgb(70,194,44); }
td.TdClassName
{
border-color: #46C22C;
}
.TagClassName
{
border-color: #46C22C;
}
</style>