Shades of Emerald #49E173
Tints of Emerald #49E173
RGB
CMYK
RGB Variations
Color information
#49E173 (or 0x49E173) is known color: Emerald. HEX triplet: 49, E1 and 73. RGB value is (73,225,115). Sum of RGB (Red+Green+Blue) = 73+225+115=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 225 (88.28% from 255 or 54.48% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 225 - color contains mainly: green. Hex color #49E173 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49E173 is #B61E8C. Grayscale: #A7A7A7. Windows color (decimal): -11935373 or 7594313. OLE color: 7594313.
HSL color Cylindrical-coordinate representation of color #49E173: hue angle of 136.58º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E173 is Cyan = 0.68, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 225 | 115 | - |
| CMYK | 0.68 | 0 | 0.49 | 0.12 |
| HSL | 136.58º | 0.72% | 0.58% | - |
| HSV(B) | 136.58º | 0.68% | 0.88% | - |
| XYZ | 32.77 | 56.5 | 25.4 | - |
| YUV | 167.01 | 98.64 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 225 | 115 | 0.68 | 0 | 0.49 | 0.12 | 136.58 | 0.72 | 0.58 |
| Hex | 49 | E1 | 73 | 44 | 0 | 31 | C | 89 | 48 | 3A |
| Octal | 111 | 341 | 163 | 104 | 0 | 61 | 14 | 211 | 110 | 72 |
| Binary | 1001001 | 11100001 | 1110011 | 1000100 | 0 | 110001 | 1100 | 10001001 | 1001000 | 111010 |
Color Harmonies of #49E173
Complementary color
Monochromatic Colors of #49E173
Black with #49E173
Text Example
Text Example
White with #49E173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E173; }
p { color: rgb(73,225,115); }
H1.HeaderClassName
{
color: #49E173;
}
.AnyTagClassName
{
color: #49E173;
}
</style>
background-color css
<style>
a { background-color: #49E173; }
a { background-color: rgb(73,225,115); }
div.DivClassName
{
background-color: #49E173;
}
.BgClassName
{
background-color: #49E173;
}
</style>
border-color css
<style>
span { border-color: #49E173; }
span { border-color: rgb(73,225,115); }
td.TdClassName
{
border-color: #49E173;
}
.TagClassName
{
border-color: #49E173;
}
</style>