Shades of Kelly Green #49B513
Tints of Kelly Green #49B513
RGB
CMYK
RGB Variations
Color information
#49B513 (or 0x49B513) is known color: Kelly Green. HEX triplet: 49, B5 and 13. RGB value is (73,181,19). Sum of RGB (Red+Green+Blue) = 73+181+19=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 181 (71.09% from 255 or 66.30% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 181 - color contains mainly: green. Hex color #49B513 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49B513 is #B64AEC. Grayscale: #828282. Windows color (decimal): -11946733 or 1291593. OLE color: 1291593.
HSL color Cylindrical-coordinate representation of color #49B513: hue angle of 100º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49B513 is Cyan = 0.60, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 181 | 19 | - |
| CMYK | 0.60 | 0 | 0.90 | 0.29 |
| HSL | 100º | 0.81% | 0.39% | - |
| HSV(B) | 100º | 0.9% | 0.71% | - |
| XYZ | 19.39 | 34.51 | 6.26 | - |
| YUV | 130.24 | 65.22 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 181 | 19 | 0.60 | 0 | 0.90 | 0.29 | 100 | 0.81 | 0.39 |
| Hex | 49 | B5 | 13 | 3C | 0 | 5A | 1D | 64 | 51 | 27 |
| Octal | 111 | 265 | 23 | 74 | 0 | 132 | 35 | 144 | 121 | 47 |
| Binary | 1001001 | 10110101 | 10011 | 111100 | 0 | 1011010 | 11101 | 1100100 | 1010001 | 100111 |
Color Harmonies of #49B513
Complementary color
Monochromatic Colors of #49B513
Black with #49B513
Text Example
Text Example
White with #49B513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B513; }
p { color: rgb(73,181,19); }
H1.HeaderClassName
{
color: #49B513;
}
.AnyTagClassName
{
color: #49B513;
}
</style>
background-color css
<style>
a { background-color: #49B513; }
a { background-color: rgb(73,181,19); }
div.DivClassName
{
background-color: #49B513;
}
.BgClassName
{
background-color: #49B513;
}
</style>
border-color css
<style>
span { border-color: #49B513; }
span { border-color: rgb(73,181,19); }
td.TdClassName
{
border-color: #49B513;
}
.TagClassName
{
border-color: #49B513;
}
</style>