Shades of Emerald #49D063
Tints of Emerald #49D063
RGB
CMYK
RGB Variations
Color information
#49D063 (or 0x49D063) is known color: Emerald. HEX triplet: 49, D0 and 63. RGB value is (73,208,99). Sum of RGB (Red+Green+Blue) = 73+208+99=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 208 (81.64% from 255 or 54.74% from 380); Blue value is 99 (39.06% from 255 or 26.05% from 380); Max value from RGB is 208 - color contains mainly: green. Hex color #49D063 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D063 is #B62F9C. Grayscale: #9B9B9B. Windows color (decimal): -11939741 or 6541385. OLE color: 6541385.
HSL color Cylindrical-coordinate representation of color #49D063: hue angle of 131.56º 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 #49D063 is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 208 | 99 | - |
| CMYK | 0.65 | 0 | 0.52 | 0.18 |
| HSL | 131.56º | 0.59% | 0.55% | - |
| HSV(B) | 131.56º | 0.65% | 0.82% | - |
| XYZ | 27.56 | 47.43 | 19.51 | - |
| YUV | 155.21 | 96.27 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 208 | 99 | 0.65 | 0 | 0.52 | 0.18 | 131.56 | 0.59 | 0.55 |
| Hex | 49 | D0 | 63 | 41 | 0 | 34 | 12 | 84 | 3B | 37 |
| Octal | 111 | 320 | 143 | 101 | 0 | 64 | 22 | 204 | 73 | 67 |
| Binary | 1001001 | 11010000 | 1100011 | 1000001 | 0 | 110100 | 10010 | 10000100 | 111011 | 110111 |
Color Harmonies of #49D063
Complementary color
Monochromatic Colors of #49D063
Black with #49D063
Text Example
Text Example
White with #49D063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D063; }
p { color: rgb(73,208,99); }
H1.HeaderClassName
{
color: #49D063;
}
.AnyTagClassName
{
color: #49D063;
}
</style>
background-color css
<style>
a { background-color: #49D063; }
a { background-color: rgb(73,208,99); }
div.DivClassName
{
background-color: #49D063;
}
.BgClassName
{
background-color: #49D063;
}
</style>
border-color css
<style>
span { border-color: #49D063; }
span { border-color: rgb(73,208,99); }
td.TdClassName
{
border-color: #49D063;
}
.TagClassName
{
border-color: #49D063;
}
</style>