Shades of Emerald #49EC8B
Tints of Emerald #49EC8B
RGB
CMYK
RGB Variations
Color information
#49EC8B (or 0x49EC8B) is known color: Emerald. HEX triplet: 49, EC and 8B. RGB value is (73,236,139). Sum of RGB (Red+Green+Blue) = 73+236+139=448 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.29% from 448); Green value is 236 (92.58% from 255 or 52.68% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 236 - color contains mainly: green. Hex color #49EC8B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EC8B is #B61374. Grayscale: #B0B0B0. Windows color (decimal): -11932533 or 9169993. OLE color: 9169993.
HSL color Cylindrical-coordinate representation of color #49EC8B: hue angle of 144.29º 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 #49EC8B is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 236 | 139 | - |
| CMYK | 0.69 | 0 | 0.41 | 0.07 |
| HSL | 144.29º | 0.81% | 0.61% | - |
| HSV(B) | 144.29º | 0.69% | 0.93% | - |
| XYZ | 37.4 | 63.27 | 34.67 | - |
| YUV | 176.21 | 107 | 54.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 236 | 139 | 0.69 | 0 | 0.41 | 0.07 | 144.29 | 0.81 | 0.61 |
| Hex | 49 | EC | 8B | 45 | 0 | 29 | 7 | 90 | 51 | 3D |
| Octal | 111 | 354 | 213 | 105 | 0 | 51 | 7 | 220 | 121 | 75 |
| Binary | 1001001 | 11101100 | 10001011 | 1000101 | 0 | 101001 | 111 | 10010000 | 1010001 | 111101 |
Color Harmonies of #49EC8B
Complementary color
Monochromatic Colors of #49EC8B
Black with #49EC8B
Text Example
Text Example
White with #49EC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EC8B; }
p { color: rgb(73,236,139); }
H1.HeaderClassName
{
color: #49EC8B;
}
.AnyTagClassName
{
color: #49EC8B;
}
</style>
background-color css
<style>
a { background-color: #49EC8B; }
a { background-color: rgb(73,236,139); }
div.DivClassName
{
background-color: #49EC8B;
}
.BgClassName
{
background-color: #49EC8B;
}
</style>
border-color css
<style>
span { border-color: #49EC8B; }
span { border-color: rgb(73,236,139); }
td.TdClassName
{
border-color: #49EC8B;
}
.TagClassName
{
border-color: #49EC8B;
}
</style>