Shades of Emerald #49E085
Tints of Emerald #49E085
RGB
CMYK
RGB Variations
Color information
#49E085 (or 0x49E085) is known color: Emerald. HEX triplet: 49, E0 and 85. RGB value is (73,224,133). Sum of RGB (Red+Green+Blue) = 73+224+133=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 224 (87.89% from 255 or 52.09% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 224 - color contains mainly: green. Hex color #49E085 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49E085 is #B61F7A. Grayscale: #A8A8A8. Windows color (decimal): -11935611 or 8773705. OLE color: 8773705.
HSL color Cylindrical-coordinate representation of color #49E085: hue angle of 143.84º 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 #49E085 is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 224 | 133 | - |
| CMYK | 0.67 | 0 | 0.41 | 0.12 |
| HSL | 143.84º | 0.71% | 0.58% | - |
| HSV(B) | 143.84º | 0.67% | 0.88% | - |
| XYZ | 33.64 | 56.42 | 31.31 | - |
| YUV | 168.48 | 107.97 | 59.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 224 | 133 | 0.67 | 0 | 0.41 | 0.12 | 143.84 | 0.71 | 0.58 |
| Hex | 49 | E0 | 85 | 43 | 0 | 29 | C | 90 | 47 | 3A |
| Octal | 111 | 340 | 205 | 103 | 0 | 51 | 14 | 220 | 107 | 72 |
| Binary | 1001001 | 11100000 | 10000101 | 1000011 | 0 | 101001 | 1100 | 10010000 | 1000111 | 111010 |
Color Harmonies of #49E085
Complementary color
Monochromatic Colors of #49E085
Black with #49E085
Text Example
Text Example
White with #49E085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E085; }
p { color: rgb(73,224,133); }
H1.HeaderClassName
{
color: #49E085;
}
.AnyTagClassName
{
color: #49E085;
}
</style>
background-color css
<style>
a { background-color: #49E085; }
a { background-color: rgb(73,224,133); }
div.DivClassName
{
background-color: #49E085;
}
.BgClassName
{
background-color: #49E085;
}
</style>
border-color css
<style>
span { border-color: #49E085; }
span { border-color: rgb(73,224,133); }
td.TdClassName
{
border-color: #49E085;
}
.TagClassName
{
border-color: #49E085;
}
</style>