Shades of Emerald #49D15F
Tints of Emerald #49D15F
RGB
CMYK
RGB Variations
Color information
#49D15F (or 0x49D15F) is known color: Emerald. HEX triplet: 49, D1 and 5F. RGB value is (73,209,95). Sum of RGB (Red+Green+Blue) = 73+209+95=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 209 (82.03% from 255 or 55.44% from 377); Blue value is 95 (37.5% from 255 or 25.20% from 377); Max value from RGB is 209 - color contains mainly: green. Hex color #49D15F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D15F is #B62EA0. Grayscale: #9B9B9B. Windows color (decimal): -11939489 or 6279497. OLE color: 6279497.
HSL color Cylindrical-coordinate representation of color #49D15F: hue angle of 129.71º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D15F is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 209 | 95 | - |
| CMYK | 0.65 | 0 | 0.55 | 0.18 |
| HSL | 129.71º | 0.6% | 0.55% | - |
| HSV(B) | 129.71º | 0.65% | 0.82% | - |
| XYZ | 27.61 | 47.84 | 18.61 | - |
| YUV | 155.34 | 93.94 | 69.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 209 | 95 | 0.65 | 0 | 0.55 | 0.18 | 129.71 | 0.6 | 0.55 |
| Hex | 49 | D1 | 5F | 41 | 0 | 37 | 12 | 82 | 3C | 37 |
| Octal | 111 | 321 | 137 | 101 | 0 | 67 | 22 | 202 | 74 | 67 |
| Binary | 1001001 | 11010001 | 1011111 | 1000001 | 0 | 110111 | 10010 | 10000010 | 111100 | 110111 |
Color Harmonies of #49D15F
Complementary color
Monochromatic Colors of #49D15F
Black with #49D15F
Text Example
Text Example
White with #49D15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D15F; }
p { color: rgb(73,209,95); }
H1.HeaderClassName
{
color: #49D15F;
}
.AnyTagClassName
{
color: #49D15F;
}
</style>
background-color css
<style>
a { background-color: #49D15F; }
a { background-color: rgb(73,209,95); }
div.DivClassName
{
background-color: #49D15F;
}
.BgClassName
{
background-color: #49D15F;
}
</style>
border-color css
<style>
span { border-color: #49D15F; }
span { border-color: rgb(73,209,95); }
td.TdClassName
{
border-color: #49D15F;
}
.TagClassName
{
border-color: #49D15F;
}
</style>