Shades of Emerald #49E773
Tints of Emerald #49E773
RGB
CMYK
RGB Variations
Color information
#49E773 (or 0x49E773) is known color: Emerald. HEX triplet: 49, E7 and 73. RGB value is (73,231,115). Sum of RGB (Red+Green+Blue) = 73+231+115=419 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.42% from 419); Green value is 231 (90.62% from 255 or 55.13% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 231 - color contains mainly: green. Hex color #49E773 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49E773 is #B6188C. Grayscale: #AAAAAA. Windows color (decimal): -11933837 or 7595849. OLE color: 7595849.
HSL color Cylindrical-coordinate representation of color #49E773: hue angle of 135.95º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E773 is Cyan = 0.68, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 231 | 115 | - |
| CMYK | 0.68 | 0 | 0.50 | 0.09 |
| HSL | 135.95º | 0.77% | 0.6% | - |
| HSV(B) | 135.95º | 0.68% | 0.91% | - |
| XYZ | 34.42 | 59.81 | 25.95 | - |
| YUV | 170.53 | 96.65 | 58.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 231 | 115 | 0.68 | 0 | 0.50 | 0.09 | 135.95 | 0.77 | 0.6 |
| Hex | 49 | E7 | 73 | 44 | 0 | 32 | 9 | 88 | 4D | 3C |
| Octal | 111 | 347 | 163 | 104 | 0 | 62 | 11 | 210 | 115 | 74 |
| Binary | 1001001 | 11100111 | 1110011 | 1000100 | 0 | 110010 | 1001 | 10001000 | 1001101 | 111100 |
Color Harmonies of #49E773
Complementary color
Monochromatic Colors of #49E773
Black with #49E773
Text Example
Text Example
White with #49E773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E773; }
p { color: rgb(73,231,115); }
H1.HeaderClassName
{
color: #49E773;
}
.AnyTagClassName
{
color: #49E773;
}
</style>
background-color css
<style>
a { background-color: #49E773; }
a { background-color: rgb(73,231,115); }
div.DivClassName
{
background-color: #49E773;
}
.BgClassName
{
background-color: #49E773;
}
</style>
border-color css
<style>
span { border-color: #49E773; }
span { border-color: rgb(73,231,115); }
td.TdClassName
{
border-color: #49E773;
}
.TagClassName
{
border-color: #49E773;
}
</style>