Shades of Emerald #49EF8D
Tints of Emerald #49EF8D
RGB
CMYK
RGB Variations
Color information
#49EF8D (or 0x49EF8D) is known color: Emerald. HEX triplet: 49, EF and 8D. RGB value is (73,239,141). Sum of RGB (Red+Green+Blue) = 73+239+141=453 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.11% from 453); Green value is 239 (93.75% from 255 or 52.76% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 239 - color contains mainly: green. Hex color #49EF8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EF8D is #B61072. Grayscale: #B2B2B2. Windows color (decimal): -11931763 or 9301833. OLE color: 9301833.
HSL color Cylindrical-coordinate representation of color #49EF8D: hue angle of 144.58º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EF8D is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 239 | 141 | - |
| CMYK | 0.69 | 0 | 0.41 | 0.06 |
| HSL | 144.58º | 0.84% | 0.61% | - |
| HSV(B) | 144.58º | 0.69% | 0.94% | - |
| XYZ | 38.42 | 65.07 | 35.73 | - |
| YUV | 178.19 | 107 | 52.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 239 | 141 | 0.69 | 0 | 0.41 | 0.06 | 144.58 | 0.84 | 0.61 |
| Hex | 49 | EF | 8D | 45 | 0 | 29 | 6 | 91 | 54 | 3D |
| Octal | 111 | 357 | 215 | 105 | 0 | 51 | 6 | 221 | 124 | 75 |
| Binary | 1001001 | 11101111 | 10001101 | 1000101 | 0 | 101001 | 110 | 10010001 | 1010100 | 111101 |
Color Harmonies of #49EF8D
Complementary color
Monochromatic Colors of #49EF8D
Black with #49EF8D
Text Example
Text Example
White with #49EF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EF8D; }
p { color: rgb(73,239,141); }
H1.HeaderClassName
{
color: #49EF8D;
}
.AnyTagClassName
{
color: #49EF8D;
}
</style>
background-color css
<style>
a { background-color: #49EF8D; }
a { background-color: rgb(73,239,141); }
div.DivClassName
{
background-color: #49EF8D;
}
.BgClassName
{
background-color: #49EF8D;
}
</style>
border-color css
<style>
span { border-color: #49EF8D; }
span { border-color: rgb(73,239,141); }
td.TdClassName
{
border-color: #49EF8D;
}
.TagClassName
{
border-color: #49EF8D;
}
</style>