Shades of Emerald #49DD60
Tints of Emerald #49DD60
RGB
CMYK
RGB Variations
Color information
#49DD60 (or 0x49DD60) is known color: Emerald. HEX triplet: 49, DD and 60. RGB value is (73,221,96). Sum of RGB (Red+Green+Blue) = 73+221+96=390 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.72% from 390); Green value is 221 (86.72% from 255 or 56.67% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 221 - color contains mainly: green. Hex color #49DD60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DD60 is #B6229F. Grayscale: #A2A2A2. Windows color (decimal): -11936416 or 6348105. OLE color: 6348105.
HSL color Cylindrical-coordinate representation of color #49DD60: hue angle of 129.32º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DD60 is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 221 | 96 | - |
| CMYK | 0.67 | 0 | 0.57 | 0.13 |
| HSL | 129.32º | 0.69% | 0.58% | - |
| HSV(B) | 129.32º | 0.67% | 0.87% | - |
| XYZ | 30.72 | 53.97 | 19.87 | - |
| YUV | 162.5 | 90.47 | 64.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 221 | 96 | 0.67 | 0 | 0.57 | 0.13 | 129.32 | 0.69 | 0.58 |
| Hex | 49 | DD | 60 | 43 | 0 | 39 | D | 81 | 45 | 3A |
| Octal | 111 | 335 | 140 | 103 | 0 | 71 | 15 | 201 | 105 | 72 |
| Binary | 1001001 | 11011101 | 1100000 | 1000011 | 0 | 111001 | 1101 | 10000001 | 1000101 | 111010 |
Color Harmonies of #49DD60
Complementary color
Monochromatic Colors of #49DD60
Black with #49DD60
Text Example
Text Example
White with #49DD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DD60; }
p { color: rgb(73,221,96); }
H1.HeaderClassName
{
color: #49DD60;
}
.AnyTagClassName
{
color: #49DD60;
}
</style>
background-color css
<style>
a { background-color: #49DD60; }
a { background-color: rgb(73,221,96); }
div.DivClassName
{
background-color: #49DD60;
}
.BgClassName
{
background-color: #49DD60;
}
</style>
border-color css
<style>
span { border-color: #49DD60; }
span { border-color: rgb(73,221,96); }
td.TdClassName
{
border-color: #49DD60;
}
.TagClassName
{
border-color: #49DD60;
}
</style>