Shades of Kelly Green #46B616
Tints of Kelly Green #46B616
RGB
CMYK
RGB Variations
Color information
#46B616 (or 0x46B616) is known color: Kelly Green. HEX triplet: 46, B6 and 16. RGB value is (70,182,22). Sum of RGB (Red+Green+Blue) = 70+182+22=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 182 (71.48% from 255 or 66.42% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 182 - color contains mainly: green. Hex color #46B616 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46B616 is #B949E9. Grayscale: #828282. Windows color (decimal): -12143082 or 1488454. OLE color: 1488454.
HSL color Cylindrical-coordinate representation of color #46B616: hue angle of 102º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #46B616 is Cyan = 0.62, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 70 | 182 | 22 | - |
| CMYK | 0.62 | 0 | 0.88 | 0.29 |
| HSL | 102º | 0.78% | 0.4% | - |
| HSV(B) | 102º | 0.88% | 0.71% | - |
| XYZ | 19.4 | 34.82 | 6.46 | - |
| YUV | 130.27 | 66.89 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 182 | 22 | 0.62 | 0 | 0.88 | 0.29 | 102 | 0.78 | 0.4 |
| Hex | 46 | B6 | 16 | 3E | 0 | 58 | 1D | 66 | 4E | 28 |
| Octal | 106 | 266 | 26 | 76 | 0 | 130 | 35 | 146 | 116 | 50 |
| Binary | 1000110 | 10110110 | 10110 | 111110 | 0 | 1011000 | 11101 | 1100110 | 1001110 | 101000 |
Color Harmonies of #46B616
Complementary color
Monochromatic Colors of #46B616
Black with #46B616
Text Example
Text Example
White with #46B616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B616; }
p { color: rgb(70,182,22); }
H1.HeaderClassName
{
color: #46B616;
}
.AnyTagClassName
{
color: #46B616;
}
</style>
background-color css
<style>
a { background-color: #46B616; }
a { background-color: rgb(70,182,22); }
div.DivClassName
{
background-color: #46B616;
}
.BgClassName
{
background-color: #46B616;
}
</style>
border-color css
<style>
span { border-color: #46B616; }
span { border-color: rgb(70,182,22); }
td.TdClassName
{
border-color: #46B616;
}
.TagClassName
{
border-color: #46B616;
}
</style>