Shades of Emerald #49E075
Tints of Emerald #49E075
RGB
CMYK
RGB Variations
Color information
#49E075 (or 0x49E075) is known color: Emerald. HEX triplet: 49, E0 and 75. RGB value is (73,224,117). Sum of RGB (Red+Green+Blue) = 73+224+117=414 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.63% from 414); Green value is 224 (87.89% from 255 or 54.11% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 224 - color contains mainly: green. Hex color #49E075 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49E075 is #B61F8A. Grayscale: #A6A6A6. Windows color (decimal): -11935627 or 7725129. OLE color: 7725129.
HSL color Cylindrical-coordinate representation of color #49E075: hue angle of 137.48º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49E075 is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 224 | 117 | - |
| CMYK | 0.67 | 0 | 0.48 | 0.12 |
| HSL | 137.48º | 0.71% | 0.58% | - |
| HSV(B) | 137.48º | 0.67% | 0.88% | - |
| XYZ | 32.61 | 56.01 | 25.92 | - |
| YUV | 166.65 | 99.97 | 61.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 224 | 117 | 0.67 | 0 | 0.48 | 0.12 | 137.48 | 0.71 | 0.58 |
| Hex | 49 | E0 | 75 | 43 | 0 | 30 | C | 89 | 47 | 3A |
| Octal | 111 | 340 | 165 | 103 | 0 | 60 | 14 | 211 | 107 | 72 |
| Binary | 1001001 | 11100000 | 1110101 | 1000011 | 0 | 110000 | 1100 | 10001001 | 1000111 | 111010 |
Color Harmonies of #49E075
Complementary color
Monochromatic Colors of #49E075
Black with #49E075
Text Example
Text Example
White with #49E075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E075; }
p { color: rgb(73,224,117); }
H1.HeaderClassName
{
color: #49E075;
}
.AnyTagClassName
{
color: #49E075;
}
</style>
background-color css
<style>
a { background-color: #49E075; }
a { background-color: rgb(73,224,117); }
div.DivClassName
{
background-color: #49E075;
}
.BgClassName
{
background-color: #49E075;
}
</style>
border-color css
<style>
span { border-color: #49E075; }
span { border-color: rgb(73,224,117); }
td.TdClassName
{
border-color: #49E075;
}
.TagClassName
{
border-color: #49E075;
}
</style>