Shades of Emerald #49EB8D
Tints of Emerald #49EB8D
RGB
CMYK
RGB Variations
Color information
#49EB8D (or 0x49EB8D) is known color: Emerald. HEX triplet: 49, EB and 8D. RGB value is (73,235,141). Sum of RGB (Red+Green+Blue) = 73+235+141=449 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.26% from 449); Green value is 235 (92.19% from 255 or 52.34% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 235 - color contains mainly: green. Hex color #49EB8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EB8D is #B61472. Grayscale: #B0B0B0. Windows color (decimal): -11932787 or 9300809. OLE color: 9300809.
HSL color Cylindrical-coordinate representation of color #49EB8D: hue angle of 145.19º degrees, saturation: 0.8, 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 #49EB8D is Cyan = 0.69, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 235 | 141 | - |
| CMYK | 0.69 | 0 | 0.4 | 0.08 |
| HSL | 145.19º | 0.8% | 0.6% | - |
| HSV(B) | 145.19º | 0.69% | 0.92% | - |
| XYZ | 37.26 | 62.76 | 35.35 | - |
| YUV | 175.85 | 108.33 | 54.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 235 | 141 | 0.69 | 0 | 0.4 | 0.08 | 145.19 | 0.8 | 0.6 |
| Hex | 49 | EB | 8D | 45 | 0 | 28 | 8 | 91 | 50 | 3C |
| Octal | 111 | 353 | 215 | 105 | 0 | 50 | 10 | 221 | 120 | 74 |
| Binary | 1001001 | 11101011 | 10001101 | 1000101 | 0 | 101000 | 1000 | 10010001 | 1010000 | 111100 |
Color Harmonies of #49EB8D
Complementary color
Monochromatic Colors of #49EB8D
Black with #49EB8D
Text Example
Text Example
White with #49EB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EB8D; }
p { color: rgb(73,235,141); }
H1.HeaderClassName
{
color: #49EB8D;
}
.AnyTagClassName
{
color: #49EB8D;
}
</style>
background-color css
<style>
a { background-color: #49EB8D; }
a { background-color: rgb(73,235,141); }
div.DivClassName
{
background-color: #49EB8D;
}
.BgClassName
{
background-color: #49EB8D;
}
</style>
border-color css
<style>
span { border-color: #49EB8D; }
span { border-color: rgb(73,235,141); }
td.TdClassName
{
border-color: #49EB8D;
}
.TagClassName
{
border-color: #49EB8D;
}
</style>