Shades of Emerald #49F076
Tints of Emerald #49F076
RGB
CMYK
RGB Variations
Color information
#49F076 (or 0x49F076) is known color: Emerald. HEX triplet: 49, F0 and 76. RGB value is (73,240,118). Sum of RGB (Red+Green+Blue) = 73+240+118=431 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.94% from 431); Green value is 240 (94.14% from 255 or 55.68% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 240 - color contains mainly: green. Hex color #49F076 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49F076 is #B60F89. Grayscale: #B0B0B0. Windows color (decimal): -11931530 or 7794761. OLE color: 7794761.
HSL color Cylindrical-coordinate representation of color #49F076: hue angle of 136.17º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F076 is Cyan = 0.70, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 240 | 118 | - |
| CMYK | 0.70 | 0 | 0.51 | 0.06 |
| HSL | 136.17º | 0.85% | 0.61% | - |
| HSV(B) | 136.17º | 0.7% | 0.94% | - |
| XYZ | 37.18 | 65.04 | 27.73 | - |
| YUV | 176.16 | 95.17 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 240 | 118 | 0.70 | 0 | 0.51 | 0.06 | 136.17 | 0.85 | 0.61 |
| Hex | 49 | F0 | 76 | 46 | 0 | 33 | 6 | 88 | 55 | 3D |
| Octal | 111 | 360 | 166 | 106 | 0 | 63 | 6 | 210 | 125 | 75 |
| Binary | 1001001 | 11110000 | 1110110 | 1000110 | 0 | 110011 | 110 | 10001000 | 1010101 | 111101 |
Color Harmonies of #49F076
Complementary color
Monochromatic Colors of #49F076
Black with #49F076
Text Example
Text Example
White with #49F076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F076; }
p { color: rgb(73,240,118); }
H1.HeaderClassName
{
color: #49F076;
}
.AnyTagClassName
{
color: #49F076;
}
</style>
background-color css
<style>
a { background-color: #49F076; }
a { background-color: rgb(73,240,118); }
div.DivClassName
{
background-color: #49F076;
}
.BgClassName
{
background-color: #49F076;
}
</style>
border-color css
<style>
span { border-color: #49F076; }
span { border-color: rgb(73,240,118); }
td.TdClassName
{
border-color: #49F076;
}
.TagClassName
{
border-color: #49F076;
}
</style>