Shades of Emerald #49D85B
Tints of Emerald #49D85B
RGB
CMYK
RGB Variations
Color information
#49D85B (or 0x49D85B) is known color: Emerald. HEX triplet: 49, D8 and 5B. RGB value is (73,216,91). Sum of RGB (Red+Green+Blue) = 73+216+91=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 216 (84.77% from 255 or 56.84% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 216 - color contains mainly: green. Hex color #49D85B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D85B is #B627A4. Grayscale: #9F9F9F. Windows color (decimal): -11937701 or 6019145. OLE color: 6019145.
HSL color Cylindrical-coordinate representation of color #49D85B: hue angle of 127.55º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D85B is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 216 | 91 | - |
| CMYK | 0.66 | 0 | 0.58 | 0.15 |
| HSL | 127.55º | 0.65% | 0.57% | - |
| HSV(B) | 127.55º | 0.66% | 0.85% | - |
| XYZ | 29.19 | 51.28 | 18.26 | - |
| YUV | 158.99 | 89.62 | 66.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 216 | 91 | 0.66 | 0 | 0.58 | 0.15 | 127.55 | 0.65 | 0.57 |
| Hex | 49 | D8 | 5B | 42 | 0 | 3A | F | 80 | 41 | 39 |
| Octal | 111 | 330 | 133 | 102 | 0 | 72 | 17 | 200 | 101 | 71 |
| Binary | 1001001 | 11011000 | 1011011 | 1000010 | 0 | 111010 | 1111 | 10000000 | 1000001 | 111001 |
Color Harmonies of #49D85B
Complementary color
Monochromatic Colors of #49D85B
Black with #49D85B
Text Example
Text Example
White with #49D85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D85B; }
p { color: rgb(73,216,91); }
H1.HeaderClassName
{
color: #49D85B;
}
.AnyTagClassName
{
color: #49D85B;
}
</style>
background-color css
<style>
a { background-color: #49D85B; }
a { background-color: rgb(73,216,91); }
div.DivClassName
{
background-color: #49D85B;
}
.BgClassName
{
background-color: #49D85B;
}
</style>
border-color css
<style>
span { border-color: #49D85B; }
span { border-color: rgb(73,216,91); }
td.TdClassName
{
border-color: #49D85B;
}
.TagClassName
{
border-color: #49D85B;
}
</style>