Shades of Emerald #49E088
Tints of Emerald #49E088
RGB
CMYK
RGB Variations
Color information
#49E088 (or 0x49E088) is known color: Emerald. HEX triplet: 49, E0 and 88. RGB value is (73,224,136). Sum of RGB (Red+Green+Blue) = 73+224+136=433 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.86% from 433); Green value is 224 (87.89% from 255 or 51.73% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 224 - color contains mainly: green. Hex color #49E088 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49E088 is #B61F77. Grayscale: #A9A9A9. Windows color (decimal): -11935608 or 8970313. OLE color: 8970313.
HSL color Cylindrical-coordinate representation of color #49E088: hue angle of 145.03º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49E088 is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 224 | 136 | - |
| CMYK | 0.67 | 0 | 0.39 | 0.12 |
| HSL | 145.03º | 0.71% | 0.58% | - |
| HSV(B) | 145.03º | 0.67% | 0.88% | - |
| XYZ | 33.85 | 56.51 | 32.42 | - |
| YUV | 168.82 | 109.47 | 59.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 224 | 136 | 0.67 | 0 | 0.39 | 0.12 | 145.03 | 0.71 | 0.58 |
| Hex | 49 | E0 | 88 | 43 | 0 | 27 | C | 91 | 47 | 3A |
| Octal | 111 | 340 | 210 | 103 | 0 | 47 | 14 | 221 | 107 | 72 |
| Binary | 1001001 | 11100000 | 10001000 | 1000011 | 0 | 100111 | 1100 | 10010001 | 1000111 | 111010 |
Color Harmonies of #49E088
Complementary color
Monochromatic Colors of #49E088
Black with #49E088
Text Example
Text Example
White with #49E088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E088; }
p { color: rgb(73,224,136); }
H1.HeaderClassName
{
color: #49E088;
}
.AnyTagClassName
{
color: #49E088;
}
</style>
background-color css
<style>
a { background-color: #49E088; }
a { background-color: rgb(73,224,136); }
div.DivClassName
{
background-color: #49E088;
}
.BgClassName
{
background-color: #49E088;
}
</style>
border-color css
<style>
span { border-color: #49E088; }
span { border-color: rgb(73,224,136); }
td.TdClassName
{
border-color: #49E088;
}
.TagClassName
{
border-color: #49E088;
}
</style>