Shades of Emerald #49DD8D
Tints of Emerald #49DD8D
RGB
CMYK
RGB Variations
Color information
#49DD8D (or 0x49DD8D) is known color: Emerald. HEX triplet: 49, DD and 8D. RGB value is (73,221,141). Sum of RGB (Red+Green+Blue) = 73+221+141=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 221 (86.72% from 255 or 50.80% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 221 - color contains mainly: green. Hex color #49DD8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DD8D is #B62272. Grayscale: #A7A7A7. Windows color (decimal): -11936371 or 9297225. OLE color: 9297225.
HSL color Cylindrical-coordinate representation of color #49DD8D: hue angle of 147.57º 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 #49DD8D is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 221 | 141 | - |
| CMYK | 0.67 | 0 | 0.36 | 0.13 |
| HSL | 147.57º | 0.69% | 0.58% | - |
| HSV(B) | 147.57º | 0.67% | 0.87% | - |
| XYZ | 33.41 | 55.05 | 34.06 | - |
| YUV | 167.63 | 112.97 | 60.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 221 | 141 | 0.67 | 0 | 0.36 | 0.13 | 147.57 | 0.69 | 0.58 |
| Hex | 49 | DD | 8D | 43 | 0 | 24 | D | 94 | 45 | 3A |
| Octal | 111 | 335 | 215 | 103 | 0 | 44 | 15 | 224 | 105 | 72 |
| Binary | 1001001 | 11011101 | 10001101 | 1000011 | 0 | 100100 | 1101 | 10010100 | 1000101 | 111010 |
Color Harmonies of #49DD8D
Complementary color
Monochromatic Colors of #49DD8D
Black with #49DD8D
Text Example
Text Example
White with #49DD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DD8D; }
p { color: rgb(73,221,141); }
H1.HeaderClassName
{
color: #49DD8D;
}
.AnyTagClassName
{
color: #49DD8D;
}
</style>
background-color css
<style>
a { background-color: #49DD8D; }
a { background-color: rgb(73,221,141); }
div.DivClassName
{
background-color: #49DD8D;
}
.BgClassName
{
background-color: #49DD8D;
}
</style>
border-color css
<style>
span { border-color: #49DD8D; }
span { border-color: rgb(73,221,141); }
td.TdClassName
{
border-color: #49DD8D;
}
.TagClassName
{
border-color: #49DD8D;
}
</style>