Shades of Emerald #49D67B
Tints of Emerald #49D67B
RGB
CMYK
RGB Variations
Color information
#49D67B (or 0x49D67B) is known color: Emerald. HEX triplet: 49, D6 and 7B. RGB value is (73,214,123). Sum of RGB (Red+Green+Blue) = 73+214+123=410 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.80% from 410); Green value is 214 (83.98% from 255 or 52.20% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 214 - color contains mainly: green. Hex color #49D67B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D67B is #B62984. Grayscale: #A1A1A1. Windows color (decimal): -11938181 or 8115785. OLE color: 8115785.
HSL color Cylindrical-coordinate representation of color #49D67B: hue angle of 141.28º degrees, saturation: 0.63, 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 #49D67B is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 214 | 123 | - |
| CMYK | 0.66 | 0 | 0.43 | 0.16 |
| HSL | 141.28º | 0.63% | 0.56% | - |
| HSV(B) | 141.28º | 0.66% | 0.84% | - |
| XYZ | 30.37 | 50.94 | 26.97 | - |
| YUV | 161.47 | 106.29 | 64.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 214 | 123 | 0.66 | 0 | 0.43 | 0.16 | 141.28 | 0.63 | 0.56 |
| Hex | 49 | D6 | 7B | 42 | 0 | 2B | 10 | 8D | 3F | 38 |
| Octal | 111 | 326 | 173 | 102 | 0 | 53 | 20 | 215 | 77 | 70 |
| Binary | 1001001 | 11010110 | 1111011 | 1000010 | 0 | 101011 | 10000 | 10001101 | 111111 | 111000 |
Color Harmonies of #49D67B
Complementary color
Monochromatic Colors of #49D67B
Black with #49D67B
Text Example
Text Example
White with #49D67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D67B; }
p { color: rgb(73,214,123); }
H1.HeaderClassName
{
color: #49D67B;
}
.AnyTagClassName
{
color: #49D67B;
}
</style>
background-color css
<style>
a { background-color: #49D67B; }
a { background-color: rgb(73,214,123); }
div.DivClassName
{
background-color: #49D67B;
}
.BgClassName
{
background-color: #49D67B;
}
</style>
border-color css
<style>
span { border-color: #49D67B; }
span { border-color: rgb(73,214,123); }
td.TdClassName
{
border-color: #49D67B;
}
.TagClassName
{
border-color: #49D67B;
}
</style>