Shades of Emerald #49C87C
Tints of Emerald #49C87C
RGB
CMYK
RGB Variations
Color information
#49C87C (or 0x49C87C) is known color: Emerald. HEX triplet: 49, C8 and 7C. RGB value is (73,200,124). Sum of RGB (Red+Green+Blue) = 73+200+124=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 200 (78.52% from 255 or 50.38% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 200 - color contains mainly: green. Hex color #49C87C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C87C is #B63783. Grayscale: #999999. Windows color (decimal): -11941764 or 8177737. OLE color: 8177737.
HSL color Cylindrical-coordinate representation of color #49C87C: hue angle of 144.09º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C87C is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 200 | 124 | - |
| CMYK | 0.64 | 0 | 0.38 | 0.22 |
| HSL | 144.09º | 0.54% | 0.54% | - |
| HSV(B) | 144.09º | 0.64% | 0.78% | - |
| XYZ | 27.04 | 44.18 | 26.17 | - |
| YUV | 153.36 | 111.42 | 70.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 200 | 124 | 0.64 | 0 | 0.38 | 0.22 | 144.09 | 0.54 | 0.54 |
| Hex | 49 | C8 | 7C | 40 | 0 | 26 | 16 | 90 | 36 | 36 |
| Octal | 111 | 310 | 174 | 100 | 0 | 46 | 26 | 220 | 66 | 66 |
| Binary | 1001001 | 11001000 | 1111100 | 1000000 | 0 | 100110 | 10110 | 10010000 | 110110 | 110110 |
Color Harmonies of #49C87C
Complementary color
Monochromatic Colors of #49C87C
Black with #49C87C
Text Example
Text Example
White with #49C87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C87C; }
p { color: rgb(73,200,124); }
H1.HeaderClassName
{
color: #49C87C;
}
.AnyTagClassName
{
color: #49C87C;
}
</style>
background-color css
<style>
a { background-color: #49C87C; }
a { background-color: rgb(73,200,124); }
div.DivClassName
{
background-color: #49C87C;
}
.BgClassName
{
background-color: #49C87C;
}
</style>
border-color css
<style>
span { border-color: #49C87C; }
span { border-color: rgb(73,200,124); }
td.TdClassName
{
border-color: #49C87C;
}
.TagClassName
{
border-color: #49C87C;
}
</style>