Shades of Emerald #49D57B
Tints of Emerald #49D57B
RGB
CMYK
RGB Variations
Color information
#49D57B (or 0x49D57B) is known color: Emerald. HEX triplet: 49, D5 and 7B. RGB value is (73,213,123). Sum of RGB (Red+Green+Blue) = 73+213+123=409 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.85% from 409); Green value is 213 (83.59% from 255 or 52.08% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 213 - color contains mainly: green. Hex color #49D57B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D57B is #B62A84. Grayscale: #A1A1A1. Windows color (decimal): -11938437 or 8115529. OLE color: 8115529.
HSL color Cylindrical-coordinate representation of color #49D57B: hue angle of 141.43º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D57B is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 213 | 123 | - |
| CMYK | 0.66 | 0 | 0.42 | 0.16 |
| HSL | 141.43º | 0.63% | 0.56% | - |
| HSV(B) | 141.43º | 0.66% | 0.84% | - |
| XYZ | 30.12 | 50.44 | 26.89 | - |
| YUV | 160.88 | 106.62 | 65.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 213 | 123 | 0.66 | 0 | 0.42 | 0.16 | 141.43 | 0.63 | 0.56 |
| Hex | 49 | D5 | 7B | 42 | 0 | 2A | 10 | 8D | 3E | 38 |
| Octal | 111 | 325 | 173 | 102 | 0 | 52 | 20 | 215 | 76 | 70 |
| Binary | 1001001 | 11010101 | 1111011 | 1000010 | 0 | 101010 | 10000 | 10001101 | 111110 | 111000 |
Color Harmonies of #49D57B
Complementary color
Monochromatic Colors of #49D57B
Black with #49D57B
Text Example
Text Example
White with #49D57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D57B; }
p { color: rgb(73,213,123); }
H1.HeaderClassName
{
color: #49D57B;
}
.AnyTagClassName
{
color: #49D57B;
}
</style>
background-color css
<style>
a { background-color: #49D57B; }
a { background-color: rgb(73,213,123); }
div.DivClassName
{
background-color: #49D57B;
}
.BgClassName
{
background-color: #49D57B;
}
</style>
border-color css
<style>
span { border-color: #49D57B; }
span { border-color: rgb(73,213,123); }
td.TdClassName
{
border-color: #49D57B;
}
.TagClassName
{
border-color: #49D57B;
}
</style>