Shades of Emerald #49C85F
Tints of Emerald #49C85F
RGB
CMYK
RGB Variations
Color information
#49C85F (or 0x49C85F) is known color: Emerald. HEX triplet: 49, C8 and 5F. RGB value is (73,200,95). Sum of RGB (Red+Green+Blue) = 73+200+95=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 200 (78.52% from 255 or 54.35% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 200 - color contains mainly: green. Hex color #49C85F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C85F is #B637A0. Grayscale: #969696. Windows color (decimal): -11941793 or 6277193. OLE color: 6277193.
HSL color Cylindrical-coordinate representation of color #49C85F: hue angle of 130.39º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C85F is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 200 | 95 | - |
| CMYK | 0.64 | 0 | 0.52 | 0.22 |
| HSL | 130.39º | 0.54% | 0.54% | - |
| HSV(B) | 130.39º | 0.64% | 0.78% | - |
| XYZ | 25.47 | 43.55 | 17.89 | - |
| YUV | 150.06 | 96.92 | 73.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 200 | 95 | 0.64 | 0 | 0.52 | 0.22 | 130.39 | 0.54 | 0.54 |
| Hex | 49 | C8 | 5F | 40 | 0 | 34 | 16 | 82 | 36 | 36 |
| Octal | 111 | 310 | 137 | 100 | 0 | 64 | 26 | 202 | 66 | 66 |
| Binary | 1001001 | 11001000 | 1011111 | 1000000 | 0 | 110100 | 10110 | 10000010 | 110110 | 110110 |
Color Harmonies of #49C85F
Complementary color
Monochromatic Colors of #49C85F
Black with #49C85F
Text Example
Text Example
White with #49C85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C85F; }
p { color: rgb(73,200,95); }
H1.HeaderClassName
{
color: #49C85F;
}
.AnyTagClassName
{
color: #49C85F;
}
</style>
background-color css
<style>
a { background-color: #49C85F; }
a { background-color: rgb(73,200,95); }
div.DivClassName
{
background-color: #49C85F;
}
.BgClassName
{
background-color: #49C85F;
}
</style>
border-color css
<style>
span { border-color: #49C85F; }
span { border-color: rgb(73,200,95); }
td.TdClassName
{
border-color: #49C85F;
}
.TagClassName
{
border-color: #49C85F;
}
</style>