Shades of Emerald #49D47A
Tints of Emerald #49D47A
RGB
CMYK
RGB Variations
Color information
#49D47A (or 0x49D47A) is known color: Emerald. HEX triplet: 49, D4 and 7A. RGB value is (73,212,122). Sum of RGB (Red+Green+Blue) = 73+212+122=407 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.94% from 407); Green value is 212 (83.20% from 255 or 52.09% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 212 - color contains mainly: green. Hex color #49D47A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D47A is #B62B85. Grayscale: #A0A0A0. Windows color (decimal): -11938694 or 8049737. OLE color: 8049737.
HSL color Cylindrical-coordinate representation of color #49D47A: hue angle of 141.15º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D47A is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 73 | 212 | 122 | - |
| CMYK | 0.66 | 0 | 0.42 | 0.17 |
| HSL | 141.15º | 0.62% | 0.56% | - |
| HSV(B) | 141.15º | 0.66% | 0.83% | - |
| XYZ | 29.8 | 49.91 | 26.47 | - |
| YUV | 160.18 | 106.45 | 65.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 212 | 122 | 0.66 | 0 | 0.42 | 0.17 | 141.15 | 0.62 | 0.56 |
| Hex | 49 | D4 | 7A | 42 | 0 | 2A | 11 | 8D | 3E | 38 |
| Octal | 111 | 324 | 172 | 102 | 0 | 52 | 21 | 215 | 76 | 70 |
| Binary | 1001001 | 11010100 | 1111010 | 1000010 | 0 | 101010 | 10001 | 10001101 | 111110 | 111000 |
Color Harmonies of #49D47A
Complementary color
Monochromatic Colors of #49D47A
Black with #49D47A
Text Example
Text Example
White with #49D47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D47A; }
p { color: rgb(73,212,122); }
H1.HeaderClassName
{
color: #49D47A;
}
.AnyTagClassName
{
color: #49D47A;
}
</style>
background-color css
<style>
a { background-color: #49D47A; }
a { background-color: rgb(73,212,122); }
div.DivClassName
{
background-color: #49D47A;
}
.BgClassName
{
background-color: #49D47A;
}
</style>
border-color css
<style>
span { border-color: #49D47A; }
span { border-color: rgb(73,212,122); }
td.TdClassName
{
border-color: #49D47A;
}
.TagClassName
{
border-color: #49D47A;
}
</style>