Shades of Shamrock #49EC91
Tints of Shamrock #49EC91
RGB
CMYK
RGB Variations
Color information
#49EC91 (or 0x49EC91) is known color: Shamrock. HEX triplet: 49, EC and 91. RGB value is (73,236,145). Sum of RGB (Red+Green+Blue) = 73+236+145=454 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.08% from 454); Green value is 236 (92.58% from 255 or 51.98% from 454); Blue value is 145 (57.03% from 255 or 31.94% from 454); Max value from RGB is 236 - color contains mainly: green. Hex color #49EC91 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EC91 is #B6136E. Grayscale: #B1B1B1. Windows color (decimal): -11932527 or 9563209. OLE color: 9563209.
HSL color Cylindrical-coordinate representation of color #49EC91: hue angle of 146.5º 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 #49EC91 is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 236 | 145 | - |
| CMYK | 0.69 | 0 | 0.39 | 0.07 |
| HSL | 146.5º | 0.81% | 0.61% | - |
| HSV(B) | 146.5º | 0.69% | 0.93% | - |
| XYZ | 37.85 | 63.45 | 37.04 | - |
| YUV | 176.89 | 110 | 53.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 236 | 145 | 0.69 | 0 | 0.39 | 0.07 | 146.5 | 0.81 | 0.61 |
| Hex | 49 | EC | 91 | 45 | 0 | 27 | 7 | 93 | 51 | 3D |
| Octal | 111 | 354 | 221 | 105 | 0 | 47 | 7 | 223 | 121 | 75 |
| Binary | 1001001 | 11101100 | 10010001 | 1000101 | 0 | 100111 | 111 | 10010011 | 1010001 | 111101 |
Color Harmonies of #49EC91
Complementary color
Monochromatic Colors of #49EC91
Black with #49EC91
Text Example
Text Example
White with #49EC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EC91; }
p { color: rgb(73,236,145); }
H1.HeaderClassName
{
color: #49EC91;
}
.AnyTagClassName
{
color: #49EC91;
}
</style>
background-color css
<style>
a { background-color: #49EC91; }
a { background-color: rgb(73,236,145); }
div.DivClassName
{
background-color: #49EC91;
}
.BgClassName
{
background-color: #49EC91;
}
</style>
border-color css
<style>
span { border-color: #49EC91; }
span { border-color: rgb(73,236,145); }
td.TdClassName
{
border-color: #49EC91;
}
.TagClassName
{
border-color: #49EC91;
}
</style>