Shades of Emerald #49E88D
Tints of Emerald #49E88D
RGB
CMYK
RGB Variations
Color information
#49E88D (or 0x49E88D) is known color: Emerald. HEX triplet: 49, E8 and 8D. RGB value is (73,232,141). Sum of RGB (Red+Green+Blue) = 73+232+141=446 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.37% from 446); Green value is 232 (91.02% from 255 or 52.02% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 232 - color contains mainly: green. Hex color #49E88D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49E88D is #B61772. Grayscale: #AEAEAE. Windows color (decimal): -11933555 or 9300041. OLE color: 9300041.
HSL color Cylindrical-coordinate representation of color #49E88D: hue angle of 145.66º 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 #49E88D is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 232 | 141 | - |
| CMYK | 0.69 | 0 | 0.39 | 0.09 |
| HSL | 145.66º | 0.78% | 0.6% | - |
| HSV(B) | 145.66º | 0.69% | 0.91% | - |
| XYZ | 36.41 | 61.05 | 35.06 | - |
| YUV | 174.09 | 109.32 | 55.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 232 | 141 | 0.69 | 0 | 0.39 | 0.09 | 145.66 | 0.78 | 0.6 |
| Hex | 49 | E8 | 8D | 45 | 0 | 27 | 9 | 92 | 4E | 3C |
| Octal | 111 | 350 | 215 | 105 | 0 | 47 | 11 | 222 | 116 | 74 |
| Binary | 1001001 | 11101000 | 10001101 | 1000101 | 0 | 100111 | 1001 | 10010010 | 1001110 | 111100 |
Color Harmonies of #49E88D
Complementary color
Monochromatic Colors of #49E88D
Black with #49E88D
Text Example
Text Example
White with #49E88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E88D; }
p { color: rgb(73,232,141); }
H1.HeaderClassName
{
color: #49E88D;
}
.AnyTagClassName
{
color: #49E88D;
}
</style>
background-color css
<style>
a { background-color: #49E88D; }
a { background-color: rgb(73,232,141); }
div.DivClassName
{
background-color: #49E88D;
}
.BgClassName
{
background-color: #49E88D;
}
</style>
border-color css
<style>
span { border-color: #49E88D; }
span { border-color: rgb(73,232,141); }
td.TdClassName
{
border-color: #49E88D;
}
.TagClassName
{
border-color: #49E88D;
}
</style>