Shades of Kelly Green #49B116
Tints of Kelly Green #49B116
RGB
CMYK
RGB Variations
Color information
#49B116 (or 0x49B116) is known color: Kelly Green. HEX triplet: 49, B1 and 16. RGB value is (73,177,22). Sum of RGB (Red+Green+Blue) = 73+177+22=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 177 (69.53% from 255 or 65.07% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 177 - color contains mainly: green. Hex color #49B116 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49B116 is #B64EE9. Grayscale: #808080. Windows color (decimal): -11947754 or 1487177. OLE color: 1487177.
HSL color Cylindrical-coordinate representation of color #49B116: hue angle of 100.26º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #49B116 is Cyan = 0.59, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 177 | 22 | - |
| CMYK | 0.59 | 0 | 0.88 | 0.31 |
| HSL | 100.26º | 0.78% | 0.39% | - |
| HSV(B) | 100.26º | 0.88% | 0.69% | - |
| XYZ | 18.61 | 32.92 | 6.13 | - |
| YUV | 128.23 | 68.04 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 177 | 22 | 0.59 | 0 | 0.88 | 0.31 | 100.26 | 0.78 | 0.39 |
| Hex | 49 | B1 | 16 | 3B | 0 | 58 | 1F | 64 | 4E | 27 |
| Octal | 111 | 261 | 26 | 73 | 0 | 130 | 37 | 144 | 116 | 47 |
| Binary | 1001001 | 10110001 | 10110 | 111011 | 0 | 1011000 | 11111 | 1100100 | 1001110 | 100111 |
Color Harmonies of #49B116
Complementary color
Monochromatic Colors of #49B116
Black with #49B116
Text Example
Text Example
White with #49B116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B116; }
p { color: rgb(73,177,22); }
H1.HeaderClassName
{
color: #49B116;
}
.AnyTagClassName
{
color: #49B116;
}
</style>
background-color css
<style>
a { background-color: #49B116; }
a { background-color: rgb(73,177,22); }
div.DivClassName
{
background-color: #49B116;
}
.BgClassName
{
background-color: #49B116;
}
</style>
border-color css
<style>
span { border-color: #49B116; }
span { border-color: rgb(73,177,22); }
td.TdClassName
{
border-color: #49B116;
}
.TagClassName
{
border-color: #49B116;
}
</style>