Shades of Emerald #49D879
Tints of Emerald #49D879
RGB
CMYK
RGB Variations
Color information
#49D879 (or 0x49D879) is known color: Emerald. HEX triplet: 49, D8 and 79. RGB value is (73,216,121). Sum of RGB (Red+Green+Blue) = 73+216+121=410 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.80% from 410); Green value is 216 (84.77% from 255 or 52.68% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 216 - color contains mainly: green. Hex color #49D879 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D879 is #B62786. Grayscale: #A2A2A2. Windows color (decimal): -11937671 or 7985225. OLE color: 7985225.
HSL color Cylindrical-coordinate representation of color #49D879: hue angle of 140.14º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D879 is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 216 | 121 | - |
| CMYK | 0.66 | 0 | 0.44 | 0.15 |
| HSL | 140.14º | 0.65% | 0.57% | - |
| HSV(B) | 140.14º | 0.66% | 0.85% | - |
| XYZ | 30.75 | 51.91 | 26.49 | - |
| YUV | 162.41 | 104.62 | 64.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 216 | 121 | 0.66 | 0 | 0.44 | 0.15 | 140.14 | 0.65 | 0.57 |
| Hex | 49 | D8 | 79 | 42 | 0 | 2C | F | 8C | 41 | 39 |
| Octal | 111 | 330 | 171 | 102 | 0 | 54 | 17 | 214 | 101 | 71 |
| Binary | 1001001 | 11011000 | 1111001 | 1000010 | 0 | 101100 | 1111 | 10001100 | 1000001 | 111001 |
Color Harmonies of #49D879
Complementary color
Monochromatic Colors of #49D879
Black with #49D879
Text Example
Text Example
White with #49D879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D879; }
p { color: rgb(73,216,121); }
H1.HeaderClassName
{
color: #49D879;
}
.AnyTagClassName
{
color: #49D879;
}
</style>
background-color css
<style>
a { background-color: #49D879; }
a { background-color: rgb(73,216,121); }
div.DivClassName
{
background-color: #49D879;
}
.BgClassName
{
background-color: #49D879;
}
</style>
border-color css
<style>
span { border-color: #49D879; }
span { border-color: rgb(73,216,121); }
td.TdClassName
{
border-color: #49D879;
}
.TagClassName
{
border-color: #49D879;
}
</style>