Shades of Shamrock #49EC99
Tints of Shamrock #49EC99
RGB
CMYK
RGB Variations
Color information
#49EC99 (or 0x49EC99) is known color: Shamrock. HEX triplet: 49, EC and 99. RGB value is (73,236,153). Sum of RGB (Red+Green+Blue) = 73+236+153=462 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.80% from 462); Green value is 236 (92.58% from 255 or 51.08% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 236 - color contains mainly: green. Hex color #49EC99 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EC99 is #B61366. Grayscale: #B1B1B1. Windows color (decimal): -11932519 or 10087497. OLE color: 10087497.
HSL color Cylindrical-coordinate representation of color #49EC99: hue angle of 149.45º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EC99 is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 236 | 153 | - |
| CMYK | 0.69 | 0 | 0.35 | 0.07 |
| HSL | 149.45º | 0.81% | 0.61% | - |
| HSV(B) | 149.45º | 0.69% | 0.93% | - |
| XYZ | 38.49 | 63.71 | 40.4 | - |
| YUV | 177.8 | 114 | 53.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 236 | 153 | 0.69 | 0 | 0.35 | 0.07 | 149.45 | 0.81 | 0.61 |
| Hex | 49 | EC | 99 | 45 | 0 | 23 | 7 | 95 | 51 | 3D |
| Octal | 111 | 354 | 231 | 105 | 0 | 43 | 7 | 225 | 121 | 75 |
| Binary | 1001001 | 11101100 | 10011001 | 1000101 | 0 | 100011 | 111 | 10010101 | 1010001 | 111101 |
Color Harmonies of #49EC99
Complementary color
Monochromatic Colors of #49EC99
Black with #49EC99
Text Example
Text Example
White with #49EC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EC99; }
p { color: rgb(73,236,153); }
H1.HeaderClassName
{
color: #49EC99;
}
.AnyTagClassName
{
color: #49EC99;
}
</style>
background-color css
<style>
a { background-color: #49EC99; }
a { background-color: rgb(73,236,153); }
div.DivClassName
{
background-color: #49EC99;
}
.BgClassName
{
background-color: #49EC99;
}
</style>
border-color css
<style>
span { border-color: #49EC99; }
span { border-color: rgb(73,236,153); }
td.TdClassName
{
border-color: #49EC99;
}
.TagClassName
{
border-color: #49EC99;
}
</style>