Shades of Emerald #49D283
Tints of Emerald #49D283
RGB
CMYK
RGB Variations
Color information
#49D283 (or 0x49D283) is known color: Emerald. HEX triplet: 49, D2 and 83. RGB value is (73,210,131). Sum of RGB (Red+Green+Blue) = 73+210+131=414 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.63% from 414); Green value is 210 (82.42% from 255 or 50.72% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 210 - color contains mainly: green. Hex color #49D283 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D283 is #B62D7C. Grayscale: #A0A0A0. Windows color (decimal): -11939197 or 8639049. OLE color: 8639049.
HSL color Cylindrical-coordinate representation of color #49D283: hue angle of 145.4º degrees, saturation: 0.6, 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 #49D283 is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 210 | 131 | - |
| CMYK | 0.65 | 0 | 0.38 | 0.18 |
| HSL | 145.4º | 0.6% | 0.55% | - |
| HSV(B) | 145.4º | 0.65% | 0.82% | - |
| XYZ | 29.89 | 49.15 | 29.38 | - |
| YUV | 160.03 | 111.61 | 65.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 210 | 131 | 0.65 | 0 | 0.38 | 0.18 | 145.4 | 0.6 | 0.55 |
| Hex | 49 | D2 | 83 | 41 | 0 | 26 | 12 | 91 | 3C | 37 |
| Octal | 111 | 322 | 203 | 101 | 0 | 46 | 22 | 221 | 74 | 67 |
| Binary | 1001001 | 11010010 | 10000011 | 1000001 | 0 | 100110 | 10010 | 10010001 | 111100 | 110111 |
Color Harmonies of #49D283
Complementary color
Monochromatic Colors of #49D283
Black with #49D283
Text Example
Text Example
White with #49D283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D283; }
p { color: rgb(73,210,131); }
H1.HeaderClassName
{
color: #49D283;
}
.AnyTagClassName
{
color: #49D283;
}
</style>
background-color css
<style>
a { background-color: #49D283; }
a { background-color: rgb(73,210,131); }
div.DivClassName
{
background-color: #49D283;
}
.BgClassName
{
background-color: #49D283;
}
</style>
border-color css
<style>
span { border-color: #49D283; }
span { border-color: rgb(73,210,131); }
td.TdClassName
{
border-color: #49D283;
}
.TagClassName
{
border-color: #49D283;
}
</style>