Shades of Emerald #49D574
Tints of Emerald #49D574
RGB
CMYK
RGB Variations
Color information
#49D574 (or 0x49D574) is known color: Emerald. HEX triplet: 49, D5 and 74. RGB value is (73,213,116). Sum of RGB (Red+Green+Blue) = 73+213+116=402 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.16% from 402); Green value is 213 (83.59% from 255 or 52.99% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 213 - color contains mainly: green. Hex color #49D574 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D574 is #B62A8B. Grayscale: #A0A0A0. Windows color (decimal): -11938444 or 7656777. OLE color: 7656777.
HSL color Cylindrical-coordinate representation of color #49D574: hue angle of 138.43º 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 #49D574 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 213 | 116 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.16 |
| HSL | 138.43º | 0.63% | 0.56% | - |
| HSV(B) | 138.43º | 0.66% | 0.84% | - |
| XYZ | 29.69 | 50.27 | 24.66 | - |
| YUV | 160.08 | 103.12 | 65.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 213 | 116 | 0.66 | 0 | 0.46 | 0.16 | 138.43 | 0.63 | 0.56 |
| Hex | 49 | D5 | 74 | 42 | 0 | 2E | 10 | 8A | 3E | 38 |
| Octal | 111 | 325 | 164 | 102 | 0 | 56 | 20 | 212 | 76 | 70 |
| Binary | 1001001 | 11010101 | 1110100 | 1000010 | 0 | 101110 | 10000 | 10001010 | 111110 | 111000 |
Color Harmonies of #49D574
Complementary color
Monochromatic Colors of #49D574
Black with #49D574
Text Example
Text Example
White with #49D574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D574; }
p { color: rgb(73,213,116); }
H1.HeaderClassName
{
color: #49D574;
}
.AnyTagClassName
{
color: #49D574;
}
</style>
background-color css
<style>
a { background-color: #49D574; }
a { background-color: rgb(73,213,116); }
div.DivClassName
{
background-color: #49D574;
}
.BgClassName
{
background-color: #49D574;
}
</style>
border-color css
<style>
span { border-color: #49D574; }
span { border-color: rgb(73,213,116); }
td.TdClassName
{
border-color: #49D574;
}
.TagClassName
{
border-color: #49D574;
}
</style>