Shades of Emerald #49D87B
Tints of Emerald #49D87B
RGB
CMYK
RGB Variations
Color information
#49D87B (or 0x49D87B) is known color: Emerald. HEX triplet: 49, D8 and 7B. RGB value is (73,216,123). Sum of RGB (Red+Green+Blue) = 73+216+123=412 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.72% from 412); Green value is 216 (84.77% from 255 or 52.43% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 216 - color contains mainly: green. Hex color #49D87B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D87B is #B62784. Grayscale: #A2A2A2. Windows color (decimal): -11937669 or 8116297. OLE color: 8116297.
HSL color Cylindrical-coordinate representation of color #49D87B: hue angle of 140.98º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D87B is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 216 | 123 | - |
| CMYK | 0.66 | 0 | 0.43 | 0.15 |
| HSL | 140.98º | 0.65% | 0.57% | - |
| HSV(B) | 140.98º | 0.66% | 0.85% | - |
| XYZ | 30.88 | 51.96 | 27.14 | - |
| YUV | 162.64 | 105.62 | 64.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 216 | 123 | 0.66 | 0 | 0.43 | 0.15 | 140.98 | 0.65 | 0.57 |
| Hex | 49 | D8 | 7B | 42 | 0 | 2B | F | 8D | 41 | 39 |
| Octal | 111 | 330 | 173 | 102 | 0 | 53 | 17 | 215 | 101 | 71 |
| Binary | 1001001 | 11011000 | 1111011 | 1000010 | 0 | 101011 | 1111 | 10001101 | 1000001 | 111001 |
Color Harmonies of #49D87B
Complementary color
Monochromatic Colors of #49D87B
Black with #49D87B
Text Example
Text Example
White with #49D87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D87B; }
p { color: rgb(73,216,123); }
H1.HeaderClassName
{
color: #49D87B;
}
.AnyTagClassName
{
color: #49D87B;
}
</style>
background-color css
<style>
a { background-color: #49D87B; }
a { background-color: rgb(73,216,123); }
div.DivClassName
{
background-color: #49D87B;
}
.BgClassName
{
background-color: #49D87B;
}
</style>
border-color css
<style>
span { border-color: #49D87B; }
span { border-color: rgb(73,216,123); }
td.TdClassName
{
border-color: #49D87B;
}
.TagClassName
{
border-color: #49D87B;
}
</style>