Shades of Emerald #49E868
Tints of Emerald #49E868
RGB
CMYK
RGB Variations
Color information
#49E868 (or 0x49E868) is known color: Emerald. HEX triplet: 49, E8 and 68. RGB value is (73,232,104). Sum of RGB (Red+Green+Blue) = 73+232+104=409 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.85% from 409); Green value is 232 (91.02% from 255 or 56.72% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 232 - color contains mainly: green. Hex color #49E868 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49E868 is #B61797. Grayscale: #AAAAAA. Windows color (decimal): -11933592 or 6875209. OLE color: 6875209.
HSL color Cylindrical-coordinate representation of color #49E868: hue angle of 131.7º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49E868 is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 232 | 104 | - |
| CMYK | 0.69 | 0 | 0.55 | 0.09 |
| HSL | 131.7º | 0.78% | 0.6% | - |
| HSV(B) | 131.7º | 0.69% | 0.91% | - |
| XYZ | 34.1 | 60.13 | 22.91 | - |
| YUV | 169.87 | 90.82 | 58.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 232 | 104 | 0.69 | 0 | 0.55 | 0.09 | 131.7 | 0.78 | 0.6 |
| Hex | 49 | E8 | 68 | 45 | 0 | 37 | 9 | 84 | 4E | 3C |
| Octal | 111 | 350 | 150 | 105 | 0 | 67 | 11 | 204 | 116 | 74 |
| Binary | 1001001 | 11101000 | 1101000 | 1000101 | 0 | 110111 | 1001 | 10000100 | 1001110 | 111100 |
Color Harmonies of #49E868
Complementary color
Monochromatic Colors of #49E868
Black with #49E868
Text Example
Text Example
White with #49E868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E868; }
p { color: rgb(73,232,104); }
H1.HeaderClassName
{
color: #49E868;
}
.AnyTagClassName
{
color: #49E868;
}
</style>
background-color css
<style>
a { background-color: #49E868; }
a { background-color: rgb(73,232,104); }
div.DivClassName
{
background-color: #49E868;
}
.BgClassName
{
background-color: #49E868;
}
</style>
border-color css
<style>
span { border-color: #49E868; }
span { border-color: rgb(73,232,104); }
td.TdClassName
{
border-color: #49E868;
}
.TagClassName
{
border-color: #49E868;
}
</style>