Shades of Emerald #49D083
Tints of Emerald #49D083
RGB
CMYK
RGB Variations
Color information
#49D083 (or 0x49D083) is known color: Emerald. HEX triplet: 49, D0 and 83. RGB value is (73,208,131). Sum of RGB (Red+Green+Blue) = 73+208+131=412 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.72% from 412); Green value is 208 (81.64% from 255 or 50.49% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 208 - color contains mainly: green. Hex color #49D083 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D083 is #B62F7C. Grayscale: #9F9F9F. Windows color (decimal): -11939709 or 8638537. OLE color: 8638537.
HSL color Cylindrical-coordinate representation of color #49D083: hue angle of 145.78º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D083 is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 208 | 131 | - |
| CMYK | 0.65 | 0 | 0.37 | 0.18 |
| HSL | 145.78º | 0.59% | 0.55% | - |
| HSV(B) | 145.78º | 0.65% | 0.82% | - |
| XYZ | 29.4 | 48.17 | 29.22 | - |
| YUV | 158.86 | 112.27 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 208 | 131 | 0.65 | 0 | 0.37 | 0.18 | 145.78 | 0.59 | 0.55 |
| Hex | 49 | D0 | 83 | 41 | 0 | 25 | 12 | 92 | 3B | 37 |
| Octal | 111 | 320 | 203 | 101 | 0 | 45 | 22 | 222 | 73 | 67 |
| Binary | 1001001 | 11010000 | 10000011 | 1000001 | 0 | 100101 | 10010 | 10010010 | 111011 | 110111 |
Color Harmonies of #49D083
Complementary color
Monochromatic Colors of #49D083
Black with #49D083
Text Example
Text Example
White with #49D083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D083; }
p { color: rgb(73,208,131); }
H1.HeaderClassName
{
color: #49D083;
}
.AnyTagClassName
{
color: #49D083;
}
</style>
background-color css
<style>
a { background-color: #49D083; }
a { background-color: rgb(73,208,131); }
div.DivClassName
{
background-color: #49D083;
}
.BgClassName
{
background-color: #49D083;
}
</style>
border-color css
<style>
span { border-color: #49D083; }
span { border-color: rgb(73,208,131); }
td.TdClassName
{
border-color: #49D083;
}
.TagClassName
{
border-color: #49D083;
}
</style>