Shades of Emerald #49FB89
Tints of Emerald #49FB89
RGB
CMYK
RGB Variations
Color information
#49FB89 (or 0x49FB89) is known color: Emerald. HEX triplet: 49, FB and 89. RGB value is (73,251,137). Sum of RGB (Red+Green+Blue) = 73+251+137=461 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.84% from 461); Green value is 251 (98.44% from 255 or 54.45% from 461); Blue value is 137 (53.91% from 255 or 29.72% from 461); Max value from RGB is 251 - color contains mainly: green. Hex color #49FB89 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FB89 is #B60476. Grayscale: #B9B9B9. Windows color (decimal): -11928695 or 9042761. OLE color: 9042761.
HSL color Cylindrical-coordinate representation of color #49FB89: hue angle of 141.57º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FB89 is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 251 | 137 | - |
| CMYK | 0.71 | 0 | 0.45 | 0.02 |
| HSL | 141.57º | 0.96% | 0.64% | - |
| HSV(B) | 141.57º | 0.71% | 0.98% | - |
| XYZ | 41.76 | 72.22 | 35.41 | - |
| YUV | 184.78 | 101.03 | 48.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 251 | 137 | 0.71 | 0 | 0.45 | 0.02 | 141.57 | 0.96 | 0.64 |
| Hex | 49 | FB | 89 | 47 | 0 | 2D | 2 | 8E | 60 | 40 |
| Octal | 111 | 373 | 211 | 107 | 0 | 55 | 2 | 216 | 140 | 100 |
| Binary | 1001001 | 11111011 | 10001001 | 1000111 | 0 | 101101 | 10 | 10001110 | 1100000 | 1000000 |
Color Harmonies of #49FB89
Complementary color
Monochromatic Colors of #49FB89
Black with #49FB89
Text Example
Text Example
White with #49FB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FB89; }
p { color: rgb(73,251,137); }
H1.HeaderClassName
{
color: #49FB89;
}
.AnyTagClassName
{
color: #49FB89;
}
</style>
background-color css
<style>
a { background-color: #49FB89; }
a { background-color: rgb(73,251,137); }
div.DivClassName
{
background-color: #49FB89;
}
.BgClassName
{
background-color: #49FB89;
}
</style>
border-color css
<style>
span { border-color: #49FB89; }
span { border-color: rgb(73,251,137); }
td.TdClassName
{
border-color: #49FB89;
}
.TagClassName
{
border-color: #49FB89;
}
</style>