Shades of Emerald #49CE8D
Tints of Emerald #49CE8D
RGB
CMYK
RGB Variations
Color information
#49CE8D (or 0x49CE8D) is known color: Emerald. HEX triplet: 49, CE and 8D. RGB value is (73,206,141). Sum of RGB (Red+Green+Blue) = 73+206+141=420 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.38% from 420); Green value is 206 (80.86% from 255 or 49.05% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 206 - color contains mainly: green. Hex color #49CE8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CE8D is #B63172. Grayscale: #9E9E9E. Windows color (decimal): -11940211 or 9293385. OLE color: 9293385.
HSL color Cylindrical-coordinate representation of color #49CE8D: hue angle of 150.68º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CE8D is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 206 | 141 | - |
| CMYK | 0.65 | 0 | 0.32 | 0.19 |
| HSL | 150.68º | 0.58% | 0.55% | - |
| HSV(B) | 150.68º | 0.65% | 0.81% | - |
| XYZ | 29.63 | 47.48 | 32.8 | - |
| YUV | 158.82 | 117.94 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 141 | 0.65 | 0 | 0.32 | 0.19 | 150.68 | 0.58 | 0.55 |
| Hex | 49 | CE | 8D | 41 | 0 | 20 | 13 | 97 | 3A | 37 |
| Octal | 111 | 316 | 215 | 101 | 0 | 40 | 23 | 227 | 72 | 67 |
| Binary | 1001001 | 11001110 | 10001101 | 1000001 | 0 | 100000 | 10011 | 10010111 | 111010 | 110111 |
Color Harmonies of #49CE8D
Complementary color
Monochromatic Colors of #49CE8D
Black with #49CE8D
Text Example
Text Example
White with #49CE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CE8D; }
p { color: rgb(73,206,141); }
H1.HeaderClassName
{
color: #49CE8D;
}
.AnyTagClassName
{
color: #49CE8D;
}
</style>
background-color css
<style>
a { background-color: #49CE8D; }
a { background-color: rgb(73,206,141); }
div.DivClassName
{
background-color: #49CE8D;
}
.BgClassName
{
background-color: #49CE8D;
}
</style>
border-color css
<style>
span { border-color: #49CE8D; }
span { border-color: rgb(73,206,141); }
td.TdClassName
{
border-color: #49CE8D;
}
.TagClassName
{
border-color: #49CE8D;
}
</style>