Shades of Emerald #49D763
Tints of Emerald #49D763
RGB
CMYK
RGB Variations
Color information
#49D763 (or 0x49D763) is known color: Emerald. HEX triplet: 49, D7 and 63. RGB value is (73,215,99). Sum of RGB (Red+Green+Blue) = 73+215+99=387 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.86% from 387); Green value is 215 (84.38% from 255 or 55.56% from 387); Blue value is 99 (39.06% from 255 or 25.58% from 387); Max value from RGB is 215 - color contains mainly: green. Hex color #49D763 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D763 is #B6289C. Grayscale: #9F9F9F. Windows color (decimal): -11937949 or 6543177. OLE color: 6543177.
HSL color Cylindrical-coordinate representation of color #49D763: hue angle of 130.99º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D763 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 215 | 99 | - |
| CMYK | 0.66 | 0 | 0.54 | 0.16 |
| HSL | 130.99º | 0.64% | 0.56% | - |
| HSV(B) | 130.99º | 0.66% | 0.84% | - |
| XYZ | 29.3 | 50.92 | 20.09 | - |
| YUV | 159.32 | 93.96 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 215 | 99 | 0.66 | 0 | 0.54 | 0.16 | 130.99 | 0.64 | 0.56 |
| Hex | 49 | D7 | 63 | 42 | 0 | 36 | 10 | 83 | 40 | 38 |
| Octal | 111 | 327 | 143 | 102 | 0 | 66 | 20 | 203 | 100 | 70 |
| Binary | 1001001 | 11010111 | 1100011 | 1000010 | 0 | 110110 | 10000 | 10000011 | 1000000 | 111000 |
Color Harmonies of #49D763
Complementary color
Monochromatic Colors of #49D763
Black with #49D763
Text Example
Text Example
White with #49D763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D763; }
p { color: rgb(73,215,99); }
H1.HeaderClassName
{
color: #49D763;
}
.AnyTagClassName
{
color: #49D763;
}
</style>
background-color css
<style>
a { background-color: #49D763; }
a { background-color: rgb(73,215,99); }
div.DivClassName
{
background-color: #49D763;
}
.BgClassName
{
background-color: #49D763;
}
</style>
border-color css
<style>
span { border-color: #49D763; }
span { border-color: rgb(73,215,99); }
td.TdClassName
{
border-color: #49D763;
}
.TagClassName
{
border-color: #49D763;
}
</style>