Shades of Emerald #49D98B
Tints of Emerald #49D98B
RGB
CMYK
RGB Variations
Color information
#49D98B (or 0x49D98B) is known color: Emerald. HEX triplet: 49, D9 and 8B. RGB value is (73,217,139). Sum of RGB (Red+Green+Blue) = 73+217+139=429 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.02% from 429); Green value is 217 (85.16% from 255 or 50.58% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 217 - color contains mainly: green. Hex color #49D98B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D98B is #B62674. Grayscale: #A5A5A5. Windows color (decimal): -11937397 or 9165129. OLE color: 9165129.
HSL color Cylindrical-coordinate representation of color #49D98B: hue angle of 147.5º 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 #49D98B is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 217 | 139 | - |
| CMYK | 0.66 | 0 | 0.36 | 0.15 |
| HSL | 147.5º | 0.65% | 0.57% | - |
| HSV(B) | 147.5º | 0.66% | 0.85% | - |
| XYZ | 32.22 | 52.91 | 32.94 | - |
| YUV | 165.05 | 113.29 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 217 | 139 | 0.66 | 0 | 0.36 | 0.15 | 147.5 | 0.65 | 0.57 |
| Hex | 49 | D9 | 8B | 42 | 0 | 24 | F | 94 | 41 | 39 |
| Octal | 111 | 331 | 213 | 102 | 0 | 44 | 17 | 224 | 101 | 71 |
| Binary | 1001001 | 11011001 | 10001011 | 1000010 | 0 | 100100 | 1111 | 10010100 | 1000001 | 111001 |
Color Harmonies of #49D98B
Complementary color
Monochromatic Colors of #49D98B
Black with #49D98B
Text Example
Text Example
White with #49D98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D98B; }
p { color: rgb(73,217,139); }
H1.HeaderClassName
{
color: #49D98B;
}
.AnyTagClassName
{
color: #49D98B;
}
</style>
background-color css
<style>
a { background-color: #49D98B; }
a { background-color: rgb(73,217,139); }
div.DivClassName
{
background-color: #49D98B;
}
.BgClassName
{
background-color: #49D98B;
}
</style>
border-color css
<style>
span { border-color: #49D98B; }
span { border-color: rgb(73,217,139); }
td.TdClassName
{
border-color: #49D98B;
}
.TagClassName
{
border-color: #49D98B;
}
</style>