Shades of Emerald #49ED80
Tints of Emerald #49ED80
RGB
CMYK
RGB Variations
Color information
#49ED80 (or 0x49ED80) is known color: Emerald. HEX triplet: 49, ED and 80. RGB value is (73,237,128). Sum of RGB (Red+Green+Blue) = 73+237+128=438 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.67% from 438); Green value is 237 (92.97% from 255 or 54.11% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 237 - color contains mainly: green. Hex color #49ED80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49ED80 is #B6127F. Grayscale: #AFAFAF. Windows color (decimal): -11932288 or 8449353. OLE color: 8449353.
HSL color Cylindrical-coordinate representation of color #49ED80: hue angle of 140.12º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49ED80 is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 237 | 128 | - |
| CMYK | 0.69 | 0 | 0.46 | 0.07 |
| HSL | 140.12º | 0.82% | 0.61% | - |
| HSV(B) | 140.12º | 0.69% | 0.93% | - |
| XYZ | 36.93 | 63.54 | 30.74 | - |
| YUV | 175.54 | 101.17 | 54.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 237 | 128 | 0.69 | 0 | 0.46 | 0.07 | 140.12 | 0.82 | 0.61 |
| Hex | 49 | ED | 80 | 45 | 0 | 2E | 7 | 8C | 52 | 3D |
| Octal | 111 | 355 | 200 | 105 | 0 | 56 | 7 | 214 | 122 | 75 |
| Binary | 1001001 | 11101101 | 10000000 | 1000101 | 0 | 101110 | 111 | 10001100 | 1010010 | 111101 |
Color Harmonies of #49ED80
Complementary color
Monochromatic Colors of #49ED80
Black with #49ED80
Text Example
Text Example
White with #49ED80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ED80; }
p { color: rgb(73,237,128); }
H1.HeaderClassName
{
color: #49ED80;
}
.AnyTagClassName
{
color: #49ED80;
}
</style>
background-color css
<style>
a { background-color: #49ED80; }
a { background-color: rgb(73,237,128); }
div.DivClassName
{
background-color: #49ED80;
}
.BgClassName
{
background-color: #49ED80;
}
</style>
border-color css
<style>
span { border-color: #49ED80; }
span { border-color: rgb(73,237,128); }
td.TdClassName
{
border-color: #49ED80;
}
.TagClassName
{
border-color: #49ED80;
}
</style>