Shades of Emerald #49DC7F
Tints of Emerald #49DC7F
RGB
CMYK
RGB Variations
Color information
#49DC7F (or 0x49DC7F) is known color: Emerald. HEX triplet: 49, DC and 7F. RGB value is (73,220,127). Sum of RGB (Red+Green+Blue) = 73+220+127=420 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.38% from 420); Green value is 220 (86.33% from 255 or 52.38% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DC7F is #B62380. Grayscale: #A5A5A5. Windows color (decimal): -11936641 or 8379465. OLE color: 8379465.
HSL color Cylindrical-coordinate representation of color #49DC7F: hue angle of 142.04º 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 #49DC7F is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 220 | 127 | - |
| CMYK | 0.67 | 0 | 0.42 | 0.14 |
| HSL | 142.04º | 0.68% | 0.57% | - |
| HSV(B) | 142.04º | 0.67% | 0.86% | - |
| XYZ | 32.17 | 54.14 | 28.83 | - |
| YUV | 165.45 | 106.3 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 220 | 127 | 0.67 | 0 | 0.42 | 0.14 | 142.04 | 0.68 | 0.57 |
| Hex | 49 | DC | 7F | 43 | 0 | 2A | E | 8E | 44 | 39 |
| Octal | 111 | 334 | 177 | 103 | 0 | 52 | 16 | 216 | 104 | 71 |
| Binary | 1001001 | 11011100 | 1111111 | 1000011 | 0 | 101010 | 1110 | 10001110 | 1000100 | 111001 |
Color Harmonies of #49DC7F
Complementary color
Monochromatic Colors of #49DC7F
Black with #49DC7F
Text Example
Text Example
White with #49DC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DC7F; }
p { color: rgb(73,220,127); }
H1.HeaderClassName
{
color: #49DC7F;
}
.AnyTagClassName
{
color: #49DC7F;
}
</style>
background-color css
<style>
a { background-color: #49DC7F; }
a { background-color: rgb(73,220,127); }
div.DivClassName
{
background-color: #49DC7F;
}
.BgClassName
{
background-color: #49DC7F;
}
</style>
border-color css
<style>
span { border-color: #49DC7F; }
span { border-color: rgb(73,220,127); }
td.TdClassName
{
border-color: #49DC7F;
}
.TagClassName
{
border-color: #49DC7F;
}
</style>