Shades of Emerald #49C980
Tints of Emerald #49C980
RGB
CMYK
RGB Variations
Color information
#49C980 (or 0x49C980) is known color: Emerald. HEX triplet: 49, C9 and 80. RGB value is (73,201,128). Sum of RGB (Red+Green+Blue) = 73+201+128=402 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.16% from 402); Green value is 201 (78.91% from 255 or 50% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 201 - color contains mainly: green. Hex color #49C980 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C980 is #B6367F. Grayscale: #9A9A9A. Windows color (decimal): -11941504 or 8440137. OLE color: 8440137.
HSL color Cylindrical-coordinate representation of color #49C980: hue angle of 145.78º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49C980 is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 201 | 128 | - |
| CMYK | 0.64 | 0 | 0.36 | 0.21 |
| HSL | 145.78º | 0.54% | 0.54% | - |
| HSV(B) | 145.78º | 0.64% | 0.79% | - |
| XYZ | 27.53 | 44.75 | 27.61 | - |
| YUV | 154.41 | 113.09 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 201 | 128 | 0.64 | 0 | 0.36 | 0.21 | 145.78 | 0.54 | 0.54 |
| Hex | 49 | C9 | 80 | 40 | 0 | 24 | 15 | 92 | 36 | 36 |
| Octal | 111 | 311 | 200 | 100 | 0 | 44 | 25 | 222 | 66 | 66 |
| Binary | 1001001 | 11001001 | 10000000 | 1000000 | 0 | 100100 | 10101 | 10010010 | 110110 | 110110 |
Color Harmonies of #49C980
Complementary color
Monochromatic Colors of #49C980
Black with #49C980
Text Example
Text Example
White with #49C980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C980; }
p { color: rgb(73,201,128); }
H1.HeaderClassName
{
color: #49C980;
}
.AnyTagClassName
{
color: #49C980;
}
</style>
background-color css
<style>
a { background-color: #49C980; }
a { background-color: rgb(73,201,128); }
div.DivClassName
{
background-color: #49C980;
}
.BgClassName
{
background-color: #49C980;
}
</style>
border-color css
<style>
span { border-color: #49C980; }
span { border-color: rgb(73,201,128); }
td.TdClassName
{
border-color: #49C980;
}
.TagClassName
{
border-color: #49C980;
}
</style>