Shades of Emerald #49DD7A
Tints of Emerald #49DD7A
RGB
CMYK
RGB Variations
Color information
#49DD7A (or 0x49DD7A) is known color: Emerald. HEX triplet: 49, DD and 7A. RGB value is (73,221,122). Sum of RGB (Red+Green+Blue) = 73+221+122=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 221 (86.72% from 255 or 53.12% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 221 - color contains mainly: green. Hex color #49DD7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DD7A is #B62285. Grayscale: #A5A5A5. Windows color (decimal): -11936390 or 8052041. OLE color: 8052041.
HSL color Cylindrical-coordinate representation of color #49DD7A: hue angle of 139.86º 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 #49DD7A is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 221 | 122 | - |
| CMYK | 0.67 | 0 | 0.45 | 0.13 |
| HSL | 139.86º | 0.69% | 0.58% | - |
| HSV(B) | 139.86º | 0.67% | 0.87% | - |
| XYZ | 32.12 | 54.53 | 27.25 | - |
| YUV | 165.46 | 103.47 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 221 | 122 | 0.67 | 0 | 0.45 | 0.13 | 139.86 | 0.69 | 0.58 |
| Hex | 49 | DD | 7A | 43 | 0 | 2D | D | 8C | 45 | 3A |
| Octal | 111 | 335 | 172 | 103 | 0 | 55 | 15 | 214 | 105 | 72 |
| Binary | 1001001 | 11011101 | 1111010 | 1000011 | 0 | 101101 | 1101 | 10001100 | 1000101 | 111010 |
Color Harmonies of #49DD7A
Complementary color
Monochromatic Colors of #49DD7A
Black with #49DD7A
Text Example
Text Example
White with #49DD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DD7A; }
p { color: rgb(73,221,122); }
H1.HeaderClassName
{
color: #49DD7A;
}
.AnyTagClassName
{
color: #49DD7A;
}
</style>
background-color css
<style>
a { background-color: #49DD7A; }
a { background-color: rgb(73,221,122); }
div.DivClassName
{
background-color: #49DD7A;
}
.BgClassName
{
background-color: #49DD7A;
}
</style>
border-color css
<style>
span { border-color: #49DD7A; }
span { border-color: rgb(73,221,122); }
td.TdClassName
{
border-color: #49DD7A;
}
.TagClassName
{
border-color: #49DD7A;
}
</style>