Shades of Emerald #49DA62
Tints of Emerald #49DA62
RGB
CMYK
RGB Variations
Color information
#49DA62 (or 0x49DA62) is known color: Emerald. HEX triplet: 49, DA and 62. RGB value is (73,218,98). Sum of RGB (Red+Green+Blue) = 73+218+98=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 218 (85.55% from 255 or 56.04% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 218 - color contains mainly: green. Hex color #49DA62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DA62 is #B6259D. Grayscale: #A1A1A1. Windows color (decimal): -11937182 or 6478409. OLE color: 6478409.
HSL color Cylindrical-coordinate representation of color #49DA62: hue angle of 130.34º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DA62 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 218 | 98 | - |
| CMYK | 0.67 | 0 | 0.55 | 0.15 |
| HSL | 130.34º | 0.66% | 0.57% | - |
| HSV(B) | 130.34º | 0.67% | 0.85% | - |
| XYZ | 30.02 | 52.44 | 20.1 | - |
| YUV | 160.97 | 92.46 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 218 | 98 | 0.67 | 0 | 0.55 | 0.15 | 130.34 | 0.66 | 0.57 |
| Hex | 49 | DA | 62 | 43 | 0 | 37 | F | 82 | 42 | 39 |
| Octal | 111 | 332 | 142 | 103 | 0 | 67 | 17 | 202 | 102 | 71 |
| Binary | 1001001 | 11011010 | 1100010 | 1000011 | 0 | 110111 | 1111 | 10000010 | 1000010 | 111001 |
Color Harmonies of #49DA62
Complementary color
Monochromatic Colors of #49DA62
Black with #49DA62
Text Example
Text Example
White with #49DA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DA62; }
p { color: rgb(73,218,98); }
H1.HeaderClassName
{
color: #49DA62;
}
.AnyTagClassName
{
color: #49DA62;
}
</style>
background-color css
<style>
a { background-color: #49DA62; }
a { background-color: rgb(73,218,98); }
div.DivClassName
{
background-color: #49DA62;
}
.BgClassName
{
background-color: #49DA62;
}
</style>
border-color css
<style>
span { border-color: #49DA62; }
span { border-color: rgb(73,218,98); }
td.TdClassName
{
border-color: #49DA62;
}
.TagClassName
{
border-color: #49DA62;
}
</style>