Shades of Emerald #49D659
Tints of Emerald #49D659
RGB
CMYK
RGB Variations
Color information
#49D659 (or 0x49D659) is known color: Emerald. HEX triplet: 49, D6 and 59. RGB value is (73,214,89). Sum of RGB (Red+Green+Blue) = 73+214+89=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 214 (83.98% from 255 or 56.91% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 214 - color contains mainly: green. Hex color #49D659 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D659 is #B629A6. Grayscale: #9D9D9D. Windows color (decimal): -11938215 or 5887561. OLE color: 5887561.
HSL color Cylindrical-coordinate representation of color #49D659: hue angle of 126.81º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D659 is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 214 | 89 | - |
| CMYK | 0.66 | 0 | 0.58 | 0.16 |
| HSL | 126.81º | 0.63% | 0.56% | - |
| HSV(B) | 126.81º | 0.66% | 0.84% | - |
| XYZ | 28.6 | 50.23 | 17.64 | - |
| YUV | 157.59 | 89.29 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 214 | 89 | 0.66 | 0 | 0.58 | 0.16 | 126.81 | 0.63 | 0.56 |
| Hex | 49 | D6 | 59 | 42 | 0 | 3A | 10 | 7F | 3F | 38 |
| Octal | 111 | 326 | 131 | 102 | 0 | 72 | 20 | 177 | 77 | 70 |
| Binary | 1001001 | 11010110 | 1011001 | 1000010 | 0 | 111010 | 10000 | 1111111 | 111111 | 111000 |
Color Harmonies of #49D659
Complementary color
Monochromatic Colors of #49D659
Black with #49D659
Text Example
Text Example
White with #49D659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D659; }
p { color: rgb(73,214,89); }
H1.HeaderClassName
{
color: #49D659;
}
.AnyTagClassName
{
color: #49D659;
}
</style>
background-color css
<style>
a { background-color: #49D659; }
a { background-color: rgb(73,214,89); }
div.DivClassName
{
background-color: #49D659;
}
.BgClassName
{
background-color: #49D659;
}
</style>
border-color css
<style>
span { border-color: #49D659; }
span { border-color: rgb(73,214,89); }
td.TdClassName
{
border-color: #49D659;
}
.TagClassName
{
border-color: #49D659;
}
</style>