Shades of Emerald #49D972
Tints of Emerald #49D972
RGB
CMYK
RGB Variations
Color information
#49D972 (or 0x49D972) is known color: Emerald. HEX triplet: 49, D9 and 72. RGB value is (73,217,114). Sum of RGB (Red+Green+Blue) = 73+217+114=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 217 (85.16% from 255 or 53.71% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 217 - color contains mainly: green. Hex color #49D972 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D972 is #B6268D. Grayscale: #A2A2A2. Windows color (decimal): -11937422 or 7526729. OLE color: 7526729.
HSL color Cylindrical-coordinate representation of color #49D972: hue angle of 137.08º 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 #49D972 is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 217 | 114 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.15 |
| HSL | 137.08º | 0.65% | 0.57% | - |
| HSV(B) | 137.08º | 0.66% | 0.85% | - |
| XYZ | 30.6 | 52.26 | 24.39 | - |
| YUV | 162.2 | 100.79 | 64.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 217 | 114 | 0.66 | 0 | 0.47 | 0.15 | 137.08 | 0.65 | 0.57 |
| Hex | 49 | D9 | 72 | 42 | 0 | 2F | F | 89 | 41 | 39 |
| Octal | 111 | 331 | 162 | 102 | 0 | 57 | 17 | 211 | 101 | 71 |
| Binary | 1001001 | 11011001 | 1110010 | 1000010 | 0 | 101111 | 1111 | 10001001 | 1000001 | 111001 |
Color Harmonies of #49D972
Complementary color
Monochromatic Colors of #49D972
Black with #49D972
Text Example
Text Example
White with #49D972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D972; }
p { color: rgb(73,217,114); }
H1.HeaderClassName
{
color: #49D972;
}
.AnyTagClassName
{
color: #49D972;
}
</style>
background-color css
<style>
a { background-color: #49D972; }
a { background-color: rgb(73,217,114); }
div.DivClassName
{
background-color: #49D972;
}
.BgClassName
{
background-color: #49D972;
}
</style>
border-color css
<style>
span { border-color: #49D972; }
span { border-color: rgb(73,217,114); }
td.TdClassName
{
border-color: #49D972;
}
.TagClassName
{
border-color: #49D972;
}
</style>