Shades of Emerald #49DD5E
Tints of Emerald #49DD5E
RGB
CMYK
RGB Variations
Color information
#49DD5E (or 0x49DD5E) is known color: Emerald. HEX triplet: 49, DD and 5E. RGB value is (73,221,94). Sum of RGB (Red+Green+Blue) = 73+221+94=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 221 (86.72% from 255 or 56.96% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 221 - color contains mainly: green. Hex color #49DD5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DD5E is #B622A1. Grayscale: #A2A2A2. Windows color (decimal): -11936418 or 6217033. OLE color: 6217033.
HSL color Cylindrical-coordinate representation of color #49DD5E: hue angle of 128.51º 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 #49DD5E is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 221 | 94 | - |
| CMYK | 0.67 | 0 | 0.57 | 0.13 |
| HSL | 128.51º | 0.69% | 0.58% | - |
| HSV(B) | 128.51º | 0.67% | 0.87% | - |
| XYZ | 30.62 | 53.94 | 19.39 | - |
| YUV | 162.27 | 89.47 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 221 | 94 | 0.67 | 0 | 0.57 | 0.13 | 128.51 | 0.69 | 0.58 |
| Hex | 49 | DD | 5E | 43 | 0 | 39 | D | 81 | 45 | 3A |
| Octal | 111 | 335 | 136 | 103 | 0 | 71 | 15 | 201 | 105 | 72 |
| Binary | 1001001 | 11011101 | 1011110 | 1000011 | 0 | 111001 | 1101 | 10000001 | 1000101 | 111010 |
Color Harmonies of #49DD5E
Complementary color
Monochromatic Colors of #49DD5E
Black with #49DD5E
Text Example
Text Example
White with #49DD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DD5E; }
p { color: rgb(73,221,94); }
H1.HeaderClassName
{
color: #49DD5E;
}
.AnyTagClassName
{
color: #49DD5E;
}
</style>
background-color css
<style>
a { background-color: #49DD5E; }
a { background-color: rgb(73,221,94); }
div.DivClassName
{
background-color: #49DD5E;
}
.BgClassName
{
background-color: #49DD5E;
}
</style>
border-color css
<style>
span { border-color: #49DD5E; }
span { border-color: rgb(73,221,94); }
td.TdClassName
{
border-color: #49DD5E;
}
.TagClassName
{
border-color: #49DD5E;
}
</style>