Shades of Kelly Green #49B117
Tints of Kelly Green #49B117
RGB
CMYK
RGB Variations
Color information
#49B117 (or 0x49B117) is known color: Kelly Green. HEX triplet: 49, B1 and 17. RGB value is (73,177,23). Sum of RGB (Red+Green+Blue) = 73+177+23=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 177 (69.53% from 255 or 64.84% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 177 - color contains mainly: green. Hex color #49B117 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49B117 is #B64EE8. Grayscale: #808080. Windows color (decimal): -11947753 or 1552713. OLE color: 1552713.
HSL color Cylindrical-coordinate representation of color #49B117: hue angle of 100.52º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #49B117 is Cyan = 0.59, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 177 | 23 | - |
| CMYK | 0.59 | 0 | 0.87 | 0.31 |
| HSL | 100.52º | 0.77% | 0.39% | - |
| HSV(B) | 100.52º | 0.87% | 0.69% | - |
| XYZ | 18.62 | 32.92 | 6.18 | - |
| YUV | 128.35 | 68.54 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 177 | 23 | 0.59 | 0 | 0.87 | 0.31 | 100.52 | 0.77 | 0.39 |
| Hex | 49 | B1 | 17 | 3B | 0 | 57 | 1F | 65 | 4D | 27 |
| Octal | 111 | 261 | 27 | 73 | 0 | 127 | 37 | 145 | 115 | 47 |
| Binary | 1001001 | 10110001 | 10111 | 111011 | 0 | 1010111 | 11111 | 1100101 | 1001101 | 100111 |
Color Harmonies of #49B117
Complementary color
Monochromatic Colors of #49B117
Black with #49B117
Text Example
Text Example
White with #49B117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B117; }
p { color: rgb(73,177,23); }
H1.HeaderClassName
{
color: #49B117;
}
.AnyTagClassName
{
color: #49B117;
}
</style>
background-color css
<style>
a { background-color: #49B117; }
a { background-color: rgb(73,177,23); }
div.DivClassName
{
background-color: #49B117;
}
.BgClassName
{
background-color: #49B117;
}
</style>
border-color css
<style>
span { border-color: #49B117; }
span { border-color: rgb(73,177,23); }
td.TdClassName
{
border-color: #49B117;
}
.TagClassName
{
border-color: #49B117;
}
</style>