Shades of Emerald #49CD8C
Tints of Emerald #49CD8C
RGB
CMYK
RGB Variations
Color information
#49CD8C (or 0x49CD8C) is known color: Emerald. HEX triplet: 49, CD and 8C. RGB value is (73,205,140). Sum of RGB (Red+Green+Blue) = 73+205+140=418 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.46% from 418); Green value is 205 (80.47% from 255 or 49.04% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 205 - color contains mainly: green. Hex color #49CD8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CD8C is #B63273. Grayscale: #9E9E9E. Windows color (decimal): -11940468 or 9227593. OLE color: 9227593.
HSL color Cylindrical-coordinate representation of color #49CD8C: hue angle of 150.45º 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 #49CD8C is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 205 | 140 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.20 |
| HSL | 150.45º | 0.57% | 0.55% | - |
| HSV(B) | 150.45º | 0.64% | 0.8% | - |
| XYZ | 29.31 | 46.97 | 32.33 | - |
| YUV | 158.12 | 117.77 | 67.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 205 | 140 | 0.64 | 0 | 0.32 | 0.20 | 150.45 | 0.57 | 0.55 |
| Hex | 49 | CD | 8C | 40 | 0 | 20 | 14 | 96 | 39 | 37 |
| Octal | 111 | 315 | 214 | 100 | 0 | 40 | 24 | 226 | 71 | 67 |
| Binary | 1001001 | 11001101 | 10001100 | 1000000 | 0 | 100000 | 10100 | 10010110 | 111001 | 110111 |
Color Harmonies of #49CD8C
Complementary color
Monochromatic Colors of #49CD8C
Black with #49CD8C
Text Example
Text Example
White with #49CD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CD8C; }
p { color: rgb(73,205,140); }
H1.HeaderClassName
{
color: #49CD8C;
}
.AnyTagClassName
{
color: #49CD8C;
}
</style>
background-color css
<style>
a { background-color: #49CD8C; }
a { background-color: rgb(73,205,140); }
div.DivClassName
{
background-color: #49CD8C;
}
.BgClassName
{
background-color: #49CD8C;
}
</style>
border-color css
<style>
span { border-color: #49CD8C; }
span { border-color: rgb(73,205,140); }
td.TdClassName
{
border-color: #49CD8C;
}
.TagClassName
{
border-color: #49CD8C;
}
</style>