Shades of Emerald #49C979
Tints of Emerald #49C979
RGB
CMYK
RGB Variations
Color information
#49C979 (or 0x49C979) is known color: Emerald. HEX triplet: 49, C9 and 79. RGB value is (73,201,121). Sum of RGB (Red+Green+Blue) = 73+201+121=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 201 (78.91% from 255 or 50.89% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 201 - color contains mainly: green. Hex color #49C979 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C979 is #B63686. Grayscale: #999999. Windows color (decimal): -11941511 or 7981385. OLE color: 7981385.
HSL color Cylindrical-coordinate representation of color #49C979: hue angle of 142.5º 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 #49C979 is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 201 | 121 | - |
| CMYK | 0.64 | 0 | 0.40 | 0.21 |
| HSL | 142.5º | 0.54% | 0.54% | - |
| HSV(B) | 142.5º | 0.64% | 0.79% | - |
| XYZ | 27.09 | 44.57 | 25.26 | - |
| YUV | 153.61 | 109.59 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 201 | 121 | 0.64 | 0 | 0.40 | 0.21 | 142.5 | 0.54 | 0.54 |
| Hex | 49 | C9 | 79 | 40 | 0 | 28 | 15 | 8E | 36 | 36 |
| Octal | 111 | 311 | 171 | 100 | 0 | 50 | 25 | 216 | 66 | 66 |
| Binary | 1001001 | 11001001 | 1111001 | 1000000 | 0 | 101000 | 10101 | 10001110 | 110110 | 110110 |
Color Harmonies of #49C979
Complementary color
Monochromatic Colors of #49C979
Black with #49C979
Text Example
Text Example
White with #49C979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C979; }
p { color: rgb(73,201,121); }
H1.HeaderClassName
{
color: #49C979;
}
.AnyTagClassName
{
color: #49C979;
}
</style>
background-color css
<style>
a { background-color: #49C979; }
a { background-color: rgb(73,201,121); }
div.DivClassName
{
background-color: #49C979;
}
.BgClassName
{
background-color: #49C979;
}
</style>
border-color css
<style>
span { border-color: #49C979; }
span { border-color: rgb(73,201,121); }
td.TdClassName
{
border-color: #49C979;
}
.TagClassName
{
border-color: #49C979;
}
</style>