Shades of Emerald #49C15F
Tints of Emerald #49C15F
RGB
CMYK
RGB Variations
Color information
#49C15F (or 0x49C15F) is known color: Emerald. HEX triplet: 49, C1 and 5F. RGB value is (73,193,95). Sum of RGB (Red+Green+Blue) = 73+193+95=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 193 (75.78% from 255 or 53.46% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 193 - color contains mainly: green. Hex color #49C15F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C15F is #B63EA0. Grayscale: #929292. Windows color (decimal): -11943585 or 6275401. OLE color: 6275401.
HSL color Cylindrical-coordinate representation of color #49C15F: hue angle of 131º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C15F is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 193 | 95 | - |
| CMYK | 0.62 | 0 | 0.51 | 0.24 |
| HSL | 131º | 0.49% | 0.52% | - |
| HSV(B) | 131º | 0.62% | 0.76% | - |
| XYZ | 23.88 | 40.38 | 17.36 | - |
| YUV | 145.95 | 99.24 | 75.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 193 | 95 | 0.62 | 0 | 0.51 | 0.24 | 131 | 0.49 | 0.52 |
| Hex | 49 | C1 | 5F | 3E | 0 | 33 | 18 | 83 | 31 | 34 |
| Octal | 111 | 301 | 137 | 76 | 0 | 63 | 30 | 203 | 61 | 64 |
| Binary | 1001001 | 11000001 | 1011111 | 111110 | 0 | 110011 | 11000 | 10000011 | 110001 | 110100 |
Color Harmonies of #49C15F
Complementary color
Monochromatic Colors of #49C15F
Black with #49C15F
Text Example
Text Example
White with #49C15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C15F; }
p { color: rgb(73,193,95); }
H1.HeaderClassName
{
color: #49C15F;
}
.AnyTagClassName
{
color: #49C15F;
}
</style>
background-color css
<style>
a { background-color: #49C15F; }
a { background-color: rgb(73,193,95); }
div.DivClassName
{
background-color: #49C15F;
}
.BgClassName
{
background-color: #49C15F;
}
</style>
border-color css
<style>
span { border-color: #49C15F; }
span { border-color: rgb(73,193,95); }
td.TdClassName
{
border-color: #49C15F;
}
.TagClassName
{
border-color: #49C15F;
}
</style>