Shades of Emerald #49DC89
Tints of Emerald #49DC89
RGB
CMYK
RGB Variations
Color information
#49DC89 (or 0x49DC89) is known color: Emerald. HEX triplet: 49, DC and 89. RGB value is (73,220,137). Sum of RGB (Red+Green+Blue) = 73+220+137=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 220 (86.33% from 255 or 51.16% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DC89 is #B62376. Grayscale: #A6A6A6. Windows color (decimal): -11936631 or 9034825. OLE color: 9034825.
HSL color Cylindrical-coordinate representation of color #49DC89: hue angle of 146.12º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DC89 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 220 | 137 | - |
| CMYK | 0.67 | 0 | 0.38 | 0.14 |
| HSL | 146.12º | 0.68% | 0.57% | - |
| HSV(B) | 146.12º | 0.67% | 0.86% | - |
| XYZ | 32.86 | 54.41 | 32.44 | - |
| YUV | 166.59 | 111.3 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 220 | 137 | 0.67 | 0 | 0.38 | 0.14 | 146.12 | 0.68 | 0.57 |
| Hex | 49 | DC | 89 | 43 | 0 | 26 | E | 92 | 44 | 39 |
| Octal | 111 | 334 | 211 | 103 | 0 | 46 | 16 | 222 | 104 | 71 |
| Binary | 1001001 | 11011100 | 10001001 | 1000011 | 0 | 100110 | 1110 | 10010010 | 1000100 | 111001 |
Color Harmonies of #49DC89
Complementary color
Monochromatic Colors of #49DC89
Black with #49DC89
Text Example
Text Example
White with #49DC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DC89; }
p { color: rgb(73,220,137); }
H1.HeaderClassName
{
color: #49DC89;
}
.AnyTagClassName
{
color: #49DC89;
}
</style>
background-color css
<style>
a { background-color: #49DC89; }
a { background-color: rgb(73,220,137); }
div.DivClassName
{
background-color: #49DC89;
}
.BgClassName
{
background-color: #49DC89;
}
</style>
border-color css
<style>
span { border-color: #49DC89; }
span { border-color: rgb(73,220,137); }
td.TdClassName
{
border-color: #49DC89;
}
.TagClassName
{
border-color: #49DC89;
}
</style>