Shades of Emerald #49C87B
Tints of Emerald #49C87B
RGB
CMYK
RGB Variations
Color information
#49C87B (or 0x49C87B) is known color: Emerald. HEX triplet: 49, C8 and 7B. RGB value is (73,200,123). Sum of RGB (Red+Green+Blue) = 73+200+123=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 200 (78.52% from 255 or 50.51% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 200 - color contains mainly: green. Hex color #49C87B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C87B is #B63784. Grayscale: #999999. Windows color (decimal): -11941765 or 8112201. OLE color: 8112201.
HSL color Cylindrical-coordinate representation of color #49C87B: hue angle of 143.62º 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 #49C87B is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 200 | 123 | - |
| CMYK | 0.64 | 0 | 0.38 | 0.22 |
| HSL | 143.62º | 0.54% | 0.54% | - |
| HSV(B) | 143.62º | 0.64% | 0.78% | - |
| XYZ | 26.98 | 44.16 | 25.84 | - |
| YUV | 153.25 | 110.92 | 70.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 200 | 123 | 0.64 | 0 | 0.38 | 0.22 | 143.62 | 0.54 | 0.54 |
| Hex | 49 | C8 | 7B | 40 | 0 | 26 | 16 | 90 | 36 | 36 |
| Octal | 111 | 310 | 173 | 100 | 0 | 46 | 26 | 220 | 66 | 66 |
| Binary | 1001001 | 11001000 | 1111011 | 1000000 | 0 | 100110 | 10110 | 10010000 | 110110 | 110110 |
Color Harmonies of #49C87B
Complementary color
Monochromatic Colors of #49C87B
Black with #49C87B
Text Example
Text Example
White with #49C87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C87B; }
p { color: rgb(73,200,123); }
H1.HeaderClassName
{
color: #49C87B;
}
.AnyTagClassName
{
color: #49C87B;
}
</style>
background-color css
<style>
a { background-color: #49C87B; }
a { background-color: rgb(73,200,123); }
div.DivClassName
{
background-color: #49C87B;
}
.BgClassName
{
background-color: #49C87B;
}
</style>
border-color css
<style>
span { border-color: #49C87B; }
span { border-color: rgb(73,200,123); }
td.TdClassName
{
border-color: #49C87B;
}
.TagClassName
{
border-color: #49C87B;
}
</style>