Shades of Emerald #49D062
Tints of Emerald #49D062
RGB
CMYK
RGB Variations
Color information
#49D062 (or 0x49D062) is known color: Emerald. HEX triplet: 49, D0 and 62. RGB value is (73,208,98). Sum of RGB (Red+Green+Blue) = 73+208+98=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 208 (81.64% from 255 or 54.88% from 379); Blue value is 98 (38.67% from 255 or 25.86% from 379); Max value from RGB is 208 - color contains mainly: green. Hex color #49D062 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D062 is #B62F9D. Grayscale: #9B9B9B. Windows color (decimal): -11939742 or 6475849. OLE color: 6475849.
HSL color Cylindrical-coordinate representation of color #49D062: hue angle of 131.11º degrees, saturation: 0.59, 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 #49D062 is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 208 | 98 | - |
| CMYK | 0.65 | 0 | 0.53 | 0.18 |
| HSL | 131.11º | 0.59% | 0.55% | - |
| HSV(B) | 131.11º | 0.65% | 0.82% | - |
| XYZ | 27.51 | 47.41 | 19.26 | - |
| YUV | 155.1 | 95.77 | 69.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 208 | 98 | 0.65 | 0 | 0.53 | 0.18 | 131.11 | 0.59 | 0.55 |
| Hex | 49 | D0 | 62 | 41 | 0 | 35 | 12 | 83 | 3B | 37 |
| Octal | 111 | 320 | 142 | 101 | 0 | 65 | 22 | 203 | 73 | 67 |
| Binary | 1001001 | 11010000 | 1100010 | 1000001 | 0 | 110101 | 10010 | 10000011 | 111011 | 110111 |
Color Harmonies of #49D062
Complementary color
Monochromatic Colors of #49D062
Black with #49D062
Text Example
Text Example
White with #49D062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D062; }
p { color: rgb(73,208,98); }
H1.HeaderClassName
{
color: #49D062;
}
.AnyTagClassName
{
color: #49D062;
}
</style>
background-color css
<style>
a { background-color: #49D062; }
a { background-color: rgb(73,208,98); }
div.DivClassName
{
background-color: #49D062;
}
.BgClassName
{
background-color: #49D062;
}
</style>
border-color css
<style>
span { border-color: #49D062; }
span { border-color: rgb(73,208,98); }
td.TdClassName
{
border-color: #49D062;
}
.TagClassName
{
border-color: #49D062;
}
</style>