Shades of Emerald #49C96E
Tints of Emerald #49C96E
RGB
CMYK
RGB Variations
Color information
#49C96E (or 0x49C96E) is known color: Emerald. HEX triplet: 49, C9 and 6E. RGB value is (73,201,110). Sum of RGB (Red+Green+Blue) = 73+201+110=384 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.01% from 384); Green value is 201 (78.91% from 255 or 52.34% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 201 - color contains mainly: green. Hex color #49C96E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C96E is #B63691. Grayscale: #989898. Windows color (decimal): -11941522 or 7260489. OLE color: 7260489.
HSL color Cylindrical-coordinate representation of color #49C96E: hue angle of 137.34º 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 #49C96E is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 201 | 110 | - |
| CMYK | 0.64 | 0 | 0.45 | 0.21 |
| HSL | 137.34º | 0.54% | 0.54% | - |
| HSV(B) | 137.34º | 0.64% | 0.79% | - |
| XYZ | 26.45 | 44.32 | 21.91 | - |
| YUV | 152.35 | 104.09 | 71.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 201 | 110 | 0.64 | 0 | 0.45 | 0.21 | 137.34 | 0.54 | 0.54 |
| Hex | 49 | C9 | 6E | 40 | 0 | 2D | 15 | 89 | 36 | 36 |
| Octal | 111 | 311 | 156 | 100 | 0 | 55 | 25 | 211 | 66 | 66 |
| Binary | 1001001 | 11001001 | 1101110 | 1000000 | 0 | 101101 | 10101 | 10001001 | 110110 | 110110 |
Color Harmonies of #49C96E
Complementary color
Monochromatic Colors of #49C96E
Black with #49C96E
Text Example
Text Example
White with #49C96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C96E; }
p { color: rgb(73,201,110); }
H1.HeaderClassName
{
color: #49C96E;
}
.AnyTagClassName
{
color: #49C96E;
}
</style>
background-color css
<style>
a { background-color: #49C96E; }
a { background-color: rgb(73,201,110); }
div.DivClassName
{
background-color: #49C96E;
}
.BgClassName
{
background-color: #49C96E;
}
</style>
border-color css
<style>
span { border-color: #49C96E; }
span { border-color: rgb(73,201,110); }
td.TdClassName
{
border-color: #49C96E;
}
.TagClassName
{
border-color: #49C96E;
}
</style>