Shades of Emerald #49D978
Tints of Emerald #49D978
RGB
CMYK
RGB Variations
Color information
#49D978 (or 0x49D978) is known color: Emerald. HEX triplet: 49, D9 and 78. RGB value is (73,217,120). Sum of RGB (Red+Green+Blue) = 73+217+120=410 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.80% from 410); Green value is 217 (85.16% from 255 or 52.93% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 217 - color contains mainly: green. Hex color #49D978 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D978 is #B62687. Grayscale: #A3A3A3. Windows color (decimal): -11937416 or 7919945. OLE color: 7919945.
HSL color Cylindrical-coordinate representation of color #49D978: hue angle of 139.58º 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 #49D978 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 217 | 120 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.15 |
| HSL | 139.58º | 0.65% | 0.57% | - |
| HSV(B) | 139.58º | 0.66% | 0.85% | - |
| XYZ | 30.95 | 52.4 | 26.25 | - |
| YUV | 162.89 | 103.79 | 63.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 217 | 120 | 0.66 | 0 | 0.45 | 0.15 | 139.58 | 0.65 | 0.57 |
| Hex | 49 | D9 | 78 | 42 | 0 | 2D | F | 8C | 41 | 39 |
| Octal | 111 | 331 | 170 | 102 | 0 | 55 | 17 | 214 | 101 | 71 |
| Binary | 1001001 | 11011001 | 1111000 | 1000010 | 0 | 101101 | 1111 | 10001100 | 1000001 | 111001 |
Color Harmonies of #49D978
Complementary color
Monochromatic Colors of #49D978
Black with #49D978
Text Example
Text Example
White with #49D978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D978; }
p { color: rgb(73,217,120); }
H1.HeaderClassName
{
color: #49D978;
}
.AnyTagClassName
{
color: #49D978;
}
</style>
background-color css
<style>
a { background-color: #49D978; }
a { background-color: rgb(73,217,120); }
div.DivClassName
{
background-color: #49D978;
}
.BgClassName
{
background-color: #49D978;
}
</style>
border-color css
<style>
span { border-color: #49D978; }
span { border-color: rgb(73,217,120); }
td.TdClassName
{
border-color: #49D978;
}
.TagClassName
{
border-color: #49D978;
}
</style>