Shades of Emerald #49BE7D
Tints of Emerald #49BE7D
RGB
CMYK
RGB Variations
Color information
#49BE7D (or 0x49BE7D) is known color: Emerald. HEX triplet: 49, BE and 7D. RGB value is (73,190,125). Sum of RGB (Red+Green+Blue) = 73+190+125=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 190 (74.61% from 255 or 48.97% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 190 - color contains mainly: green. Hex color #49BE7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BE7D is #B64182. Grayscale: #939393. Windows color (decimal): -11944323 or 8240713. OLE color: 8240713.
HSL color Cylindrical-coordinate representation of color #49BE7D: hue angle of 146.67º 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 #49BE7D is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 190 | 125 | - |
| CMYK | 0.62 | 0 | 0.34 | 0.25 |
| HSL | 146.67º | 0.47% | 0.52% | - |
| HSV(B) | 146.67º | 0.62% | 0.75% | - |
| XYZ | 24.86 | 39.72 | 25.76 | - |
| YUV | 147.61 | 115.24 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 190 | 125 | 0.62 | 0 | 0.34 | 0.25 | 146.67 | 0.47 | 0.52 |
| Hex | 49 | BE | 7D | 3E | 0 | 22 | 19 | 93 | 2F | 34 |
| Octal | 111 | 276 | 175 | 76 | 0 | 42 | 31 | 223 | 57 | 64 |
| Binary | 1001001 | 10111110 | 1111101 | 111110 | 0 | 100010 | 11001 | 10010011 | 101111 | 110100 |
Color Harmonies of #49BE7D
Complementary color
Monochromatic Colors of #49BE7D
Black with #49BE7D
Text Example
Text Example
White with #49BE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BE7D; }
p { color: rgb(73,190,125); }
H1.HeaderClassName
{
color: #49BE7D;
}
.AnyTagClassName
{
color: #49BE7D;
}
</style>
background-color css
<style>
a { background-color: #49BE7D; }
a { background-color: rgb(73,190,125); }
div.DivClassName
{
background-color: #49BE7D;
}
.BgClassName
{
background-color: #49BE7D;
}
</style>
border-color css
<style>
span { border-color: #49BE7D; }
span { border-color: rgb(73,190,125); }
td.TdClassName
{
border-color: #49BE7D;
}
.TagClassName
{
border-color: #49BE7D;
}
</style>