Shades of Emerald #49DC7D
Tints of Emerald #49DC7D
RGB
CMYK
RGB Variations
Color information
#49DC7D (or 0x49DC7D) is known color: Emerald. HEX triplet: 49, DC and 7D. RGB value is (73,220,125). Sum of RGB (Red+Green+Blue) = 73+220+125=418 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.46% from 418); Green value is 220 (86.33% from 255 or 52.63% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DC7D is #B62382. Grayscale: #A5A5A5. Windows color (decimal): -11936643 or 8248393. OLE color: 8248393.
HSL color Cylindrical-coordinate representation of color #49DC7D: hue angle of 141.22º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DC7D is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 220 | 125 | - |
| CMYK | 0.67 | 0 | 0.43 | 0.14 |
| HSL | 141.22º | 0.68% | 0.57% | - |
| HSV(B) | 141.22º | 0.67% | 0.86% | - |
| XYZ | 32.04 | 54.08 | 28.15 | - |
| YUV | 165.22 | 105.3 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 220 | 125 | 0.67 | 0 | 0.43 | 0.14 | 141.22 | 0.68 | 0.57 |
| Hex | 49 | DC | 7D | 43 | 0 | 2B | E | 8D | 44 | 39 |
| Octal | 111 | 334 | 175 | 103 | 0 | 53 | 16 | 215 | 104 | 71 |
| Binary | 1001001 | 11011100 | 1111101 | 1000011 | 0 | 101011 | 1110 | 10001101 | 1000100 | 111001 |
Color Harmonies of #49DC7D
Complementary color
Monochromatic Colors of #49DC7D
Black with #49DC7D
Text Example
Text Example
White with #49DC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DC7D; }
p { color: rgb(73,220,125); }
H1.HeaderClassName
{
color: #49DC7D;
}
.AnyTagClassName
{
color: #49DC7D;
}
</style>
background-color css
<style>
a { background-color: #49DC7D; }
a { background-color: rgb(73,220,125); }
div.DivClassName
{
background-color: #49DC7D;
}
.BgClassName
{
background-color: #49DC7D;
}
</style>
border-color css
<style>
span { border-color: #49DC7D; }
span { border-color: rgb(73,220,125); }
td.TdClassName
{
border-color: #49DC7D;
}
.TagClassName
{
border-color: #49DC7D;
}
</style>