Shades of Emerald #49D573
Tints of Emerald #49D573
RGB
CMYK
RGB Variations
Color information
#49D573 (or 0x49D573) is known color: Emerald. HEX triplet: 49, D5 and 73. RGB value is (73,213,115). Sum of RGB (Red+Green+Blue) = 73+213+115=401 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.20% from 401); Green value is 213 (83.59% from 255 or 53.12% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 213 - color contains mainly: green. Hex color #49D573 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D573 is #B62A8C. Grayscale: #A0A0A0. Windows color (decimal): -11938445 or 7591241. OLE color: 7591241.
HSL color Cylindrical-coordinate representation of color #49D573: hue angle of 138º 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 #49D573 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 213 | 115 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.16 |
| HSL | 138º | 0.63% | 0.56% | - |
| HSV(B) | 138º | 0.66% | 0.84% | - |
| XYZ | 29.64 | 50.24 | 24.36 | - |
| YUV | 159.97 | 102.62 | 65.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 213 | 115 | 0.66 | 0 | 0.46 | 0.16 | 138 | 0.63 | 0.56 |
| Hex | 49 | D5 | 73 | 42 | 0 | 2E | 10 | 8A | 3E | 38 |
| Octal | 111 | 325 | 163 | 102 | 0 | 56 | 20 | 212 | 76 | 70 |
| Binary | 1001001 | 11010101 | 1110011 | 1000010 | 0 | 101110 | 10000 | 10001010 | 111110 | 111000 |
Color Harmonies of #49D573
Complementary color
Monochromatic Colors of #49D573
Black with #49D573
Text Example
Text Example
White with #49D573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D573; }
p { color: rgb(73,213,115); }
H1.HeaderClassName
{
color: #49D573;
}
.AnyTagClassName
{
color: #49D573;
}
</style>
background-color css
<style>
a { background-color: #49D573; }
a { background-color: rgb(73,213,115); }
div.DivClassName
{
background-color: #49D573;
}
.BgClassName
{
background-color: #49D573;
}
</style>
border-color css
<style>
span { border-color: #49D573; }
span { border-color: rgb(73,213,115); }
td.TdClassName
{
border-color: #49D573;
}
.TagClassName
{
border-color: #49D573;
}
</style>