Shades of Emerald #49C97D
Tints of Emerald #49C97D
RGB
CMYK
RGB Variations
Color information
#49C97D (or 0x49C97D) is known color: Emerald. HEX triplet: 49, C9 and 7D. RGB value is (73,201,125). Sum of RGB (Red+Green+Blue) = 73+201+125=399 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.30% from 399); Green value is 201 (78.91% from 255 or 50.38% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 201 - color contains mainly: green. Hex color #49C97D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C97D is #B63682. Grayscale: #9A9A9A. Windows color (decimal): -11941507 or 8243529. OLE color: 8243529.
HSL color Cylindrical-coordinate representation of color #49C97D: hue angle of 144.38º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49C97D is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 201 | 125 | - |
| CMYK | 0.64 | 0 | 0.38 | 0.21 |
| HSL | 144.38º | 0.54% | 0.54% | - |
| HSV(B) | 144.38º | 0.64% | 0.79% | - |
| XYZ | 27.34 | 44.67 | 26.58 | - |
| YUV | 154.06 | 111.59 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 201 | 125 | 0.64 | 0 | 0.38 | 0.21 | 144.38 | 0.54 | 0.54 |
| Hex | 49 | C9 | 7D | 40 | 0 | 26 | 15 | 90 | 36 | 36 |
| Octal | 111 | 311 | 175 | 100 | 0 | 46 | 25 | 220 | 66 | 66 |
| Binary | 1001001 | 11001001 | 1111101 | 1000000 | 0 | 100110 | 10101 | 10010000 | 110110 | 110110 |
Color Harmonies of #49C97D
Complementary color
Monochromatic Colors of #49C97D
Black with #49C97D
Text Example
Text Example
White with #49C97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C97D; }
p { color: rgb(73,201,125); }
H1.HeaderClassName
{
color: #49C97D;
}
.AnyTagClassName
{
color: #49C97D;
}
</style>
background-color css
<style>
a { background-color: #49C97D; }
a { background-color: rgb(73,201,125); }
div.DivClassName
{
background-color: #49C97D;
}
.BgClassName
{
background-color: #49C97D;
}
</style>
border-color css
<style>
span { border-color: #49C97D; }
span { border-color: rgb(73,201,125); }
td.TdClassName
{
border-color: #49C97D;
}
.TagClassName
{
border-color: #49C97D;
}
</style>