Shades of Emerald #49DF59
Tints of Emerald #49DF59
RGB
CMYK
RGB Variations
Color information
#49DF59 (or 0x49DF59) is known color: Emerald. HEX triplet: 49, DF and 59. RGB value is (73,223,89). Sum of RGB (Red+Green+Blue) = 73+223+89=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 223 (87.5% from 255 or 57.92% from 385); Blue value is 89 (35.16% from 255 or 23.12% from 385); Max value from RGB is 223 - color contains mainly: green. Hex color #49DF59 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DF59 is #B620A6. Grayscale: #A3A3A3. Windows color (decimal): -11935911 or 5889865. OLE color: 5889865.
HSL color Cylindrical-coordinate representation of color #49DF59: hue angle of 126.4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DF59 is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 223 | 89 | - |
| CMYK | 0.67 | 0 | 0.60 | 0.13 |
| HSL | 126.4º | 0.7% | 0.58% | - |
| HSV(B) | 126.4º | 0.67% | 0.87% | - |
| XYZ | 30.94 | 54.91 | 18.42 | - |
| YUV | 162.87 | 86.31 | 63.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 223 | 89 | 0.67 | 0 | 0.60 | 0.13 | 126.4 | 0.7 | 0.58 |
| Hex | 49 | DF | 59 | 43 | 0 | 3C | D | 7E | 46 | 3A |
| Octal | 111 | 337 | 131 | 103 | 0 | 74 | 15 | 176 | 106 | 72 |
| Binary | 1001001 | 11011111 | 1011001 | 1000011 | 0 | 111100 | 1101 | 1111110 | 1000110 | 111010 |
Color Harmonies of #49DF59
Complementary color
Monochromatic Colors of #49DF59
Black with #49DF59
Text Example
Text Example
White with #49DF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DF59; }
p { color: rgb(73,223,89); }
H1.HeaderClassName
{
color: #49DF59;
}
.AnyTagClassName
{
color: #49DF59;
}
</style>
background-color css
<style>
a { background-color: #49DF59; }
a { background-color: rgb(73,223,89); }
div.DivClassName
{
background-color: #49DF59;
}
.BgClassName
{
background-color: #49DF59;
}
</style>
border-color css
<style>
span { border-color: #49DF59; }
span { border-color: rgb(73,223,89); }
td.TdClassName
{
border-color: #49DF59;
}
.TagClassName
{
border-color: #49DF59;
}
</style>