Shades of Emerald #49D774
Tints of Emerald #49D774
RGB
CMYK
RGB Variations
Color information
#49D774 (or 0x49D774) is known color: Emerald. HEX triplet: 49, D7 and 74. RGB value is (73,215,116). Sum of RGB (Red+Green+Blue) = 73+215+116=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 215 (84.38% from 255 or 53.22% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 215 - color contains mainly: green. Hex color #49D774 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D774 is #B6288B. Grayscale: #A1A1A1. Windows color (decimal): -11937932 or 7657289. OLE color: 7657289.
HSL color Cylindrical-coordinate representation of color #49D774: hue angle of 138.17º degrees, saturation: 0.64, 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 #49D774 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 215 | 116 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.16 |
| HSL | 138.17º | 0.64% | 0.56% | - |
| HSV(B) | 138.17º | 0.66% | 0.84% | - |
| XYZ | 30.2 | 51.28 | 24.83 | - |
| YUV | 161.26 | 102.46 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 215 | 116 | 0.66 | 0 | 0.46 | 0.16 | 138.17 | 0.64 | 0.56 |
| Hex | 49 | D7 | 74 | 42 | 0 | 2E | 10 | 8A | 40 | 38 |
| Octal | 111 | 327 | 164 | 102 | 0 | 56 | 20 | 212 | 100 | 70 |
| Binary | 1001001 | 11010111 | 1110100 | 1000010 | 0 | 101110 | 10000 | 10001010 | 1000000 | 111000 |
Color Harmonies of #49D774
Complementary color
Monochromatic Colors of #49D774
Black with #49D774
Text Example
Text Example
White with #49D774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D774; }
p { color: rgb(73,215,116); }
H1.HeaderClassName
{
color: #49D774;
}
.AnyTagClassName
{
color: #49D774;
}
</style>
background-color css
<style>
a { background-color: #49D774; }
a { background-color: rgb(73,215,116); }
div.DivClassName
{
background-color: #49D774;
}
.BgClassName
{
background-color: #49D774;
}
</style>
border-color css
<style>
span { border-color: #49D774; }
span { border-color: rgb(73,215,116); }
td.TdClassName
{
border-color: #49D774;
}
.TagClassName
{
border-color: #49D774;
}
</style>