Shades of Emerald #49F687
Tints of Emerald #49F687
RGB
CMYK
RGB Variations
Color information
#49F687 (or 0x49F687) is known color: Emerald. HEX triplet: 49, F6 and 87. RGB value is (73,246,135). Sum of RGB (Red+Green+Blue) = 73+246+135=454 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.08% from 454); Green value is 246 (96.48% from 255 or 54.19% from 454); Blue value is 135 (53.12% from 255 or 29.74% from 454); Max value from RGB is 246 - color contains mainly: green. Hex color #49F687 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F687 is #B60978. Grayscale: #B5B5B5. Windows color (decimal): -11929977 or 8910409. OLE color: 8910409.
HSL color Cylindrical-coordinate representation of color #49F687: hue angle of 141.5º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F687 is Cyan = 0.70, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 246 | 135 | - |
| CMYK | 0.70 | 0 | 0.45 | 0.04 |
| HSL | 141.5º | 0.91% | 0.63% | - |
| HSV(B) | 141.5º | 0.7% | 0.96% | - |
| XYZ | 40.08 | 69.08 | 34.14 | - |
| YUV | 181.62 | 101.69 | 50.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 246 | 135 | 0.70 | 0 | 0.45 | 0.04 | 141.5 | 0.91 | 0.63 |
| Hex | 49 | F6 | 87 | 46 | 0 | 2D | 4 | 8E | 5B | 3F |
| Octal | 111 | 366 | 207 | 106 | 0 | 55 | 4 | 216 | 133 | 77 |
| Binary | 1001001 | 11110110 | 10000111 | 1000110 | 0 | 101101 | 100 | 10001110 | 1011011 | 111111 |
Color Harmonies of #49F687
Complementary color
Monochromatic Colors of #49F687
Black with #49F687
Text Example
Text Example
White with #49F687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F687; }
p { color: rgb(73,246,135); }
H1.HeaderClassName
{
color: #49F687;
}
.AnyTagClassName
{
color: #49F687;
}
</style>
background-color css
<style>
a { background-color: #49F687; }
a { background-color: rgb(73,246,135); }
div.DivClassName
{
background-color: #49F687;
}
.BgClassName
{
background-color: #49F687;
}
</style>
border-color css
<style>
span { border-color: #49F687; }
span { border-color: rgb(73,246,135); }
td.TdClassName
{
border-color: #49F687;
}
.TagClassName
{
border-color: #49F687;
}
</style>