Shades of Emerald #49DC7E
Tints of Emerald #49DC7E
RGB
CMYK
RGB Variations
Color information
#49DC7E (or 0x49DC7E) is known color: Emerald. HEX triplet: 49, DC and 7E. RGB value is (73,220,126). Sum of RGB (Red+Green+Blue) = 73+220+126=419 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.42% from 419); Green value is 220 (86.33% from 255 or 52.51% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DC7E is #B62381. Grayscale: #A5A5A5. Windows color (decimal): -11936642 or 8313929. OLE color: 8313929.
HSL color Cylindrical-coordinate representation of color #49DC7E: hue angle of 141.63º 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 #49DC7E is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 220 | 126 | - |
| CMYK | 0.67 | 0 | 0.43 | 0.14 |
| HSL | 141.63º | 0.68% | 0.57% | - |
| HSV(B) | 141.63º | 0.67% | 0.86% | - |
| XYZ | 32.11 | 54.11 | 28.49 | - |
| YUV | 165.33 | 105.8 | 62.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 220 | 126 | 0.67 | 0 | 0.43 | 0.14 | 141.63 | 0.68 | 0.57 |
| Hex | 49 | DC | 7E | 43 | 0 | 2B | E | 8E | 44 | 39 |
| Octal | 111 | 334 | 176 | 103 | 0 | 53 | 16 | 216 | 104 | 71 |
| Binary | 1001001 | 11011100 | 1111110 | 1000011 | 0 | 101011 | 1110 | 10001110 | 1000100 | 111001 |
Color Harmonies of #49DC7E
Complementary color
Monochromatic Colors of #49DC7E
Black with #49DC7E
Text Example
Text Example
White with #49DC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DC7E; }
p { color: rgb(73,220,126); }
H1.HeaderClassName
{
color: #49DC7E;
}
.AnyTagClassName
{
color: #49DC7E;
}
</style>
background-color css
<style>
a { background-color: #49DC7E; }
a { background-color: rgb(73,220,126); }
div.DivClassName
{
background-color: #49DC7E;
}
.BgClassName
{
background-color: #49DC7E;
}
</style>
border-color css
<style>
span { border-color: #49DC7E; }
span { border-color: rgb(73,220,126); }
td.TdClassName
{
border-color: #49DC7E;
}
.TagClassName
{
border-color: #49DC7E;
}
</style>