Shades of Emerald #49DA5C
Tints of Emerald #49DA5C
RGB
CMYK
RGB Variations
Color information
#49DA5C (or 0x49DA5C) is known color: Emerald. HEX triplet: 49, DA and 5C. RGB value is (73,218,92). Sum of RGB (Red+Green+Blue) = 73+218+92=383 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.06% from 383); Green value is 218 (85.55% from 255 or 56.92% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 218 - color contains mainly: green. Hex color #49DA5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DA5C is #B625A3. Grayscale: #A0A0A0. Windows color (decimal): -11937188 or 6085193. OLE color: 6085193.
HSL color Cylindrical-coordinate representation of color #49DA5C: hue angle of 127.86º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DA5C is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 218 | 92 | - |
| CMYK | 0.67 | 0 | 0.58 | 0.15 |
| HSL | 127.86º | 0.66% | 0.57% | - |
| HSV(B) | 127.86º | 0.67% | 0.85% | - |
| XYZ | 29.75 | 52.33 | 18.66 | - |
| YUV | 160.28 | 89.46 | 65.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 218 | 92 | 0.67 | 0 | 0.58 | 0.15 | 127.86 | 0.66 | 0.57 |
| Hex | 49 | DA | 5C | 43 | 0 | 3A | F | 80 | 42 | 39 |
| Octal | 111 | 332 | 134 | 103 | 0 | 72 | 17 | 200 | 102 | 71 |
| Binary | 1001001 | 11011010 | 1011100 | 1000011 | 0 | 111010 | 1111 | 10000000 | 1000010 | 111001 |
Color Harmonies of #49DA5C
Complementary color
Monochromatic Colors of #49DA5C
Black with #49DA5C
Text Example
Text Example
White with #49DA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DA5C; }
p { color: rgb(73,218,92); }
H1.HeaderClassName
{
color: #49DA5C;
}
.AnyTagClassName
{
color: #49DA5C;
}
</style>
background-color css
<style>
a { background-color: #49DA5C; }
a { background-color: rgb(73,218,92); }
div.DivClassName
{
background-color: #49DA5C;
}
.BgClassName
{
background-color: #49DA5C;
}
</style>
border-color css
<style>
span { border-color: #49DA5C; }
span { border-color: rgb(73,218,92); }
td.TdClassName
{
border-color: #49DA5C;
}
.TagClassName
{
border-color: #49DA5C;
}
</style>