Shades of Emerald #49DA7F
Tints of Emerald #49DA7F
RGB
CMYK
RGB Variations
Color information
#49DA7F (or 0x49DA7F) is known color: Emerald. HEX triplet: 49, DA and 7F. RGB value is (73,218,127). Sum of RGB (Red+Green+Blue) = 73+218+127=418 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.46% from 418); Green value is 218 (85.55% from 255 or 52.15% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 218 - color contains mainly: green. Hex color #49DA7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DA7F is #B62580. Grayscale: #A4A4A4. Windows color (decimal): -11937153 or 8378953. OLE color: 8378953.
HSL color Cylindrical-coordinate representation of color #49DA7F: hue angle of 142.34º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DA7F is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 218 | 127 | - |
| CMYK | 0.67 | 0 | 0.42 | 0.15 |
| HSL | 142.34º | 0.66% | 0.57% | - |
| HSV(B) | 142.34º | 0.67% | 0.85% | - |
| XYZ | 31.65 | 53.09 | 28.66 | - |
| YUV | 164.27 | 106.96 | 62.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 218 | 127 | 0.67 | 0 | 0.42 | 0.15 | 142.34 | 0.66 | 0.57 |
| Hex | 49 | DA | 7F | 43 | 0 | 2A | F | 8E | 42 | 39 |
| Octal | 111 | 332 | 177 | 103 | 0 | 52 | 17 | 216 | 102 | 71 |
| Binary | 1001001 | 11011010 | 1111111 | 1000011 | 0 | 101010 | 1111 | 10001110 | 1000010 | 111001 |
Color Harmonies of #49DA7F
Complementary color
Monochromatic Colors of #49DA7F
Black with #49DA7F
Text Example
Text Example
White with #49DA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DA7F; }
p { color: rgb(73,218,127); }
H1.HeaderClassName
{
color: #49DA7F;
}
.AnyTagClassName
{
color: #49DA7F;
}
</style>
background-color css
<style>
a { background-color: #49DA7F; }
a { background-color: rgb(73,218,127); }
div.DivClassName
{
background-color: #49DA7F;
}
.BgClassName
{
background-color: #49DA7F;
}
</style>
border-color css
<style>
span { border-color: #49DA7F; }
span { border-color: rgb(73,218,127); }
td.TdClassName
{
border-color: #49DA7F;
}
.TagClassName
{
border-color: #49DA7F;
}
</style>