Shades of Emerald #49DA7D
Tints of Emerald #49DA7D
RGB
CMYK
RGB Variations
Color information
#49DA7D (or 0x49DA7D) is known color: Emerald. HEX triplet: 49, DA and 7D. RGB value is (73,218,125). Sum of RGB (Red+Green+Blue) = 73+218+125=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 218 (85.55% from 255 or 52.40% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 218 - color contains mainly: green. Hex color #49DA7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DA7D is #B62582. Grayscale: #A4A4A4. Windows color (decimal): -11937155 or 8247881. OLE color: 8247881.
HSL color Cylindrical-coordinate representation of color #49DA7D: hue angle of 141.52º 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 #49DA7D is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 218 | 125 | - |
| CMYK | 0.67 | 0 | 0.43 | 0.15 |
| HSL | 141.52º | 0.66% | 0.57% | - |
| HSV(B) | 141.52º | 0.67% | 0.85% | - |
| XYZ | 31.52 | 53.04 | 27.98 | - |
| YUV | 164.04 | 105.96 | 63.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 218 | 125 | 0.67 | 0 | 0.43 | 0.15 | 141.52 | 0.66 | 0.57 |
| Hex | 49 | DA | 7D | 43 | 0 | 2B | F | 8E | 42 | 39 |
| Octal | 111 | 332 | 175 | 103 | 0 | 53 | 17 | 216 | 102 | 71 |
| Binary | 1001001 | 11011010 | 1111101 | 1000011 | 0 | 101011 | 1111 | 10001110 | 1000010 | 111001 |
Color Harmonies of #49DA7D
Complementary color
Monochromatic Colors of #49DA7D
Black with #49DA7D
Text Example
Text Example
White with #49DA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DA7D; }
p { color: rgb(73,218,125); }
H1.HeaderClassName
{
color: #49DA7D;
}
.AnyTagClassName
{
color: #49DA7D;
}
</style>
background-color css
<style>
a { background-color: #49DA7D; }
a { background-color: rgb(73,218,125); }
div.DivClassName
{
background-color: #49DA7D;
}
.BgClassName
{
background-color: #49DA7D;
}
</style>
border-color css
<style>
span { border-color: #49DA7D; }
span { border-color: rgb(73,218,125); }
td.TdClassName
{
border-color: #49DA7D;
}
.TagClassName
{
border-color: #49DA7D;
}
</style>