Shades of Emerald #49BF70
Tints of Emerald #49BF70
RGB
CMYK
RGB Variations
Color information
#49BF70 (or 0x49BF70) is known color: Emerald. HEX triplet: 49, BF and 70. RGB value is (73,191,112). Sum of RGB (Red+Green+Blue) = 73+191+112=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 191 (75% from 255 or 50.80% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BF70 is #B6408F. Grayscale: #929292. Windows color (decimal): -11944080 or 7389001. OLE color: 7389001.
HSL color Cylindrical-coordinate representation of color #49BF70: hue angle of 139.83º degrees, saturation: 0.48, 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 #49BF70 is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 191 | 112 | - |
| CMYK | 0.62 | 0 | 0.41 | 0.25 |
| HSL | 139.83º | 0.48% | 0.52% | - |
| HSV(B) | 139.83º | 0.62% | 0.75% | - |
| XYZ | 24.3 | 39.85 | 21.74 | - |
| YUV | 146.71 | 108.41 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 191 | 112 | 0.62 | 0 | 0.41 | 0.25 | 139.83 | 0.48 | 0.52 |
| Hex | 49 | BF | 70 | 3E | 0 | 29 | 19 | 8C | 30 | 34 |
| Octal | 111 | 277 | 160 | 76 | 0 | 51 | 31 | 214 | 60 | 64 |
| Binary | 1001001 | 10111111 | 1110000 | 111110 | 0 | 101001 | 11001 | 10001100 | 110000 | 110100 |
Color Harmonies of #49BF70
Complementary color
Monochromatic Colors of #49BF70
Black with #49BF70
Text Example
Text Example
White with #49BF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BF70; }
p { color: rgb(73,191,112); }
H1.HeaderClassName
{
color: #49BF70;
}
.AnyTagClassName
{
color: #49BF70;
}
</style>
background-color css
<style>
a { background-color: #49BF70; }
a { background-color: rgb(73,191,112); }
div.DivClassName
{
background-color: #49BF70;
}
.BgClassName
{
background-color: #49BF70;
}
</style>
border-color css
<style>
span { border-color: #49BF70; }
span { border-color: rgb(73,191,112); }
td.TdClassName
{
border-color: #49BF70;
}
.TagClassName
{
border-color: #49BF70;
}
</style>