Shades of Emerald #49F681
Tints of Emerald #49F681
RGB
CMYK
RGB Variations
Color information
#49F681 (or 0x49F681) is known color: Emerald. HEX triplet: 49, F6 and 81. RGB value is (73,246,129). Sum of RGB (Red+Green+Blue) = 73+246+129=448 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.29% from 448); Green value is 246 (96.48% from 255 or 54.91% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 246 - color contains mainly: green. Hex color #49F681 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F681 is #B6097E. Grayscale: #B5B5B5. Windows color (decimal): -11929983 or 8517193. OLE color: 8517193.
HSL color Cylindrical-coordinate representation of color #49F681: hue angle of 139.42º 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 #49F681 is Cyan = 0.70, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 246 | 129 | - |
| CMYK | 0.70 | 0 | 0.48 | 0.04 |
| HSL | 139.42º | 0.91% | 0.63% | - |
| HSV(B) | 139.42º | 0.7% | 0.96% | - |
| XYZ | 39.67 | 68.91 | 31.98 | - |
| YUV | 180.94 | 98.69 | 51.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 246 | 129 | 0.70 | 0 | 0.48 | 0.04 | 139.42 | 0.91 | 0.63 |
| Hex | 49 | F6 | 81 | 46 | 0 | 30 | 4 | 8B | 5B | 3F |
| Octal | 111 | 366 | 201 | 106 | 0 | 60 | 4 | 213 | 133 | 77 |
| Binary | 1001001 | 11110110 | 10000001 | 1000110 | 0 | 110000 | 100 | 10001011 | 1011011 | 111111 |
Color Harmonies of #49F681
Complementary color
Monochromatic Colors of #49F681
Black with #49F681
Text Example
Text Example
White with #49F681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F681; }
p { color: rgb(73,246,129); }
H1.HeaderClassName
{
color: #49F681;
}
.AnyTagClassName
{
color: #49F681;
}
</style>
background-color css
<style>
a { background-color: #49F681; }
a { background-color: rgb(73,246,129); }
div.DivClassName
{
background-color: #49F681;
}
.BgClassName
{
background-color: #49F681;
}
</style>
border-color css
<style>
span { border-color: #49F681; }
span { border-color: rgb(73,246,129); }
td.TdClassName
{
border-color: #49F681;
}
.TagClassName
{
border-color: #49F681;
}
</style>