Shades of Emerald #49D783
Tints of Emerald #49D783
RGB
CMYK
RGB Variations
Color information
#49D783 (or 0x49D783) is known color: Emerald. HEX triplet: 49, D7 and 83. RGB value is (73,215,131). Sum of RGB (Red+Green+Blue) = 73+215+131=419 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.42% from 419); Green value is 215 (84.38% from 255 or 51.31% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 215 - color contains mainly: green. Hex color #49D783 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D783 is #B6287C. Grayscale: #A3A3A3. Windows color (decimal): -11937917 or 8640329. OLE color: 8640329.
HSL color Cylindrical-coordinate representation of color #49D783: hue angle of 144.51º 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 #49D783 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 215 | 131 | - |
| CMYK | 0.66 | 0 | 0.39 | 0.16 |
| HSL | 144.51º | 0.64% | 0.56% | - |
| HSV(B) | 144.51º | 0.66% | 0.84% | - |
| XYZ | 31.14 | 51.66 | 29.8 | - |
| YUV | 162.97 | 109.96 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 215 | 131 | 0.66 | 0 | 0.39 | 0.16 | 144.51 | 0.64 | 0.56 |
| Hex | 49 | D7 | 83 | 42 | 0 | 27 | 10 | 91 | 40 | 38 |
| Octal | 111 | 327 | 203 | 102 | 0 | 47 | 20 | 221 | 100 | 70 |
| Binary | 1001001 | 11010111 | 10000011 | 1000010 | 0 | 100111 | 10000 | 10010001 | 1000000 | 111000 |
Color Harmonies of #49D783
Complementary color
Monochromatic Colors of #49D783
Black with #49D783
Text Example
Text Example
White with #49D783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D783; }
p { color: rgb(73,215,131); }
H1.HeaderClassName
{
color: #49D783;
}
.AnyTagClassName
{
color: #49D783;
}
</style>
background-color css
<style>
a { background-color: #49D783; }
a { background-color: rgb(73,215,131); }
div.DivClassName
{
background-color: #49D783;
}
.BgClassName
{
background-color: #49D783;
}
</style>
border-color css
<style>
span { border-color: #49D783; }
span { border-color: rgb(73,215,131); }
td.TdClassName
{
border-color: #49D783;
}
.TagClassName
{
border-color: #49D783;
}
</style>