Shades of Emerald #49C76D
Tints of Emerald #49C76D
RGB
CMYK
RGB Variations
Color information
#49C76D (or 0x49C76D) is known color: Emerald. HEX triplet: 49, C7 and 6D. RGB value is (73,199,109). Sum of RGB (Red+Green+Blue) = 73+199+109=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 199 (78.12% from 255 or 52.23% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 199 - color contains mainly: green. Hex color #49C76D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C76D is #B63892. Grayscale: #979797. Windows color (decimal): -11942035 or 7194441. OLE color: 7194441.
HSL color Cylindrical-coordinate representation of color #49C76D: hue angle of 137.14º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C76D is Cyan = 0.63, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 199 | 109 | - |
| CMYK | 0.63 | 0 | 0.45 | 0.22 |
| HSL | 137.14º | 0.53% | 0.53% | - |
| HSV(B) | 137.14º | 0.63% | 0.78% | - |
| XYZ | 25.93 | 43.37 | 21.47 | - |
| YUV | 151.07 | 104.26 | 72.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 199 | 109 | 0.63 | 0 | 0.45 | 0.22 | 137.14 | 0.53 | 0.53 |
| Hex | 49 | C7 | 6D | 3F | 0 | 2D | 16 | 89 | 35 | 35 |
| Octal | 111 | 307 | 155 | 77 | 0 | 55 | 26 | 211 | 65 | 65 |
| Binary | 1001001 | 11000111 | 1101101 | 111111 | 0 | 101101 | 10110 | 10001001 | 110101 | 110101 |
Color Harmonies of #49C76D
Complementary color
Monochromatic Colors of #49C76D
Black with #49C76D
Text Example
Text Example
White with #49C76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C76D; }
p { color: rgb(73,199,109); }
H1.HeaderClassName
{
color: #49C76D;
}
.AnyTagClassName
{
color: #49C76D;
}
</style>
background-color css
<style>
a { background-color: #49C76D; }
a { background-color: rgb(73,199,109); }
div.DivClassName
{
background-color: #49C76D;
}
.BgClassName
{
background-color: #49C76D;
}
</style>
border-color css
<style>
span { border-color: #49C76D; }
span { border-color: rgb(73,199,109); }
td.TdClassName
{
border-color: #49C76D;
}
.TagClassName
{
border-color: #49C76D;
}
</style>