Shades of Emerald #49EF85
Tints of Emerald #49EF85
RGB
CMYK
RGB Variations
Color information
#49EF85 (or 0x49EF85) is known color: Emerald. HEX triplet: 49, EF and 85. RGB value is (73,239,133). Sum of RGB (Red+Green+Blue) = 73+239+133=445 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.40% from 445); Green value is 239 (93.75% from 255 or 53.71% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 239 - color contains mainly: green. Hex color #49EF85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EF85 is #B6107A. Grayscale: #B1B1B1. Windows color (decimal): -11931771 or 8777545. OLE color: 8777545.
HSL color Cylindrical-coordinate representation of color #49EF85: hue angle of 141.69º 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 #49EF85 is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 239 | 133 | - |
| CMYK | 0.69 | 0 | 0.44 | 0.06 |
| HSL | 141.69º | 0.84% | 0.61% | - |
| HSV(B) | 141.69º | 0.69% | 0.94% | - |
| XYZ | 37.85 | 64.84 | 32.71 | - |
| YUV | 177.28 | 103 | 53.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 239 | 133 | 0.69 | 0 | 0.44 | 0.06 | 141.69 | 0.84 | 0.61 |
| Hex | 49 | EF | 85 | 45 | 0 | 2C | 6 | 8E | 54 | 3D |
| Octal | 111 | 357 | 205 | 105 | 0 | 54 | 6 | 216 | 124 | 75 |
| Binary | 1001001 | 11101111 | 10000101 | 1000101 | 0 | 101100 | 110 | 10001110 | 1010100 | 111101 |
Color Harmonies of #49EF85
Complementary color
Monochromatic Colors of #49EF85
Black with #49EF85
Text Example
Text Example
White with #49EF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EF85; }
p { color: rgb(73,239,133); }
H1.HeaderClassName
{
color: #49EF85;
}
.AnyTagClassName
{
color: #49EF85;
}
</style>
background-color css
<style>
a { background-color: #49EF85; }
a { background-color: rgb(73,239,133); }
div.DivClassName
{
background-color: #49EF85;
}
.BgClassName
{
background-color: #49EF85;
}
</style>
border-color css
<style>
span { border-color: #49EF85; }
span { border-color: rgb(73,239,133); }
td.TdClassName
{
border-color: #49EF85;
}
.TagClassName
{
border-color: #49EF85;
}
</style>