Shades of Emerald #49E077
Tints of Emerald #49E077
RGB
CMYK
RGB Variations
Color information
#49E077 (or 0x49E077) is known color: Emerald. HEX triplet: 49, E0 and 77. RGB value is (73,224,119). Sum of RGB (Red+Green+Blue) = 73+224+119=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 224 (87.89% from 255 or 53.85% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 224 - color contains mainly: green. Hex color #49E077 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49E077 is #B61F88. Grayscale: #A7A7A7. Windows color (decimal): -11935625 or 7856201. OLE color: 7856201.
HSL color Cylindrical-coordinate representation of color #49E077: hue angle of 138.28º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49E077 is Cyan = 0.67, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 224 | 119 | - |
| CMYK | 0.67 | 0 | 0.47 | 0.12 |
| HSL | 138.28º | 0.71% | 0.58% | - |
| HSV(B) | 138.28º | 0.67% | 0.88% | - |
| XYZ | 32.73 | 56.06 | 26.55 | - |
| YUV | 166.88 | 100.97 | 61.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 224 | 119 | 0.67 | 0 | 0.47 | 0.12 | 138.28 | 0.71 | 0.58 |
| Hex | 49 | E0 | 77 | 43 | 0 | 2F | C | 8A | 47 | 3A |
| Octal | 111 | 340 | 167 | 103 | 0 | 57 | 14 | 212 | 107 | 72 |
| Binary | 1001001 | 11100000 | 1110111 | 1000011 | 0 | 101111 | 1100 | 10001010 | 1000111 | 111010 |
Color Harmonies of #49E077
Complementary color
Monochromatic Colors of #49E077
Black with #49E077
Text Example
Text Example
White with #49E077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E077; }
p { color: rgb(73,224,119); }
H1.HeaderClassName
{
color: #49E077;
}
.AnyTagClassName
{
color: #49E077;
}
</style>
background-color css
<style>
a { background-color: #49E077; }
a { background-color: rgb(73,224,119); }
div.DivClassName
{
background-color: #49E077;
}
.BgClassName
{
background-color: #49E077;
}
</style>
border-color css
<style>
span { border-color: #49E077; }
span { border-color: rgb(73,224,119); }
td.TdClassName
{
border-color: #49E077;
}
.TagClassName
{
border-color: #49E077;
}
</style>