Shades of Emerald #49E97C
Tints of Emerald #49E97C
RGB
CMYK
RGB Variations
Color information
#49E97C (or 0x49E97C) is known color: Emerald. HEX triplet: 49, E9 and 7C. RGB value is (73,233,124). Sum of RGB (Red+Green+Blue) = 73+233+124=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 233 (91.41% from 255 or 54.19% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 233 - color contains mainly: green. Hex color #49E97C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49E97C is #B61683. Grayscale: #ADADAD. Windows color (decimal): -11933316 or 8186185. OLE color: 8186185.
HSL color Cylindrical-coordinate representation of color #49E97C: hue angle of 139.12º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49E97C is Cyan = 0.69, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 233 | 124 | - |
| CMYK | 0.69 | 0 | 0.47 | 0.09 |
| HSL | 139.13º | 0.78% | 0.6% | - |
| HSV(B) | 139.13º | 0.69% | 0.91% | - |
| XYZ | 35.52 | 61.15 | 29 | - |
| YUV | 172.73 | 100.49 | 56.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 233 | 124 | 0.69 | 0 | 0.47 | 0.09 | 139.13 | 0.78 | 0.6 |
| Hex | 49 | E9 | 7C | 45 | 0 | 2F | 9 | 8B | 4E | 3C |
| Octal | 111 | 351 | 174 | 105 | 0 | 57 | 11 | 213 | 116 | 74 |
| Binary | 1001001 | 11101001 | 1111100 | 1000101 | 0 | 101111 | 1001 | 10001011 | 1001110 | 111100 |
Color Harmonies of #49E97C
Complementary color
Monochromatic Colors of #49E97C
Black with #49E97C
Text Example
Text Example
White with #49E97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E97C; }
p { color: rgb(73,233,124); }
H1.HeaderClassName
{
color: #49E97C;
}
.AnyTagClassName
{
color: #49E97C;
}
</style>
background-color css
<style>
a { background-color: #49E97C; }
a { background-color: rgb(73,233,124); }
div.DivClassName
{
background-color: #49E97C;
}
.BgClassName
{
background-color: #49E97C;
}
</style>
border-color css
<style>
span { border-color: #49E97C; }
span { border-color: rgb(73,233,124); }
td.TdClassName
{
border-color: #49E97C;
}
.TagClassName
{
border-color: #49E97C;
}
</style>