Shades of Emerald #49DA89
Tints of Emerald #49DA89
RGB
CMYK
RGB Variations
Color information
#49DA89 (or 0x49DA89) is known color: Emerald. HEX triplet: 49, DA and 89. RGB value is (73,218,137). Sum of RGB (Red+Green+Blue) = 73+218+137=428 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.06% from 428); Green value is 218 (85.55% from 255 or 50.93% from 428); Blue value is 137 (53.91% from 255 or 32.01% from 428); Max value from RGB is 218 - color contains mainly: green. Hex color #49DA89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DA89 is #B62576. Grayscale: #A5A5A5. Windows color (decimal): -11937143 or 9034313. OLE color: 9034313.
HSL color Cylindrical-coordinate representation of color #49DA89: hue angle of 146.48º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DA89 is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 218 | 137 | - |
| CMYK | 0.67 | 0 | 0.37 | 0.15 |
| HSL | 146.48º | 0.66% | 0.57% | - |
| HSV(B) | 146.48º | 0.67% | 0.85% | - |
| XYZ | 32.33 | 53.37 | 32.26 | - |
| YUV | 165.41 | 111.96 | 62.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 218 | 137 | 0.67 | 0 | 0.37 | 0.15 | 146.48 | 0.66 | 0.57 |
| Hex | 49 | DA | 89 | 43 | 0 | 25 | F | 92 | 42 | 39 |
| Octal | 111 | 332 | 211 | 103 | 0 | 45 | 17 | 222 | 102 | 71 |
| Binary | 1001001 | 11011010 | 10001001 | 1000011 | 0 | 100101 | 1111 | 10010010 | 1000010 | 111001 |
Color Harmonies of #49DA89
Complementary color
Monochromatic Colors of #49DA89
Black with #49DA89
Text Example
Text Example
White with #49DA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DA89; }
p { color: rgb(73,218,137); }
H1.HeaderClassName
{
color: #49DA89;
}
.AnyTagClassName
{
color: #49DA89;
}
</style>
background-color css
<style>
a { background-color: #49DA89; }
a { background-color: rgb(73,218,137); }
div.DivClassName
{
background-color: #49DA89;
}
.BgClassName
{
background-color: #49DA89;
}
</style>
border-color css
<style>
span { border-color: #49DA89; }
span { border-color: rgb(73,218,137); }
td.TdClassName
{
border-color: #49DA89;
}
.TagClassName
{
border-color: #49DA89;
}
</style>