Shades of Emerald #49E37B
Tints of Emerald #49E37B
RGB
CMYK
RGB Variations
Color information
#49E37B (or 0x49E37B) is known color: Emerald. HEX triplet: 49, E3 and 7B. RGB value is (73,227,123). Sum of RGB (Red+Green+Blue) = 73+227+123=423 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.26% from 423); Green value is 227 (89.06% from 255 or 53.66% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 227 - color contains mainly: green. Hex color #49E37B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49E37B is #B61C84. Grayscale: #A9A9A9. Windows color (decimal): -11934853 or 8119113. OLE color: 8119113.
HSL color Cylindrical-coordinate representation of color #49E37B: hue angle of 139.48º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E37B is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 227 | 123 | - |
| CMYK | 0.68 | 0 | 0.46 | 0.11 |
| HSL | 139.48º | 0.73% | 0.59% | - |
| HSV(B) | 139.48º | 0.68% | 0.89% | - |
| XYZ | 33.79 | 57.78 | 28.11 | - |
| YUV | 169.1 | 101.98 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 227 | 123 | 0.68 | 0 | 0.46 | 0.11 | 139.48 | 0.73 | 0.59 |
| Hex | 49 | E3 | 7B | 44 | 0 | 2E | B | 8B | 49 | 3B |
| Octal | 111 | 343 | 173 | 104 | 0 | 56 | 13 | 213 | 111 | 73 |
| Binary | 1001001 | 11100011 | 1111011 | 1000100 | 0 | 101110 | 1011 | 10001011 | 1001001 | 111011 |
Color Harmonies of #49E37B
Complementary color
Monochromatic Colors of #49E37B
Black with #49E37B
Text Example
Text Example
White with #49E37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E37B; }
p { color: rgb(73,227,123); }
H1.HeaderClassName
{
color: #49E37B;
}
.AnyTagClassName
{
color: #49E37B;
}
</style>
background-color css
<style>
a { background-color: #49E37B; }
a { background-color: rgb(73,227,123); }
div.DivClassName
{
background-color: #49E37B;
}
.BgClassName
{
background-color: #49E37B;
}
</style>
border-color css
<style>
span { border-color: #49E37B; }
span { border-color: rgb(73,227,123); }
td.TdClassName
{
border-color: #49E37B;
}
.TagClassName
{
border-color: #49E37B;
}
</style>