Shades of Emerald #49C987
Tints of Emerald #49C987
RGB
CMYK
RGB Variations
Color information
#49C987 (or 0x49C987) is known color: Emerald. HEX triplet: 49, C9 and 87. RGB value is (73,201,135). Sum of RGB (Red+Green+Blue) = 73+201+135=409 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.85% from 409); Green value is 201 (78.91% from 255 or 49.14% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 201 - color contains mainly: green. Hex color #49C987 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C987 is #B63678. Grayscale: #9B9B9B. Windows color (decimal): -11941497 or 8898889. OLE color: 8898889.
HSL color Cylindrical-coordinate representation of color #49C987: hue angle of 149.06º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49C987 is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 201 | 135 | - |
| CMYK | 0.64 | 0 | 0.33 | 0.21 |
| HSL | 149.06º | 0.54% | 0.54% | - |
| HSV(B) | 149.06º | 0.64% | 0.79% | - |
| XYZ | 28.01 | 44.94 | 30.12 | - |
| YUV | 155.2 | 116.59 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 201 | 135 | 0.64 | 0 | 0.33 | 0.21 | 149.06 | 0.54 | 0.54 |
| Hex | 49 | C9 | 87 | 40 | 0 | 21 | 15 | 95 | 36 | 36 |
| Octal | 111 | 311 | 207 | 100 | 0 | 41 | 25 | 225 | 66 | 66 |
| Binary | 1001001 | 11001001 | 10000111 | 1000000 | 0 | 100001 | 10101 | 10010101 | 110110 | 110110 |
Color Harmonies of #49C987
Complementary color
Monochromatic Colors of #49C987
Black with #49C987
Text Example
Text Example
White with #49C987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C987; }
p { color: rgb(73,201,135); }
H1.HeaderClassName
{
color: #49C987;
}
.AnyTagClassName
{
color: #49C987;
}
</style>
background-color css
<style>
a { background-color: #49C987; }
a { background-color: rgb(73,201,135); }
div.DivClassName
{
background-color: #49C987;
}
.BgClassName
{
background-color: #49C987;
}
</style>
border-color css
<style>
span { border-color: #49C987; }
span { border-color: rgb(73,201,135); }
td.TdClassName
{
border-color: #49C987;
}
.TagClassName
{
border-color: #49C987;
}
</style>