Shades of Emerald #49EA8D
Tints of Emerald #49EA8D
RGB
CMYK
RGB Variations
Color information
#49EA8D (or 0x49EA8D) is known color: Emerald. HEX triplet: 49, EA and 8D. RGB value is (73,234,141). Sum of RGB (Red+Green+Blue) = 73+234+141=448 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.29% from 448); Green value is 234 (91.80% from 255 or 52.23% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 234 - color contains mainly: green. Hex color #49EA8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EA8D is #B61572. Grayscale: #AFAFAF. Windows color (decimal): -11933043 or 9300553. OLE color: 9300553.
HSL color Cylindrical-coordinate representation of color #49EA8D: hue angle of 145.34º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EA8D is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 234 | 141 | - |
| CMYK | 0.69 | 0 | 0.40 | 0.08 |
| HSL | 145.34º | 0.79% | 0.6% | - |
| HSV(B) | 145.34º | 0.69% | 0.92% | - |
| XYZ | 36.98 | 62.19 | 35.25 | - |
| YUV | 175.26 | 108.66 | 55.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 234 | 141 | 0.69 | 0 | 0.40 | 0.08 | 145.34 | 0.79 | 0.6 |
| Hex | 49 | EA | 8D | 45 | 0 | 28 | 8 | 91 | 4F | 3C |
| Octal | 111 | 352 | 215 | 105 | 0 | 50 | 10 | 221 | 117 | 74 |
| Binary | 1001001 | 11101010 | 10001101 | 1000101 | 0 | 101000 | 1000 | 10010001 | 1001111 | 111100 |
Color Harmonies of #49EA8D
Complementary color
Monochromatic Colors of #49EA8D
Black with #49EA8D
Text Example
Text Example
White with #49EA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EA8D; }
p { color: rgb(73,234,141); }
H1.HeaderClassName
{
color: #49EA8D;
}
.AnyTagClassName
{
color: #49EA8D;
}
</style>
background-color css
<style>
a { background-color: #49EA8D; }
a { background-color: rgb(73,234,141); }
div.DivClassName
{
background-color: #49EA8D;
}
.BgClassName
{
background-color: #49EA8D;
}
</style>
border-color css
<style>
span { border-color: #49EA8D; }
span { border-color: rgb(73,234,141); }
td.TdClassName
{
border-color: #49EA8D;
}
.TagClassName
{
border-color: #49EA8D;
}
</style>