Shades of Emerald #49D556
Tints of Emerald #49D556
RGB
CMYK
RGB Variations
Color information
#49D556 (or 0x49D556) is known color: Emerald. HEX triplet: 49, D5 and 56. RGB value is (73,213,86). Sum of RGB (Red+Green+Blue) = 73+213+86=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 213 (83.59% from 255 or 57.26% from 372); Blue value is 86 (33.98% from 255 or 23.12% from 372); Max value from RGB is 213 - color contains mainly: green. Hex color #49D556 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D556 is #B62AA9. Grayscale: #9D9D9D. Windows color (decimal): -11938474 or 5690697. OLE color: 5690697.
HSL color Cylindrical-coordinate representation of color #49D556: hue angle of 125.57º degrees, saturation: 0.62, 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 #49D556 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 213 | 86 | - |
| CMYK | 0.66 | 0 | 0.60 | 0.16 |
| HSL | 125.57º | 0.63% | 0.56% | - |
| HSV(B) | 125.57º | 0.66% | 0.84% | - |
| XYZ | 28.22 | 49.68 | 16.91 | - |
| YUV | 156.66 | 88.12 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 213 | 86 | 0.66 | 0 | 0.60 | 0.16 | 125.57 | 0.63 | 0.56 |
| Hex | 49 | D5 | 56 | 42 | 0 | 3C | 10 | 7E | 3E | 38 |
| Octal | 111 | 325 | 126 | 102 | 0 | 74 | 20 | 176 | 76 | 70 |
| Binary | 1001001 | 11010101 | 1010110 | 1000010 | 0 | 111100 | 10000 | 1111110 | 111110 | 111000 |
Color Harmonies of #49D556
Complementary color
Monochromatic Colors of #49D556
Black with #49D556
Text Example
Text Example
White with #49D556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D556; }
p { color: rgb(73,213,86); }
H1.HeaderClassName
{
color: #49D556;
}
.AnyTagClassName
{
color: #49D556;
}
</style>
background-color css
<style>
a { background-color: #49D556; }
a { background-color: rgb(73,213,86); }
div.DivClassName
{
background-color: #49D556;
}
.BgClassName
{
background-color: #49D556;
}
</style>
border-color css
<style>
span { border-color: #49D556; }
span { border-color: rgb(73,213,86); }
td.TdClassName
{
border-color: #49D556;
}
.TagClassName
{
border-color: #49D556;
}
</style>