Shades of Emerald #49E28D
Tints of Emerald #49E28D
RGB
CMYK
RGB Variations
Color information
#49E28D (or 0x49E28D) is known color: Emerald. HEX triplet: 49, E2 and 8D. RGB value is (73,226,141). Sum of RGB (Red+Green+Blue) = 73+226+141=440 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.59% from 440); Green value is 226 (88.67% from 255 or 51.36% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 226 - color contains mainly: green. Hex color #49E28D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49E28D is #B61D72. Grayscale: #AAAAAA. Windows color (decimal): -11935091 or 9298505. OLE color: 9298505.
HSL color Cylindrical-coordinate representation of color #49E28D: hue angle of 146.67º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E28D is Cyan = 0.68, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 226 | 141 | - |
| CMYK | 0.68 | 0 | 0.38 | 0.11 |
| HSL | 146.67º | 0.73% | 0.59% | - |
| HSV(B) | 146.67º | 0.68% | 0.89% | - |
| XYZ | 34.75 | 57.73 | 34.51 | - |
| YUV | 170.56 | 111.31 | 58.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 226 | 141 | 0.68 | 0 | 0.38 | 0.11 | 146.67 | 0.73 | 0.59 |
| Hex | 49 | E2 | 8D | 44 | 0 | 26 | B | 93 | 49 | 3B |
| Octal | 111 | 342 | 215 | 104 | 0 | 46 | 13 | 223 | 111 | 73 |
| Binary | 1001001 | 11100010 | 10001101 | 1000100 | 0 | 100110 | 1011 | 10010011 | 1001001 | 111011 |
Color Harmonies of #49E28D
Complementary color
Monochromatic Colors of #49E28D
Black with #49E28D
Text Example
Text Example
White with #49E28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E28D; }
p { color: rgb(73,226,141); }
H1.HeaderClassName
{
color: #49E28D;
}
.AnyTagClassName
{
color: #49E28D;
}
</style>
background-color css
<style>
a { background-color: #49E28D; }
a { background-color: rgb(73,226,141); }
div.DivClassName
{
background-color: #49E28D;
}
.BgClassName
{
background-color: #49E28D;
}
</style>
border-color css
<style>
span { border-color: #49E28D; }
span { border-color: rgb(73,226,141); }
td.TdClassName
{
border-color: #49E28D;
}
.TagClassName
{
border-color: #49E28D;
}
</style>