Shades of Emerald #49F289
Tints of Emerald #49F289
RGB
CMYK
RGB Variations
Color information
#49F289 (or 0x49F289) is known color: Emerald. HEX triplet: 49, F2 and 89. RGB value is (73,242,137). Sum of RGB (Red+Green+Blue) = 73+242+137=452 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.15% from 452); Green value is 242 (94.92% from 255 or 53.54% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 242 - color contains mainly: green. Hex color #49F289 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F289 is #B60D76. Grayscale: #B3B3B3. Windows color (decimal): -11930999 or 9040457. OLE color: 9040457.
HSL color Cylindrical-coordinate representation of color #49F289: hue angle of 142.72º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F289 is Cyan = 0.70, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 242 | 137 | - |
| CMYK | 0.70 | 0 | 0.43 | 0.05 |
| HSL | 142.72º | 0.87% | 0.62% | - |
| HSV(B) | 142.72º | 0.7% | 0.95% | - |
| XYZ | 39.02 | 66.73 | 34.49 | - |
| YUV | 179.5 | 104.01 | 52.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 242 | 137 | 0.70 | 0 | 0.43 | 0.05 | 142.72 | 0.87 | 0.62 |
| Hex | 49 | F2 | 89 | 46 | 0 | 2B | 5 | 8F | 57 | 3E |
| Octal | 111 | 362 | 211 | 106 | 0 | 53 | 5 | 217 | 127 | 76 |
| Binary | 1001001 | 11110010 | 10001001 | 1000110 | 0 | 101011 | 101 | 10001111 | 1010111 | 111110 |
Color Harmonies of #49F289
Complementary color
Monochromatic Colors of #49F289
Black with #49F289
Text Example
Text Example
White with #49F289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F289; }
p { color: rgb(73,242,137); }
H1.HeaderClassName
{
color: #49F289;
}
.AnyTagClassName
{
color: #49F289;
}
</style>
background-color css
<style>
a { background-color: #49F289; }
a { background-color: rgb(73,242,137); }
div.DivClassName
{
background-color: #49F289;
}
.BgClassName
{
background-color: #49F289;
}
</style>
border-color css
<style>
span { border-color: #49F289; }
span { border-color: rgb(73,242,137); }
td.TdClassName
{
border-color: #49F289;
}
.TagClassName
{
border-color: #49F289;
}
</style>