Shades of Emerald #49DC60
Tints of Emerald #49DC60
RGB
CMYK
RGB Variations
Color information
#49DC60 (or 0x49DC60) is known color: Emerald. HEX triplet: 49, DC and 60. RGB value is (73,220,96). Sum of RGB (Red+Green+Blue) = 73+220+96=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 220 (86.33% from 255 or 56.56% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DC60 is #B6239F. Grayscale: #A2A2A2. Windows color (decimal): -11936672 or 6347849. OLE color: 6347849.
HSL color Cylindrical-coordinate representation of color #49DC60: hue angle of 129.39º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DC60 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 220 | 96 | - |
| CMYK | 0.67 | 0 | 0.56 | 0.14 |
| HSL | 129.39º | 0.68% | 0.57% | - |
| HSV(B) | 129.39º | 0.67% | 0.86% | - |
| XYZ | 30.45 | 53.45 | 19.78 | - |
| YUV | 161.91 | 90.8 | 64.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 220 | 96 | 0.67 | 0 | 0.56 | 0.14 | 129.39 | 0.68 | 0.57 |
| Hex | 49 | DC | 60 | 43 | 0 | 38 | E | 81 | 44 | 39 |
| Octal | 111 | 334 | 140 | 103 | 0 | 70 | 16 | 201 | 104 | 71 |
| Binary | 1001001 | 11011100 | 1100000 | 1000011 | 0 | 111000 | 1110 | 10000001 | 1000100 | 111001 |
Color Harmonies of #49DC60
Complementary color
Monochromatic Colors of #49DC60
Black with #49DC60
Text Example
Text Example
White with #49DC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DC60; }
p { color: rgb(73,220,96); }
H1.HeaderClassName
{
color: #49DC60;
}
.AnyTagClassName
{
color: #49DC60;
}
</style>
background-color css
<style>
a { background-color: #49DC60; }
a { background-color: rgb(73,220,96); }
div.DivClassName
{
background-color: #49DC60;
}
.BgClassName
{
background-color: #49DC60;
}
</style>
border-color css
<style>
span { border-color: #49DC60; }
span { border-color: rgb(73,220,96); }
td.TdClassName
{
border-color: #49DC60;
}
.TagClassName
{
border-color: #49DC60;
}
</style>