Shades of Emerald #49BE70
Tints of Emerald #49BE70
RGB
CMYK
RGB Variations
Color information
#49BE70 (or 0x49BE70) is known color: Emerald. HEX triplet: 49, BE and 70. RGB value is (73,190,112). Sum of RGB (Red+Green+Blue) = 73+190+112=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 190 (74.61% from 255 or 50.67% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 190 - color contains mainly: green. Hex color #49BE70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BE70 is #B6418F. Grayscale: #929292. Windows color (decimal): -11944336 or 7388745. OLE color: 7388745.
HSL color Cylindrical-coordinate representation of color #49BE70: hue angle of 140º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49BE70 is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 190 | 112 | - |
| CMYK | 0.62 | 0 | 0.41 | 0.25 |
| HSL | 140º | 0.47% | 0.52% | - |
| HSV(B) | 140º | 0.62% | 0.75% | - |
| XYZ | 24.09 | 39.41 | 21.67 | - |
| YUV | 146.13 | 108.74 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 190 | 112 | 0.62 | 0 | 0.41 | 0.25 | 140 | 0.47 | 0.52 |
| Hex | 49 | BE | 70 | 3E | 0 | 29 | 19 | 8C | 2F | 34 |
| Octal | 111 | 276 | 160 | 76 | 0 | 51 | 31 | 214 | 57 | 64 |
| Binary | 1001001 | 10111110 | 1110000 | 111110 | 0 | 101001 | 11001 | 10001100 | 101111 | 110100 |
Color Harmonies of #49BE70
Complementary color
Monochromatic Colors of #49BE70
Black with #49BE70
Text Example
Text Example
White with #49BE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BE70; }
p { color: rgb(73,190,112); }
H1.HeaderClassName
{
color: #49BE70;
}
.AnyTagClassName
{
color: #49BE70;
}
</style>
background-color css
<style>
a { background-color: #49BE70; }
a { background-color: rgb(73,190,112); }
div.DivClassName
{
background-color: #49BE70;
}
.BgClassName
{
background-color: #49BE70;
}
</style>
border-color css
<style>
span { border-color: #49BE70; }
span { border-color: rgb(73,190,112); }
td.TdClassName
{
border-color: #49BE70;
}
.TagClassName
{
border-color: #49BE70;
}
</style>