Shades of Emerald #49F188
Tints of Emerald #49F188
RGB
CMYK
RGB Variations
Color information
#49F188 (or 0x49F188) is known color: Emerald. HEX triplet: 49, F1 and 88. RGB value is (73,241,136). Sum of RGB (Red+Green+Blue) = 73+241+136=450 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.22% from 450); Green value is 241 (94.53% from 255 or 53.56% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 241 - color contains mainly: green. Hex color #49F188 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F188 is #B60E77. Grayscale: #B3B3B3. Windows color (decimal): -11931256 or 8974665. OLE color: 8974665.
HSL color Cylindrical-coordinate representation of color #49F188: hue angle of 142.5º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F188 is Cyan = 0.70, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 241 | 136 | - |
| CMYK | 0.70 | 0 | 0.44 | 0.05 |
| HSL | 142.5º | 0.86% | 0.62% | - |
| HSV(B) | 142.5º | 0.7% | 0.95% | - |
| XYZ | 38.65 | 66.1 | 34.02 | - |
| YUV | 178.8 | 103.84 | 52.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 241 | 136 | 0.70 | 0 | 0.44 | 0.05 | 142.5 | 0.86 | 0.62 |
| Hex | 49 | F1 | 88 | 46 | 0 | 2C | 5 | 8E | 56 | 3E |
| Octal | 111 | 361 | 210 | 106 | 0 | 54 | 5 | 216 | 126 | 76 |
| Binary | 1001001 | 11110001 | 10001000 | 1000110 | 0 | 101100 | 101 | 10001110 | 1010110 | 111110 |
Color Harmonies of #49F188
Complementary color
Monochromatic Colors of #49F188
Black with #49F188
Text Example
Text Example
White with #49F188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F188; }
p { color: rgb(73,241,136); }
H1.HeaderClassName
{
color: #49F188;
}
.AnyTagClassName
{
color: #49F188;
}
</style>
background-color css
<style>
a { background-color: #49F188; }
a { background-color: rgb(73,241,136); }
div.DivClassName
{
background-color: #49F188;
}
.BgClassName
{
background-color: #49F188;
}
</style>
border-color css
<style>
span { border-color: #49F188; }
span { border-color: rgb(73,241,136); }
td.TdClassName
{
border-color: #49F188;
}
.TagClassName
{
border-color: #49F188;
}
</style>