Shades of Emerald #49D157
Tints of Emerald #49D157
RGB
CMYK
RGB Variations
Color information
#49D157 (or 0x49D157) is known color: Emerald. HEX triplet: 49, D1 and 57. RGB value is (73,209,87). Sum of RGB (Red+Green+Blue) = 73+209+87=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 209 (82.03% from 255 or 56.64% from 369); Blue value is 87 (34.38% from 255 or 23.58% from 369); Max value from RGB is 209 - color contains mainly: green. Hex color #49D157 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D157 is #B62EA8. Grayscale: #9A9A9A. Windows color (decimal): -11939497 or 5755209. OLE color: 5755209.
HSL color Cylindrical-coordinate representation of color #49D157: hue angle of 126.18º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D157 is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 209 | 87 | - |
| CMYK | 0.65 | 0 | 0.58 | 0.18 |
| HSL | 126.18º | 0.6% | 0.55% | - |
| HSV(B) | 126.18º | 0.65% | 0.82% | - |
| XYZ | 27.27 | 47.71 | 16.79 | - |
| YUV | 154.43 | 89.94 | 69.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 209 | 87 | 0.65 | 0 | 0.58 | 0.18 | 126.18 | 0.6 | 0.55 |
| Hex | 49 | D1 | 57 | 41 | 0 | 3A | 12 | 7E | 3C | 37 |
| Octal | 111 | 321 | 127 | 101 | 0 | 72 | 22 | 176 | 74 | 67 |
| Binary | 1001001 | 11010001 | 1010111 | 1000001 | 0 | 111010 | 10010 | 1111110 | 111100 | 110111 |
Color Harmonies of #49D157
Complementary color
Monochromatic Colors of #49D157
Black with #49D157
Text Example
Text Example
White with #49D157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D157; }
p { color: rgb(73,209,87); }
H1.HeaderClassName
{
color: #49D157;
}
.AnyTagClassName
{
color: #49D157;
}
</style>
background-color css
<style>
a { background-color: #49D157; }
a { background-color: rgb(73,209,87); }
div.DivClassName
{
background-color: #49D157;
}
.BgClassName
{
background-color: #49D157;
}
</style>
border-color css
<style>
span { border-color: #49D157; }
span { border-color: rgb(73,209,87); }
td.TdClassName
{
border-color: #49D157;
}
.TagClassName
{
border-color: #49D157;
}
</style>