Shades of Emerald #49BF81
Tints of Emerald #49BF81
RGB
CMYK
RGB Variations
Color information
#49BF81 (or 0x49BF81) is known color: Emerald. HEX triplet: 49, BF and 81. RGB value is (73,191,129). Sum of RGB (Red+Green+Blue) = 73+191+129=393 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.58% from 393); Green value is 191 (75% from 255 or 48.60% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BF81 is #B6407E. Grayscale: #949494. Windows color (decimal): -11944063 or 8503113. OLE color: 8503113.
HSL color Cylindrical-coordinate representation of color #49BF81: hue angle of 148.47º 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 #49BF81 is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 191 | 129 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.25 |
| HSL | 148.47º | 0.48% | 0.52% | - |
| HSV(B) | 148.47º | 0.62% | 0.75% | - |
| XYZ | 25.34 | 40.26 | 27.2 | - |
| YUV | 148.65 | 116.91 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 191 | 129 | 0.62 | 0 | 0.32 | 0.25 | 148.47 | 0.48 | 0.52 |
| Hex | 49 | BF | 81 | 3E | 0 | 20 | 19 | 94 | 30 | 34 |
| Octal | 111 | 277 | 201 | 76 | 0 | 40 | 31 | 224 | 60 | 64 |
| Binary | 1001001 | 10111111 | 10000001 | 111110 | 0 | 100000 | 11001 | 10010100 | 110000 | 110100 |
Color Harmonies of #49BF81
Complementary color
Monochromatic Colors of #49BF81
Black with #49BF81
Text Example
Text Example
White with #49BF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BF81; }
p { color: rgb(73,191,129); }
H1.HeaderClassName
{
color: #49BF81;
}
.AnyTagClassName
{
color: #49BF81;
}
</style>
background-color css
<style>
a { background-color: #49BF81; }
a { background-color: rgb(73,191,129); }
div.DivClassName
{
background-color: #49BF81;
}
.BgClassName
{
background-color: #49BF81;
}
</style>
border-color css
<style>
span { border-color: #49BF81; }
span { border-color: rgb(73,191,129); }
td.TdClassName
{
border-color: #49BF81;
}
.TagClassName
{
border-color: #49BF81;
}
</style>