Shades of Emerald #49D263
Tints of Emerald #49D263
RGB
CMYK
RGB Variations
Color information
#49D263 (or 0x49D263) is known color: Emerald. HEX triplet: 49, D2 and 63. RGB value is (73,210,99). Sum of RGB (Red+Green+Blue) = 73+210+99=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 210 (82.42% from 255 or 54.97% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 210 - color contains mainly: green. Hex color #49D263 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D263 is #B62D9C. Grayscale: #9C9C9C. Windows color (decimal): -11939229 or 6541897. OLE color: 6541897.
HSL color Cylindrical-coordinate representation of color #49D263: hue angle of 131.39º 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 #49D263 is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 210 | 99 | - |
| CMYK | 0.65 | 0 | 0.53 | 0.18 |
| HSL | 131.39º | 0.6% | 0.55% | - |
| HSV(B) | 131.39º | 0.65% | 0.82% | - |
| XYZ | 28.05 | 48.41 | 19.67 | - |
| YUV | 156.38 | 95.61 | 68.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 210 | 99 | 0.65 | 0 | 0.53 | 0.18 | 131.39 | 0.6 | 0.55 |
| Hex | 49 | D2 | 63 | 41 | 0 | 35 | 12 | 83 | 3C | 37 |
| Octal | 111 | 322 | 143 | 101 | 0 | 65 | 22 | 203 | 74 | 67 |
| Binary | 1001001 | 11010010 | 1100011 | 1000001 | 0 | 110101 | 10010 | 10000011 | 111100 | 110111 |
Color Harmonies of #49D263
Complementary color
Monochromatic Colors of #49D263
Black with #49D263
Text Example
Text Example
White with #49D263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D263; }
p { color: rgb(73,210,99); }
H1.HeaderClassName
{
color: #49D263;
}
.AnyTagClassName
{
color: #49D263;
}
</style>
background-color css
<style>
a { background-color: #49D263; }
a { background-color: rgb(73,210,99); }
div.DivClassName
{
background-color: #49D263;
}
.BgClassName
{
background-color: #49D263;
}
</style>
border-color css
<style>
span { border-color: #49D263; }
span { border-color: rgb(73,210,99); }
td.TdClassName
{
border-color: #49D263;
}
.TagClassName
{
border-color: #49D263;
}
</style>