Shades of Emerald #49C95F
Tints of Emerald #49C95F
RGB
CMYK
RGB Variations
Color information
#49C95F (or 0x49C95F) is known color: Emerald. HEX triplet: 49, C9 and 5F. RGB value is (73,201,95). Sum of RGB (Red+Green+Blue) = 73+201+95=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 201 (78.91% from 255 or 54.47% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 201 - color contains mainly: green. Hex color #49C95F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C95F is #B636A0. Grayscale: #969696. Windows color (decimal): -11941537 or 6277449. OLE color: 6277449.
HSL color Cylindrical-coordinate representation of color #49C95F: hue angle of 130.31º 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 #49C95F is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 201 | 95 | - |
| CMYK | 0.64 | 0 | 0.53 | 0.21 |
| HSL | 130.31º | 0.54% | 0.54% | - |
| HSV(B) | 130.31º | 0.64% | 0.79% | - |
| XYZ | 25.7 | 44.02 | 17.97 | - |
| YUV | 150.64 | 96.59 | 72.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 201 | 95 | 0.64 | 0 | 0.53 | 0.21 | 130.31 | 0.54 | 0.54 |
| Hex | 49 | C9 | 5F | 40 | 0 | 35 | 15 | 82 | 36 | 36 |
| Octal | 111 | 311 | 137 | 100 | 0 | 65 | 25 | 202 | 66 | 66 |
| Binary | 1001001 | 11001001 | 1011111 | 1000000 | 0 | 110101 | 10101 | 10000010 | 110110 | 110110 |
Color Harmonies of #49C95F
Complementary color
Monochromatic Colors of #49C95F
Black with #49C95F
Text Example
Text Example
White with #49C95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C95F; }
p { color: rgb(73,201,95); }
H1.HeaderClassName
{
color: #49C95F;
}
.AnyTagClassName
{
color: #49C95F;
}
</style>
background-color css
<style>
a { background-color: #49C95F; }
a { background-color: rgb(73,201,95); }
div.DivClassName
{
background-color: #49C95F;
}
.BgClassName
{
background-color: #49C95F;
}
</style>
border-color css
<style>
span { border-color: #49C95F; }
span { border-color: rgb(73,201,95); }
td.TdClassName
{
border-color: #49C95F;
}
.TagClassName
{
border-color: #49C95F;
}
</style>