Shades of Emerald #49BC80
Tints of Emerald #49BC80
RGB
CMYK
RGB Variations
Color information
#49BC80 (or 0x49BC80) is known color: Emerald. HEX triplet: 49, BC and 80. RGB value is (73,188,128). Sum of RGB (Red+Green+Blue) = 73+188+128=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #49BC80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BC80 is #B6437F. Grayscale: #929292. Windows color (decimal): -11944832 or 8436809. OLE color: 8436809.
HSL color Cylindrical-coordinate representation of color #49BC80: hue angle of 148.7º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BC80 is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 188 | 128 | - |
| CMYK | 0.61 | 0 | 0.32 | 0.26 |
| HSL | 148.7º | 0.46% | 0.51% | - |
| HSV(B) | 148.7º | 0.61% | 0.74% | - |
| XYZ | 24.63 | 38.94 | 26.64 | - |
| YUV | 146.78 | 117.4 | 75.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 188 | 128 | 0.61 | 0 | 0.32 | 0.26 | 148.7 | 0.46 | 0.51 |
| Hex | 49 | BC | 80 | 3D | 0 | 20 | 1A | 95 | 2E | 33 |
| Octal | 111 | 274 | 200 | 75 | 0 | 40 | 32 | 225 | 56 | 63 |
| Binary | 1001001 | 10111100 | 10000000 | 111101 | 0 | 100000 | 11010 | 10010101 | 101110 | 110011 |
Color Harmonies of #49BC80
Complementary color
Monochromatic Colors of #49BC80
Black with #49BC80
Text Example
Text Example
White with #49BC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BC80; }
p { color: rgb(73,188,128); }
H1.HeaderClassName
{
color: #49BC80;
}
.AnyTagClassName
{
color: #49BC80;
}
</style>
background-color css
<style>
a { background-color: #49BC80; }
a { background-color: rgb(73,188,128); }
div.DivClassName
{
background-color: #49BC80;
}
.BgClassName
{
background-color: #49BC80;
}
</style>
border-color css
<style>
span { border-color: #49BC80; }
span { border-color: rgb(73,188,128); }
td.TdClassName
{
border-color: #49BC80;
}
.TagClassName
{
border-color: #49BC80;
}
</style>