Shades of Kelly Green #49B511
Tints of Kelly Green #49B511
RGB
CMYK
RGB Variations
Color information
#49B511 (or 0x49B511) is known color: Kelly Green. HEX triplet: 49, B5 and 11. RGB value is (73,181,17). Sum of RGB (Red+Green+Blue) = 73+181+17=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 181 (71.09% from 255 or 66.79% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 181 - color contains mainly: green. Hex color #49B511 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49B511 is #B64AEE. Grayscale: #828282. Windows color (decimal): -11946735 or 1160521. OLE color: 1160521.
HSL color Cylindrical-coordinate representation of color #49B511: hue angle of 99.51º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #49B511 is Cyan = 0.60, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 181 | 17 | - |
| CMYK | 0.60 | 0 | 0.91 | 0.29 |
| HSL | 99.51º | 0.83% | 0.39% | - |
| HSV(B) | 99.51º | 0.91% | 0.71% | - |
| XYZ | 19.37 | 34.5 | 6.17 | - |
| YUV | 130.01 | 64.22 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 181 | 17 | 0.60 | 0 | 0.91 | 0.29 | 99.51 | 0.83 | 0.39 |
| Hex | 49 | B5 | 11 | 3C | 0 | 5B | 1D | 64 | 53 | 27 |
| Octal | 111 | 265 | 21 | 74 | 0 | 133 | 35 | 144 | 123 | 47 |
| Binary | 1001001 | 10110101 | 10001 | 111100 | 0 | 1011011 | 11101 | 1100100 | 1010011 | 100111 |
Color Harmonies of #49B511
Complementary color
Monochromatic Colors of #49B511
Black with #49B511
Text Example
Text Example
White with #49B511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B511; }
p { color: rgb(73,181,17); }
H1.HeaderClassName
{
color: #49B511;
}
.AnyTagClassName
{
color: #49B511;
}
</style>
background-color css
<style>
a { background-color: #49B511; }
a { background-color: rgb(73,181,17); }
div.DivClassName
{
background-color: #49B511;
}
.BgClassName
{
background-color: #49B511;
}
</style>
border-color css
<style>
span { border-color: #49B511; }
span { border-color: rgb(73,181,17); }
td.TdClassName
{
border-color: #49B511;
}
.TagClassName
{
border-color: #49B511;
}
</style>