Shades of Kelly Green #49B210
Tints of Kelly Green #49B210
RGB
CMYK
RGB Variations
Color information
#49B210 (or 0x49B210) is known color: Kelly Green. HEX triplet: 49, B2 and 10. RGB value is (73,178,16). Sum of RGB (Red+Green+Blue) = 73+178+16=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 178 (69.92% from 255 or 66.67% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 178 - color contains mainly: green. Hex color #49B210 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49B210 is #B64DEF. Grayscale: #808080. Windows color (decimal): -11947504 or 1094217. OLE color: 1094217.
HSL color Cylindrical-coordinate representation of color #49B210: hue angle of 98.89º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #49B210 is Cyan = 0.59, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 178 | 16 | - |
| CMYK | 0.59 | 0 | 0.91 | 0.30 |
| HSL | 98.89º | 0.84% | 0.38% | - |
| HSV(B) | 98.89º | 0.91% | 0.7% | - |
| XYZ | 18.76 | 33.29 | 5.93 | - |
| YUV | 128.14 | 64.71 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 178 | 16 | 0.59 | 0 | 0.91 | 0.30 | 98.89 | 0.84 | 0.38 |
| Hex | 49 | B2 | 10 | 3B | 0 | 5B | 1E | 63 | 54 | 26 |
| Octal | 111 | 262 | 20 | 73 | 0 | 133 | 36 | 143 | 124 | 46 |
| Binary | 1001001 | 10110010 | 10000 | 111011 | 0 | 1011011 | 11110 | 1100011 | 1010100 | 100110 |
Color Harmonies of #49B210
Complementary color
Monochromatic Colors of #49B210
Black with #49B210
Text Example
Text Example
White with #49B210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B210; }
p { color: rgb(73,178,16); }
H1.HeaderClassName
{
color: #49B210;
}
.AnyTagClassName
{
color: #49B210;
}
</style>
background-color css
<style>
a { background-color: #49B210; }
a { background-color: rgb(73,178,16); }
div.DivClassName
{
background-color: #49B210;
}
.BgClassName
{
background-color: #49B210;
}
</style>
border-color css
<style>
span { border-color: #49B210; }
span { border-color: rgb(73,178,16); }
td.TdClassName
{
border-color: #49B210;
}
.TagClassName
{
border-color: #49B210;
}
</style>