Shades of Emerald #49DE89
Tints of Emerald #49DE89
RGB
CMYK
RGB Variations
Color information
#49DE89 (or 0x49DE89) is known color: Emerald. HEX triplet: 49, DE and 89. RGB value is (73,222,137). Sum of RGB (Red+Green+Blue) = 73+222+137=432 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.90% from 432); Green value is 222 (87.11% from 255 or 51.39% from 432); Blue value is 137 (53.91% from 255 or 31.71% from 432); Max value from RGB is 222 - color contains mainly: green. Hex color #49DE89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DE89 is #B62176. Grayscale: #A7A7A7. Windows color (decimal): -11936119 or 9035337. OLE color: 9035337.
HSL color Cylindrical-coordinate representation of color #49DE89: hue angle of 145.77º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DE89 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 222 | 137 | - |
| CMYK | 0.67 | 0 | 0.38 | 0.13 |
| HSL | 145.77º | 0.69% | 0.58% | - |
| HSV(B) | 145.77º | 0.67% | 0.87% | - |
| XYZ | 33.38 | 55.47 | 32.61 | - |
| YUV | 167.76 | 110.64 | 60.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 222 | 137 | 0.67 | 0 | 0.38 | 0.13 | 145.77 | 0.69 | 0.58 |
| Hex | 49 | DE | 89 | 43 | 0 | 26 | D | 92 | 45 | 3A |
| Octal | 111 | 336 | 211 | 103 | 0 | 46 | 15 | 222 | 105 | 72 |
| Binary | 1001001 | 11011110 | 10001001 | 1000011 | 0 | 100110 | 1101 | 10010010 | 1000101 | 111010 |
Color Harmonies of #49DE89
Complementary color
Monochromatic Colors of #49DE89
Black with #49DE89
Text Example
Text Example
White with #49DE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DE89; }
p { color: rgb(73,222,137); }
H1.HeaderClassName
{
color: #49DE89;
}
.AnyTagClassName
{
color: #49DE89;
}
</style>
background-color css
<style>
a { background-color: #49DE89; }
a { background-color: rgb(73,222,137); }
div.DivClassName
{
background-color: #49DE89;
}
.BgClassName
{
background-color: #49DE89;
}
</style>
border-color css
<style>
span { border-color: #49DE89; }
span { border-color: rgb(73,222,137); }
td.TdClassName
{
border-color: #49DE89;
}
.TagClassName
{
border-color: #49DE89;
}
</style>