Shades of Kelly Green #46C22B
Tints of Kelly Green #46C22B
RGB
CMYK
RGB Variations
Color information
#46C22B (or 0x46C22B) is known color: Kelly Green. HEX triplet: 46, C2 and 2B. RGB value is (70,194,43). Sum of RGB (Red+Green+Blue) = 70+194+43=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 194 (76.17% from 255 or 63.19% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 194 - color contains mainly: green. Hex color #46C22B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C22B is #B93DD4. Grayscale: #8C8C8C. Windows color (decimal): -12139989 or 2867782. OLE color: 2867782.
HSL color Cylindrical-coordinate representation of color #46C22B: hue angle of 109.27º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #46C22B is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 194 | 43 | - |
| CMYK | 0.64 | 0 | 0.78 | 0.24 |
| HSL | 109.27º | 0.64% | 0.46% | - |
| HSV(B) | 109.27º | 0.78% | 0.76% | - |
| XYZ | 22.25 | 40.06 | 8.84 | - |
| YUV | 139.71 | 73.42 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 194 | 43 | 0.64 | 0 | 0.78 | 0.24 | 109.27 | 0.64 | 0.46 |
| Hex | 46 | C2 | 2B | 40 | 0 | 4E | 18 | 6D | 40 | 2E |
| Octal | 106 | 302 | 53 | 100 | 0 | 116 | 30 | 155 | 100 | 56 |
| Binary | 1000110 | 11000010 | 101011 | 1000000 | 0 | 1001110 | 11000 | 1101101 | 1000000 | 101110 |
Color Harmonies of #46C22B
Complementary color
Monochromatic Colors of #46C22B
Black with #46C22B
Text Example
Text Example
White with #46C22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C22B; }
p { color: rgb(70,194,43); }
H1.HeaderClassName
{
color: #46C22B;
}
.AnyTagClassName
{
color: #46C22B;
}
</style>
background-color css
<style>
a { background-color: #46C22B; }
a { background-color: rgb(70,194,43); }
div.DivClassName
{
background-color: #46C22B;
}
.BgClassName
{
background-color: #46C22B;
}
</style>
border-color css
<style>
span { border-color: #46C22B; }
span { border-color: rgb(70,194,43); }
td.TdClassName
{
border-color: #46C22B;
}
.TagClassName
{
border-color: #46C22B;
}
</style>