Shades of Emerald #49D256
Tints of Emerald #49D256
RGB
CMYK
RGB Variations
Color information
#49D256 (or 0x49D256) is known color: Emerald. HEX triplet: 49, D2 and 56. RGB value is (73,210,86). Sum of RGB (Red+Green+Blue) = 73+210+86=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 210 (82.42% from 255 or 56.91% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 210 - color contains mainly: green. Hex color #49D256 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D256 is #B62DA9. Grayscale: #9B9B9B. Windows color (decimal): -11939242 or 5689929. OLE color: 5689929.
HSL color Cylindrical-coordinate representation of color #49D256: hue angle of 125.69º 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 #49D256 is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 210 | 86 | - |
| CMYK | 0.65 | 0 | 0.59 | 0.18 |
| HSL | 125.69º | 0.6% | 0.55% | - |
| HSV(B) | 125.69º | 0.65% | 0.82% | - |
| XYZ | 27.47 | 48.18 | 16.66 | - |
| YUV | 154.9 | 89.11 | 69.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 210 | 86 | 0.65 | 0 | 0.59 | 0.18 | 125.69 | 0.6 | 0.55 |
| Hex | 49 | D2 | 56 | 41 | 0 | 3B | 12 | 7E | 3C | 37 |
| Octal | 111 | 322 | 126 | 101 | 0 | 73 | 22 | 176 | 74 | 67 |
| Binary | 1001001 | 11010010 | 1010110 | 1000001 | 0 | 111011 | 10010 | 1111110 | 111100 | 110111 |
Color Harmonies of #49D256
Complementary color
Monochromatic Colors of #49D256
Black with #49D256
Text Example
Text Example
White with #49D256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D256; }
p { color: rgb(73,210,86); }
H1.HeaderClassName
{
color: #49D256;
}
.AnyTagClassName
{
color: #49D256;
}
</style>
background-color css
<style>
a { background-color: #49D256; }
a { background-color: rgb(73,210,86); }
div.DivClassName
{
background-color: #49D256;
}
.BgClassName
{
background-color: #49D256;
}
</style>
border-color css
<style>
span { border-color: #49D256; }
span { border-color: rgb(73,210,86); }
td.TdClassName
{
border-color: #49D256;
}
.TagClassName
{
border-color: #49D256;
}
</style>