Shades of Emerald #49DF7C
Tints of Emerald #49DF7C
RGB
CMYK
RGB Variations
Color information
#49DF7C (or 0x49DF7C) is known color: Emerald. HEX triplet: 49, DF and 7C. RGB value is (73,223,124). Sum of RGB (Red+Green+Blue) = 73+223+124=420 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.38% from 420); Green value is 223 (87.5% from 255 or 53.10% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 223 - color contains mainly: green. Hex color #49DF7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DF7C is #B62083. Grayscale: #A7A7A7. Windows color (decimal): -11935876 or 8183625. OLE color: 8183625.
HSL color Cylindrical-coordinate representation of color #49DF7C: hue angle of 140.4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DF7C is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 223 | 124 | - |
| CMYK | 0.67 | 0 | 0.44 | 0.13 |
| HSL | 140.4º | 0.7% | 0.58% | - |
| HSV(B) | 140.4º | 0.67% | 0.87% | - |
| XYZ | 32.77 | 55.65 | 28.08 | - |
| YUV | 166.86 | 103.81 | 61.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 223 | 124 | 0.67 | 0 | 0.44 | 0.13 | 140.4 | 0.7 | 0.58 |
| Hex | 49 | DF | 7C | 43 | 0 | 2C | D | 8C | 46 | 3A |
| Octal | 111 | 337 | 174 | 103 | 0 | 54 | 15 | 214 | 106 | 72 |
| Binary | 1001001 | 11011111 | 1111100 | 1000011 | 0 | 101100 | 1101 | 10001100 | 1000110 | 111010 |
Color Harmonies of #49DF7C
Complementary color
Monochromatic Colors of #49DF7C
Black with #49DF7C
Text Example
Text Example
White with #49DF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DF7C; }
p { color: rgb(73,223,124); }
H1.HeaderClassName
{
color: #49DF7C;
}
.AnyTagClassName
{
color: #49DF7C;
}
</style>
background-color css
<style>
a { background-color: #49DF7C; }
a { background-color: rgb(73,223,124); }
div.DivClassName
{
background-color: #49DF7C;
}
.BgClassName
{
background-color: #49DF7C;
}
</style>
border-color css
<style>
span { border-color: #49DF7C; }
span { border-color: rgb(73,223,124); }
td.TdClassName
{
border-color: #49DF7C;
}
.TagClassName
{
border-color: #49DF7C;
}
</style>