Shades of Emerald #49F180
Tints of Emerald #49F180
RGB
CMYK
RGB Variations
Color information
#49F180 (or 0x49F180) is known color: Emerald. HEX triplet: 49, F1 and 80. RGB value is (73,241,128). Sum of RGB (Red+Green+Blue) = 73+241+128=442 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.52% from 442); Green value is 241 (94.53% from 255 or 54.52% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 241 - color contains mainly: green. Hex color #49F180 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F180 is #B60E7F. Grayscale: #B2B2B2. Windows color (decimal): -11931264 or 8450377. OLE color: 8450377.
HSL color Cylindrical-coordinate representation of color #49F180: hue angle of 139.64º 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 #49F180 is Cyan = 0.70, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 241 | 128 | - |
| CMYK | 0.70 | 0 | 0.47 | 0.05 |
| HSL | 139.64º | 0.86% | 0.62% | - |
| HSV(B) | 139.64º | 0.7% | 0.95% | - |
| XYZ | 38.1 | 65.89 | 31.13 | - |
| YUV | 177.89 | 99.84 | 53.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 241 | 128 | 0.70 | 0 | 0.47 | 0.05 | 139.64 | 0.86 | 0.62 |
| Hex | 49 | F1 | 80 | 46 | 0 | 2F | 5 | 8C | 56 | 3E |
| Octal | 111 | 361 | 200 | 106 | 0 | 57 | 5 | 214 | 126 | 76 |
| Binary | 1001001 | 11110001 | 10000000 | 1000110 | 0 | 101111 | 101 | 10001100 | 1010110 | 111110 |
Color Harmonies of #49F180
Complementary color
Monochromatic Colors of #49F180
Black with #49F180
Text Example
Text Example
White with #49F180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F180; }
p { color: rgb(73,241,128); }
H1.HeaderClassName
{
color: #49F180;
}
.AnyTagClassName
{
color: #49F180;
}
</style>
background-color css
<style>
a { background-color: #49F180; }
a { background-color: rgb(73,241,128); }
div.DivClassName
{
background-color: #49F180;
}
.BgClassName
{
background-color: #49F180;
}
</style>
border-color css
<style>
span { border-color: #49F180; }
span { border-color: rgb(73,241,128); }
td.TdClassName
{
border-color: #49F180;
}
.TagClassName
{
border-color: #49F180;
}
</style>