Shades of Kelly Green #49B916
Tints of Kelly Green #49B916
RGB
CMYK
RGB Variations
Color information
#49B916 (or 0x49B916) is known color: Kelly Green. HEX triplet: 49, B9 and 16. RGB value is (73,185,22). Sum of RGB (Red+Green+Blue) = 73+185+22=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 185 (72.66% from 255 or 66.07% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 185 - color contains mainly: green. Hex color #49B916 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49B916 is #B646E9. Grayscale: #858585. Windows color (decimal): -11945706 or 1489225. OLE color: 1489225.
HSL color Cylindrical-coordinate representation of color #49B916: hue angle of 101.23º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #49B916 is Cyan = 0.61, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 185 | 22 | - |
| CMYK | 0.61 | 0 | 0.88 | 0.27 |
| HSL | 101.23º | 0.79% | 0.41% | - |
| HSV(B) | 101.23º | 0.88% | 0.73% | - |
| XYZ | 20.24 | 36.17 | 6.67 | - |
| YUV | 132.93 | 65.39 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 185 | 22 | 0.61 | 0 | 0.88 | 0.27 | 101.23 | 0.79 | 0.41 |
| Hex | 49 | B9 | 16 | 3D | 0 | 58 | 1B | 65 | 4F | 29 |
| Octal | 111 | 271 | 26 | 75 | 0 | 130 | 33 | 145 | 117 | 51 |
| Binary | 1001001 | 10111001 | 10110 | 111101 | 0 | 1011000 | 11011 | 1100101 | 1001111 | 101001 |
Color Harmonies of #49B916
Complementary color
Monochromatic Colors of #49B916
Black with #49B916
Text Example
Text Example
White with #49B916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B916; }
p { color: rgb(73,185,22); }
H1.HeaderClassName
{
color: #49B916;
}
.AnyTagClassName
{
color: #49B916;
}
</style>
background-color css
<style>
a { background-color: #49B916; }
a { background-color: rgb(73,185,22); }
div.DivClassName
{
background-color: #49B916;
}
.BgClassName
{
background-color: #49B916;
}
</style>
border-color css
<style>
span { border-color: #49B916; }
span { border-color: rgb(73,185,22); }
td.TdClassName
{
border-color: #49B916;
}
.TagClassName
{
border-color: #49B916;
}
</style>