Shades of Shamrock #49E89E
Tints of Shamrock #49E89E
RGB
CMYK
RGB Variations
Color information
#49E89E (or 0x49E89E) is known color: Shamrock. HEX triplet: 49, E8 and 9E. RGB value is (73,232,158). Sum of RGB (Red+Green+Blue) = 73+232+158=463 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.77% from 463); Green value is 232 (91.02% from 255 or 50.11% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 232 - color contains mainly: green. Hex color #49E89E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49E89E is #B61761. Grayscale: #B0B0B0. Windows color (decimal): -11933538 or 10414153. OLE color: 10414153.
HSL color Cylindrical-coordinate representation of color #49E89E: hue angle of 152.08º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49E89E is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 232 | 158 | - |
| CMYK | 0.69 | 0 | 0.32 | 0.09 |
| HSL | 152.08º | 0.78% | 0.6% | - |
| HSV(B) | 152.08º | 0.69% | 0.91% | - |
| XYZ | 37.78 | 61.6 | 42.25 | - |
| YUV | 176.02 | 117.82 | 54.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 232 | 158 | 0.69 | 0 | 0.32 | 0.09 | 152.08 | 0.78 | 0.6 |
| Hex | 49 | E8 | 9E | 45 | 0 | 20 | 9 | 98 | 4E | 3C |
| Octal | 111 | 350 | 236 | 105 | 0 | 40 | 11 | 230 | 116 | 74 |
| Binary | 1001001 | 11101000 | 10011110 | 1000101 | 0 | 100000 | 1001 | 10011000 | 1001110 | 111100 |
Color Harmonies of #49E89E
Complementary color
Monochromatic Colors of #49E89E
Black with #49E89E
Text Example
Text Example
White with #49E89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E89E; }
p { color: rgb(73,232,158); }
H1.HeaderClassName
{
color: #49E89E;
}
.AnyTagClassName
{
color: #49E89E;
}
</style>
background-color css
<style>
a { background-color: #49E89E; }
a { background-color: rgb(73,232,158); }
div.DivClassName
{
background-color: #49E89E;
}
.BgClassName
{
background-color: #49E89E;
}
</style>
border-color css
<style>
span { border-color: #49E89E; }
span { border-color: rgb(73,232,158); }
td.TdClassName
{
border-color: #49E89E;
}
.TagClassName
{
border-color: #49E89E;
}
</style>