Shades of Emerald #49D976
Tints of Emerald #49D976
RGB
CMYK
RGB Variations
Color information
#49D976 (or 0x49D976) is known color: Emerald. HEX triplet: 49, D9 and 76. RGB value is (73,217,118). Sum of RGB (Red+Green+Blue) = 73+217+118=408 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.89% from 408); Green value is 217 (85.16% from 255 or 53.19% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 217 - color contains mainly: green. Hex color #49D976 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D976 is #B62689. Grayscale: #A2A2A2. Windows color (decimal): -11937418 or 7788873. OLE color: 7788873.
HSL color Cylindrical-coordinate representation of color #49D976: hue angle of 138.75º 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 #49D976 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 217 | 118 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.15 |
| HSL | 138.75º | 0.65% | 0.57% | - |
| HSV(B) | 138.75º | 0.66% | 0.85% | - |
| XYZ | 30.83 | 52.35 | 25.62 | - |
| YUV | 162.66 | 102.79 | 64.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 217 | 118 | 0.66 | 0 | 0.46 | 0.15 | 138.75 | 0.65 | 0.57 |
| Hex | 49 | D9 | 76 | 42 | 0 | 2E | F | 8B | 41 | 39 |
| Octal | 111 | 331 | 166 | 102 | 0 | 56 | 17 | 213 | 101 | 71 |
| Binary | 1001001 | 11011001 | 1110110 | 1000010 | 0 | 101110 | 1111 | 10001011 | 1000001 | 111001 |
Color Harmonies of #49D976
Complementary color
Monochromatic Colors of #49D976
Black with #49D976
Text Example
Text Example
White with #49D976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D976; }
p { color: rgb(73,217,118); }
H1.HeaderClassName
{
color: #49D976;
}
.AnyTagClassName
{
color: #49D976;
}
</style>
background-color css
<style>
a { background-color: #49D976; }
a { background-color: rgb(73,217,118); }
div.DivClassName
{
background-color: #49D976;
}
.BgClassName
{
background-color: #49D976;
}
</style>
border-color css
<style>
span { border-color: #49D976; }
span { border-color: rgb(73,217,118); }
td.TdClassName
{
border-color: #49D976;
}
.TagClassName
{
border-color: #49D976;
}
</style>