Shades of Emerald #49CE87
Tints of Emerald #49CE87
RGB
CMYK
RGB Variations
Color information
#49CE87 (or 0x49CE87) is known color: Emerald. HEX triplet: 49, CE and 87. RGB value is (73,206,135). Sum of RGB (Red+Green+Blue) = 73+206+135=414 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.63% from 414); Green value is 206 (80.86% from 255 or 49.76% from 414); Blue value is 135 (53.12% from 255 or 32.61% from 414); Max value from RGB is 206 - color contains mainly: green. Hex color #49CE87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CE87 is #B63178. Grayscale: #9E9E9E. Windows color (decimal): -11940217 or 8900169. OLE color: 8900169.
HSL color Cylindrical-coordinate representation of color #49CE87: hue angle of 147.97º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CE87 is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 206 | 135 | - |
| CMYK | 0.65 | 0 | 0.34 | 0.19 |
| HSL | 147.97º | 0.58% | 0.55% | - |
| HSV(B) | 147.97º | 0.65% | 0.81% | - |
| XYZ | 29.19 | 47.31 | 30.51 | - |
| YUV | 158.14 | 114.94 | 67.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 135 | 0.65 | 0 | 0.34 | 0.19 | 147.97 | 0.58 | 0.55 |
| Hex | 49 | CE | 87 | 41 | 0 | 22 | 13 | 94 | 3A | 37 |
| Octal | 111 | 316 | 207 | 101 | 0 | 42 | 23 | 224 | 72 | 67 |
| Binary | 1001001 | 11001110 | 10000111 | 1000001 | 0 | 100010 | 10011 | 10010100 | 111010 | 110111 |
Color Harmonies of #49CE87
Complementary color
Monochromatic Colors of #49CE87
Black with #49CE87
Text Example
Text Example
White with #49CE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CE87; }
p { color: rgb(73,206,135); }
H1.HeaderClassName
{
color: #49CE87;
}
.AnyTagClassName
{
color: #49CE87;
}
</style>
background-color css
<style>
a { background-color: #49CE87; }
a { background-color: rgb(73,206,135); }
div.DivClassName
{
background-color: #49CE87;
}
.BgClassName
{
background-color: #49CE87;
}
</style>
border-color css
<style>
span { border-color: #49CE87; }
span { border-color: rgb(73,206,135); }
td.TdClassName
{
border-color: #49CE87;
}
.TagClassName
{
border-color: #49CE87;
}
</style>