Shades of Emerald #49E58B
Tints of Emerald #49E58B
RGB
CMYK
RGB Variations
Color information
#49E58B (or 0x49E58B) is known color: Emerald. HEX triplet: 49, E5 and 8B. RGB value is (73,229,139). Sum of RGB (Red+Green+Blue) = 73+229+139=441 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.55% from 441); Green value is 229 (89.84% from 255 or 51.93% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 229 - color contains mainly: green. Hex color #49E58B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49E58B is #B61A74. Grayscale: #ACACAC. Windows color (decimal): -11934325 or 9168201. OLE color: 9168201.
HSL color Cylindrical-coordinate representation of color #49E58B: hue angle of 145.38º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E58B is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 73 | 229 | 139 | - |
| CMYK | 0.68 | 0 | 0.39 | 0.10 |
| HSL | 145.38º | 0.75% | 0.59% | - |
| HSV(B) | 145.38º | 0.68% | 0.9% | - |
| XYZ | 35.43 | 59.32 | 34.01 | - |
| YUV | 172.1 | 109.32 | 57.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 229 | 139 | 0.68 | 0 | 0.39 | 0.10 | 145.38 | 0.75 | 0.59 |
| Hex | 49 | E5 | 8B | 44 | 0 | 27 | A | 91 | 4B | 3B |
| Octal | 111 | 345 | 213 | 104 | 0 | 47 | 12 | 221 | 113 | 73 |
| Binary | 1001001 | 11100101 | 10001011 | 1000100 | 0 | 100111 | 1010 | 10010001 | 1001011 | 111011 |
Color Harmonies of #49E58B
Complementary color
Monochromatic Colors of #49E58B
Black with #49E58B
Text Example
Text Example
White with #49E58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E58B; }
p { color: rgb(73,229,139); }
H1.HeaderClassName
{
color: #49E58B;
}
.AnyTagClassName
{
color: #49E58B;
}
</style>
background-color css
<style>
a { background-color: #49E58B; }
a { background-color: rgb(73,229,139); }
div.DivClassName
{
background-color: #49E58B;
}
.BgClassName
{
background-color: #49E58B;
}
</style>
border-color css
<style>
span { border-color: #49E58B; }
span { border-color: rgb(73,229,139); }
td.TdClassName
{
border-color: #49E58B;
}
.TagClassName
{
border-color: #49E58B;
}
</style>