Shades of Emerald #49EB8F
Tints of Emerald #49EB8F
RGB
CMYK
RGB Variations
Color information
#49EB8F (or 0x49EB8F) is known color: Emerald. HEX triplet: 49, EB and 8F. RGB value is (73,235,143). Sum of RGB (Red+Green+Blue) = 73+235+143=451 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.19% from 451); Green value is 235 (92.19% from 255 or 52.11% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 235 - color contains mainly: green. Hex color #49EB8F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EB8F is #B61470. Grayscale: #B0B0B0. Windows color (decimal): -11932785 or 9431881. OLE color: 9431881.
HSL color Cylindrical-coordinate representation of color #49EB8F: hue angle of 145.93º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EB8F is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 235 | 143 | - |
| CMYK | 0.69 | 0 | 0.39 | 0.08 |
| HSL | 145.93º | 0.8% | 0.6% | - |
| HSV(B) | 145.93º | 0.69% | 0.92% | - |
| XYZ | 37.41 | 62.82 | 36.14 | - |
| YUV | 176.07 | 109.33 | 54.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 235 | 143 | 0.69 | 0 | 0.39 | 0.08 | 145.93 | 0.8 | 0.6 |
| Hex | 49 | EB | 8F | 45 | 0 | 27 | 8 | 92 | 50 | 3C |
| Octal | 111 | 353 | 217 | 105 | 0 | 47 | 10 | 222 | 120 | 74 |
| Binary | 1001001 | 11101011 | 10001111 | 1000101 | 0 | 100111 | 1000 | 10010010 | 1010000 | 111100 |
Color Harmonies of #49EB8F
Complementary color
Monochromatic Colors of #49EB8F
Black with #49EB8F
Text Example
Text Example
White with #49EB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EB8F; }
p { color: rgb(73,235,143); }
H1.HeaderClassName
{
color: #49EB8F;
}
.AnyTagClassName
{
color: #49EB8F;
}
</style>
background-color css
<style>
a { background-color: #49EB8F; }
a { background-color: rgb(73,235,143); }
div.DivClassName
{
background-color: #49EB8F;
}
.BgClassName
{
background-color: #49EB8F;
}
</style>
border-color css
<style>
span { border-color: #49EB8F; }
span { border-color: rgb(73,235,143); }
td.TdClassName
{
border-color: #49EB8F;
}
.TagClassName
{
border-color: #49EB8F;
}
</style>