Shades of Emerald #49BD81
Tints of Emerald #49BD81
RGB
CMYK
RGB Variations
Color information
#49BD81 (or 0x49BD81) is known color: Emerald. HEX triplet: 49, BD and 81. RGB value is (73,189,129). Sum of RGB (Red+Green+Blue) = 73+189+129=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 189 - color contains mainly: green. Hex color #49BD81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BD81 is #B6427E. Grayscale: #939393. Windows color (decimal): -11944575 or 8502601. OLE color: 8502601.
HSL color Cylindrical-coordinate representation of color #49BD81: hue angle of 148.97º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BD81 is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 189 | 129 | - |
| CMYK | 0.61 | 0 | 0.32 | 0.26 |
| HSL | 148.97º | 0.47% | 0.51% | - |
| HSV(B) | 148.97º | 0.61% | 0.74% | - |
| XYZ | 24.91 | 39.4 | 27.06 | - |
| YUV | 147.48 | 117.57 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 189 | 129 | 0.61 | 0 | 0.32 | 0.26 | 148.97 | 0.47 | 0.51 |
| Hex | 49 | BD | 81 | 3D | 0 | 20 | 1A | 95 | 2F | 33 |
| Octal | 111 | 275 | 201 | 75 | 0 | 40 | 32 | 225 | 57 | 63 |
| Binary | 1001001 | 10111101 | 10000001 | 111101 | 0 | 100000 | 11010 | 10010101 | 101111 | 110011 |
Color Harmonies of #49BD81
Complementary color
Monochromatic Colors of #49BD81
Black with #49BD81
Text Example
Text Example
White with #49BD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BD81; }
p { color: rgb(73,189,129); }
H1.HeaderClassName
{
color: #49BD81;
}
.AnyTagClassName
{
color: #49BD81;
}
</style>
background-color css
<style>
a { background-color: #49BD81; }
a { background-color: rgb(73,189,129); }
div.DivClassName
{
background-color: #49BD81;
}
.BgClassName
{
background-color: #49BD81;
}
</style>
border-color css
<style>
span { border-color: #49BD81; }
span { border-color: rgb(73,189,129); }
td.TdClassName
{
border-color: #49BD81;
}
.TagClassName
{
border-color: #49BD81;
}
</style>