Shades of Emerald #49CE7F
Tints of Emerald #49CE7F
RGB
CMYK
RGB Variations
Color information
#49CE7F (or 0x49CE7F) is known color: Emerald. HEX triplet: 49, CE and 7F. RGB value is (73,206,127). Sum of RGB (Red+Green+Blue) = 73+206+127=406 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.98% from 406); Green value is 206 (80.86% from 255 or 50.74% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 206 - color contains mainly: green. Hex color #49CE7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CE7F is #B63180. Grayscale: #9D9D9D. Windows color (decimal): -11940225 or 8375881. OLE color: 8375881.
HSL color Cylindrical-coordinate representation of color #49CE7F: hue angle of 144.36º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CE7F is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 206 | 127 | - |
| CMYK | 0.65 | 0 | 0.38 | 0.19 |
| HSL | 144.36º | 0.58% | 0.55% | - |
| HSV(B) | 144.36º | 0.65% | 0.81% | - |
| XYZ | 28.65 | 47.09 | 27.66 | - |
| YUV | 157.23 | 110.94 | 67.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 127 | 0.65 | 0 | 0.38 | 0.19 | 144.36 | 0.58 | 0.55 |
| Hex | 49 | CE | 7F | 41 | 0 | 26 | 13 | 90 | 3A | 37 |
| Octal | 111 | 316 | 177 | 101 | 0 | 46 | 23 | 220 | 72 | 67 |
| Binary | 1001001 | 11001110 | 1111111 | 1000001 | 0 | 100110 | 10011 | 10010000 | 111010 | 110111 |
Color Harmonies of #49CE7F
Complementary color
Monochromatic Colors of #49CE7F
Black with #49CE7F
Text Example
Text Example
White with #49CE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CE7F; }
p { color: rgb(73,206,127); }
H1.HeaderClassName
{
color: #49CE7F;
}
.AnyTagClassName
{
color: #49CE7F;
}
</style>
background-color css
<style>
a { background-color: #49CE7F; }
a { background-color: rgb(73,206,127); }
div.DivClassName
{
background-color: #49CE7F;
}
.BgClassName
{
background-color: #49CE7F;
}
</style>
border-color css
<style>
span { border-color: #49CE7F; }
span { border-color: rgb(73,206,127); }
td.TdClassName
{
border-color: #49CE7F;
}
.TagClassName
{
border-color: #49CE7F;
}
</style>