Shades of Emerald #49D07F
Tints of Emerald #49D07F
RGB
CMYK
RGB Variations
Color information
#49D07F (or 0x49D07F) is known color: Emerald. HEX triplet: 49, D0 and 7F. RGB value is (73,208,127). Sum of RGB (Red+Green+Blue) = 73+208+127=408 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.89% from 408); Green value is 208 (81.64% from 255 or 50.98% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 208 - color contains mainly: green. Hex color #49D07F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D07F is #B62F80. Grayscale: #9E9E9E. Windows color (decimal): -11939713 or 8376393. OLE color: 8376393.
HSL color Cylindrical-coordinate representation of color #49D07F: hue angle of 144º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D07F is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 208 | 127 | - |
| CMYK | 0.65 | 0 | 0.39 | 0.18 |
| HSL | 144º | 0.59% | 0.55% | - |
| HSV(B) | 144º | 0.65% | 0.82% | - |
| XYZ | 29.13 | 48.06 | 27.82 | - |
| YUV | 158.4 | 110.27 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 208 | 127 | 0.65 | 0 | 0.39 | 0.18 | 144 | 0.59 | 0.55 |
| Hex | 49 | D0 | 7F | 41 | 0 | 27 | 12 | 90 | 3B | 37 |
| Octal | 111 | 320 | 177 | 101 | 0 | 47 | 22 | 220 | 73 | 67 |
| Binary | 1001001 | 11010000 | 1111111 | 1000001 | 0 | 100111 | 10010 | 10010000 | 111011 | 110111 |
Color Harmonies of #49D07F
Complementary color
Monochromatic Colors of #49D07F
Black with #49D07F
Text Example
Text Example
White with #49D07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D07F; }
p { color: rgb(73,208,127); }
H1.HeaderClassName
{
color: #49D07F;
}
.AnyTagClassName
{
color: #49D07F;
}
</style>
background-color css
<style>
a { background-color: #49D07F; }
a { background-color: rgb(73,208,127); }
div.DivClassName
{
background-color: #49D07F;
}
.BgClassName
{
background-color: #49D07F;
}
</style>
border-color css
<style>
span { border-color: #49D07F; }
span { border-color: rgb(73,208,127); }
td.TdClassName
{
border-color: #49D07F;
}
.TagClassName
{
border-color: #49D07F;
}
</style>