Shades of Emerald #49CC8C
Tints of Emerald #49CC8C
RGB
CMYK
RGB Variations
Color information
#49CC8C (or 0x49CC8C) is known color: Emerald. HEX triplet: 49, CC and 8C. RGB value is (73,204,140). Sum of RGB (Red+Green+Blue) = 73+204+140=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 204 - color contains mainly: green. Hex color #49CC8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CC8C is #B63373. Grayscale: #9D9D9D. Windows color (decimal): -11940724 or 9227337. OLE color: 9227337.
HSL color Cylindrical-coordinate representation of color #49CC8C: hue angle of 150.69º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CC8C is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 204 | 140 | - |
| CMYK | 0.64 | 0 | 0.31 | 0.2 |
| HSL | 150.69º | 0.56% | 0.54% | - |
| HSV(B) | 150.69º | 0.64% | 0.8% | - |
| XYZ | 29.07 | 46.5 | 32.25 | - |
| YUV | 157.54 | 118.1 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 204 | 140 | 0.64 | 0 | 0.31 | 0.2 | 150.69 | 0.56 | 0.54 |
| Hex | 49 | CC | 8C | 40 | 0 | 1F | 14 | 97 | 38 | 36 |
| Octal | 111 | 314 | 214 | 100 | 0 | 37 | 24 | 227 | 70 | 66 |
| Binary | 1001001 | 11001100 | 10001100 | 1000000 | 0 | 11111 | 10100 | 10010111 | 111000 | 110110 |
Color Harmonies of #49CC8C
Complementary color
Monochromatic Colors of #49CC8C
Black with #49CC8C
Text Example
Text Example
White with #49CC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CC8C; }
p { color: rgb(73,204,140); }
H1.HeaderClassName
{
color: #49CC8C;
}
.AnyTagClassName
{
color: #49CC8C;
}
</style>
background-color css
<style>
a { background-color: #49CC8C; }
a { background-color: rgb(73,204,140); }
div.DivClassName
{
background-color: #49CC8C;
}
.BgClassName
{
background-color: #49CC8C;
}
</style>
border-color css
<style>
span { border-color: #49CC8C; }
span { border-color: rgb(73,204,140); }
td.TdClassName
{
border-color: #49CC8C;
}
.TagClassName
{
border-color: #49CC8C;
}
</style>