Shades of Kelly Green #49BC15
Tints of Kelly Green #49BC15
RGB
CMYK
RGB Variations
Color information
#49BC15 (or 0x49BC15) is known color: Kelly Green. HEX triplet: 49, BC and 15. RGB value is (73,188,21). Sum of RGB (Red+Green+Blue) = 73+188+21=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 188 (73.83% from 255 or 66.67% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 188 - color contains mainly: green. Hex color #49BC15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49BC15 is #B643EA. Grayscale: #878787. Windows color (decimal): -11944939 or 1424457. OLE color: 1424457.
HSL color Cylindrical-coordinate representation of color #49BC15: hue angle of 101.32º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #49BC15 is Cyan = 0.61, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 188 | 21 | - |
| CMYK | 0.61 | 0 | 0.89 | 0.26 |
| HSL | 101.32º | 0.8% | 0.41% | - |
| HSV(B) | 101.32º | 0.89% | 0.74% | - |
| XYZ | 20.87 | 37.44 | 6.84 | - |
| YUV | 134.58 | 63.9 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 188 | 21 | 0.61 | 0 | 0.89 | 0.26 | 101.32 | 0.8 | 0.41 |
| Hex | 49 | BC | 15 | 3D | 0 | 59 | 1A | 65 | 50 | 29 |
| Octal | 111 | 274 | 25 | 75 | 0 | 131 | 32 | 145 | 120 | 51 |
| Binary | 1001001 | 10111100 | 10101 | 111101 | 0 | 1011001 | 11010 | 1100101 | 1010000 | 101001 |
Color Harmonies of #49BC15
Complementary color
Monochromatic Colors of #49BC15
Black with #49BC15
Text Example
Text Example
White with #49BC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BC15; }
p { color: rgb(73,188,21); }
H1.HeaderClassName
{
color: #49BC15;
}
.AnyTagClassName
{
color: #49BC15;
}
</style>
background-color css
<style>
a { background-color: #49BC15; }
a { background-color: rgb(73,188,21); }
div.DivClassName
{
background-color: #49BC15;
}
.BgClassName
{
background-color: #49BC15;
}
</style>
border-color css
<style>
span { border-color: #49BC15; }
span { border-color: rgb(73,188,21); }
td.TdClassName
{
border-color: #49BC15;
}
.TagClassName
{
border-color: #49BC15;
}
</style>