Shades of Emerald #49D575
Tints of Emerald #49D575
RGB
CMYK
RGB Variations
Color information
#49D575 (or 0x49D575) is known color: Emerald. HEX triplet: 49, D5 and 75. RGB value is (73,213,117). Sum of RGB (Red+Green+Blue) = 73+213+117=403 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.11% from 403); Green value is 213 (83.59% from 255 or 52.85% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 213 - color contains mainly: green. Hex color #49D575 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D575 is #B62A8A. Grayscale: #A0A0A0. Windows color (decimal): -11938443 or 7722313. OLE color: 7722313.
HSL color Cylindrical-coordinate representation of color #49D575: hue angle of 138.86º degrees, saturation: 0.62, 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 #49D575 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 213 | 117 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.16 |
| HSL | 138.86º | 0.63% | 0.56% | - |
| HSV(B) | 138.86º | 0.66% | 0.84% | - |
| XYZ | 29.75 | 50.29 | 24.97 | - |
| YUV | 160.2 | 103.62 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 213 | 117 | 0.66 | 0 | 0.45 | 0.16 | 138.86 | 0.63 | 0.56 |
| Hex | 49 | D5 | 75 | 42 | 0 | 2D | 10 | 8B | 3E | 38 |
| Octal | 111 | 325 | 165 | 102 | 0 | 55 | 20 | 213 | 76 | 70 |
| Binary | 1001001 | 11010101 | 1110101 | 1000010 | 0 | 101101 | 10000 | 10001011 | 111110 | 111000 |
Color Harmonies of #49D575
Complementary color
Monochromatic Colors of #49D575
Black with #49D575
Text Example
Text Example
White with #49D575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D575; }
p { color: rgb(73,213,117); }
H1.HeaderClassName
{
color: #49D575;
}
.AnyTagClassName
{
color: #49D575;
}
</style>
background-color css
<style>
a { background-color: #49D575; }
a { background-color: rgb(73,213,117); }
div.DivClassName
{
background-color: #49D575;
}
.BgClassName
{
background-color: #49D575;
}
</style>
border-color css
<style>
span { border-color: #49D575; }
span { border-color: rgb(73,213,117); }
td.TdClassName
{
border-color: #49D575;
}
.TagClassName
{
border-color: #49D575;
}
</style>