Shades of Emerald #49F590
Tints of Emerald #49F590
RGB
CMYK
RGB Variations
Color information
#49F590 (or 0x49F590) is known color: Emerald. HEX triplet: 49, F5 and 90. RGB value is (73,245,144). Sum of RGB (Red+Green+Blue) = 73+245+144=462 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.80% from 462); Green value is 245 (96.09% from 255 or 53.03% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 245 - color contains mainly: green. Hex color #49F590 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F590 is #B60A6F. Grayscale: #B6B6B6. Windows color (decimal): -11930224 or 9499977. OLE color: 9499977.
HSL color Cylindrical-coordinate representation of color #49F590: hue angle of 144.77º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F590 is Cyan = 0.70, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 245 | 144 | - |
| CMYK | 0.70 | 0 | 0.41 | 0.04 |
| HSL | 144.77º | 0.9% | 0.62% | - |
| HSV(B) | 144.77º | 0.7% | 0.96% | - |
| XYZ | 40.43 | 68.73 | 37.52 | - |
| YUV | 182.06 | 106.52 | 50.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 245 | 144 | 0.70 | 0 | 0.41 | 0.04 | 144.77 | 0.9 | 0.62 |
| Hex | 49 | F5 | 90 | 46 | 0 | 29 | 4 | 91 | 5A | 3E |
| Octal | 111 | 365 | 220 | 106 | 0 | 51 | 4 | 221 | 132 | 76 |
| Binary | 1001001 | 11110101 | 10010000 | 1000110 | 0 | 101001 | 100 | 10010001 | 1011010 | 111110 |
Color Harmonies of #49F590
Complementary color
Monochromatic Colors of #49F590
Black with #49F590
Text Example
Text Example
White with #49F590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F590; }
p { color: rgb(73,245,144); }
H1.HeaderClassName
{
color: #49F590;
}
.AnyTagClassName
{
color: #49F590;
}
</style>
background-color css
<style>
a { background-color: #49F590; }
a { background-color: rgb(73,245,144); }
div.DivClassName
{
background-color: #49F590;
}
.BgClassName
{
background-color: #49F590;
}
</style>
border-color css
<style>
span { border-color: #49F590; }
span { border-color: rgb(73,245,144); }
td.TdClassName
{
border-color: #49F590;
}
.TagClassName
{
border-color: #49F590;
}
</style>