Shades of Kelly Green #49BB13
Tints of Kelly Green #49BB13
RGB
CMYK
RGB Variations
Color information
#49BB13 (or 0x49BB13) is known color: Kelly Green. HEX triplet: 49, BB and 13. RGB value is (73,187,19). Sum of RGB (Red+Green+Blue) = 73+187+19=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 187 (73.44% from 255 or 67.03% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 187 - color contains mainly: green. Hex color #49BB13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49BB13 is #B644EC. Grayscale: #868686. Windows color (decimal): -11945197 or 1293129. OLE color: 1293129.
HSL color Cylindrical-coordinate representation of color #49BB13: hue angle of 100.71º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49BB13 is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 187 | 19 | - |
| CMYK | 0.61 | 0 | 0.90 | 0.27 |
| HSL | 100.71º | 0.82% | 0.4% | - |
| HSV(B) | 100.71º | 0.9% | 0.73% | - |
| XYZ | 20.64 | 37 | 6.67 | - |
| YUV | 133.76 | 63.23 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 187 | 19 | 0.61 | 0 | 0.90 | 0.27 | 100.71 | 0.82 | 0.4 |
| Hex | 49 | BB | 13 | 3D | 0 | 5A | 1B | 65 | 52 | 28 |
| Octal | 111 | 273 | 23 | 75 | 0 | 132 | 33 | 145 | 122 | 50 |
| Binary | 1001001 | 10111011 | 10011 | 111101 | 0 | 1011010 | 11011 | 1100101 | 1010010 | 101000 |
Color Harmonies of #49BB13
Complementary color
Monochromatic Colors of #49BB13
Black with #49BB13
Text Example
Text Example
White with #49BB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BB13; }
p { color: rgb(73,187,19); }
H1.HeaderClassName
{
color: #49BB13;
}
.AnyTagClassName
{
color: #49BB13;
}
</style>
background-color css
<style>
a { background-color: #49BB13; }
a { background-color: rgb(73,187,19); }
div.DivClassName
{
background-color: #49BB13;
}
.BgClassName
{
background-color: #49BB13;
}
</style>
border-color css
<style>
span { border-color: #49BB13; }
span { border-color: rgb(73,187,19); }
td.TdClassName
{
border-color: #49BB13;
}
.TagClassName
{
border-color: #49BB13;
}
</style>