Shades of Emerald #49D67E
Tints of Emerald #49D67E
RGB
CMYK
RGB Variations
Color information
#49D67E (or 0x49D67E) is known color: Emerald. HEX triplet: 49, D6 and 7E. RGB value is (73,214,126). Sum of RGB (Red+Green+Blue) = 73+214+126=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 214 (83.98% from 255 or 51.82% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 214 - color contains mainly: green. Hex color #49D67E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D67E is #B62981. Grayscale: #A2A2A2. Windows color (decimal): -11938178 or 8312393. OLE color: 8312393.
HSL color Cylindrical-coordinate representation of color #49D67E: hue angle of 142.55º 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 #49D67E is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 214 | 126 | - |
| CMYK | 0.66 | 0 | 0.41 | 0.16 |
| HSL | 142.55º | 0.63% | 0.56% | - |
| HSV(B) | 142.55º | 0.66% | 0.84% | - |
| XYZ | 30.56 | 51.02 | 27.98 | - |
| YUV | 161.81 | 107.79 | 64.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 214 | 126 | 0.66 | 0 | 0.41 | 0.16 | 142.55 | 0.63 | 0.56 |
| Hex | 49 | D6 | 7E | 42 | 0 | 29 | 10 | 8F | 3F | 38 |
| Octal | 111 | 326 | 176 | 102 | 0 | 51 | 20 | 217 | 77 | 70 |
| Binary | 1001001 | 11010110 | 1111110 | 1000010 | 0 | 101001 | 10000 | 10001111 | 111111 | 111000 |
Color Harmonies of #49D67E
Complementary color
Monochromatic Colors of #49D67E
Black with #49D67E
Text Example
Text Example
White with #49D67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D67E; }
p { color: rgb(73,214,126); }
H1.HeaderClassName
{
color: #49D67E;
}
.AnyTagClassName
{
color: #49D67E;
}
</style>
background-color css
<style>
a { background-color: #49D67E; }
a { background-color: rgb(73,214,126); }
div.DivClassName
{
background-color: #49D67E;
}
.BgClassName
{
background-color: #49D67E;
}
</style>
border-color css
<style>
span { border-color: #49D67E; }
span { border-color: rgb(73,214,126); }
td.TdClassName
{
border-color: #49D67E;
}
.TagClassName
{
border-color: #49D67E;
}
</style>