Shades of Emerald #49F888
Tints of Emerald #49F888
RGB
CMYK
RGB Variations
Color information
#49F888 (or 0x49F888) is known color: Emerald. HEX triplet: 49, F8 and 88. RGB value is (73,248,136). Sum of RGB (Red+Green+Blue) = 73+248+136=457 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.97% from 457); Green value is 248 (97.27% from 255 or 54.27% from 457); Blue value is 136 (53.52% from 255 or 29.76% from 457); Max value from RGB is 248 - color contains mainly: green. Hex color #49F888 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F888 is #B60777. Grayscale: #B7B7B7. Windows color (decimal): -11929464 or 8976457. OLE color: 8976457.
HSL color Cylindrical-coordinate representation of color #49F888: hue angle of 141.6º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49F888 is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 73 | 248 | 136 | - |
| CMYK | 0.71 | 0 | 0.45 | 0.03 |
| HSL | 141.6º | 0.93% | 0.63% | - |
| HSV(B) | 141.6º | 0.71% | 0.97% | - |
| XYZ | 40.76 | 70.33 | 34.72 | - |
| YUV | 182.91 | 101.52 | 49.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 248 | 136 | 0.71 | 0 | 0.45 | 0.03 | 141.6 | 0.93 | 0.63 |
| Hex | 49 | F8 | 88 | 47 | 0 | 2D | 3 | 8E | 5D | 3F |
| Octal | 111 | 370 | 210 | 107 | 0 | 55 | 3 | 216 | 135 | 77 |
| Binary | 1001001 | 11111000 | 10001000 | 1000111 | 0 | 101101 | 11 | 10001110 | 1011101 | 111111 |
Color Harmonies of #49F888
Complementary color
Monochromatic Colors of #49F888
Black with #49F888
Text Example
Text Example
White with #49F888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F888; }
p { color: rgb(73,248,136); }
H1.HeaderClassName
{
color: #49F888;
}
.AnyTagClassName
{
color: #49F888;
}
</style>
background-color css
<style>
a { background-color: #49F888; }
a { background-color: rgb(73,248,136); }
div.DivClassName
{
background-color: #49F888;
}
.BgClassName
{
background-color: #49F888;
}
</style>
border-color css
<style>
span { border-color: #49F888; }
span { border-color: rgb(73,248,136); }
td.TdClassName
{
border-color: #49F888;
}
.TagClassName
{
border-color: #49F888;
}
</style>