Shades of Emerald #49CD7A
Tints of Emerald #49CD7A
RGB
CMYK
RGB Variations
Color information
#49CD7A (or 0x49CD7A) is known color: Emerald. HEX triplet: 49, CD and 7A. RGB value is (73,205,122). Sum of RGB (Red+Green+Blue) = 73+205+122=400 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.25% from 400); Green value is 205 (80.47% from 255 or 51.25% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 205 - color contains mainly: green. Hex color #49CD7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CD7A is #B63285. Grayscale: #9C9C9C. Windows color (decimal): -11940486 or 8047945. OLE color: 8047945.
HSL color Cylindrical-coordinate representation of color #49CD7A: hue angle of 142.27º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CD7A is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 205 | 122 | - |
| CMYK | 0.64 | 0 | 0.40 | 0.20 |
| HSL | 142.27º | 0.57% | 0.55% | - |
| HSV(B) | 142.27º | 0.64% | 0.8% | - |
| XYZ | 28.09 | 46.48 | 25.9 | - |
| YUV | 156.07 | 108.77 | 68.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 205 | 122 | 0.64 | 0 | 0.40 | 0.20 | 142.27 | 0.57 | 0.55 |
| Hex | 49 | CD | 7A | 40 | 0 | 28 | 14 | 8E | 39 | 37 |
| Octal | 111 | 315 | 172 | 100 | 0 | 50 | 24 | 216 | 71 | 67 |
| Binary | 1001001 | 11001101 | 1111010 | 1000000 | 0 | 101000 | 10100 | 10001110 | 111001 | 110111 |
Color Harmonies of #49CD7A
Complementary color
Monochromatic Colors of #49CD7A
Black with #49CD7A
Text Example
Text Example
White with #49CD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CD7A; }
p { color: rgb(73,205,122); }
H1.HeaderClassName
{
color: #49CD7A;
}
.AnyTagClassName
{
color: #49CD7A;
}
</style>
background-color css
<style>
a { background-color: #49CD7A; }
a { background-color: rgb(73,205,122); }
div.DivClassName
{
background-color: #49CD7A;
}
.BgClassName
{
background-color: #49CD7A;
}
</style>
border-color css
<style>
span { border-color: #49CD7A; }
span { border-color: rgb(73,205,122); }
td.TdClassName
{
border-color: #49CD7A;
}
.TagClassName
{
border-color: #49CD7A;
}
</style>