Shades of Emerald #49E070
Tints of Emerald #49E070
RGB
CMYK
RGB Variations
Color information
#49E070 (or 0x49E070) is known color: Emerald. HEX triplet: 49, E0 and 70. RGB value is (73,224,112). Sum of RGB (Red+Green+Blue) = 73+224+112=409 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.85% from 409); Green value is 224 (87.89% from 255 or 54.77% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 224 - color contains mainly: green. Hex color #49E070 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49E070 is #B61F8F. Grayscale: #A6A6A6. Windows color (decimal): -11935632 or 7397449. OLE color: 7397449.
HSL color Cylindrical-coordinate representation of color #49E070: hue angle of 135.5º 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 #49E070 is Cyan = 0.67, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 224 | 112 | - |
| CMYK | 0.67 | 0 | 0.50 | 0.12 |
| HSL | 135.5º | 0.71% | 0.58% | - |
| HSV(B) | 135.5º | 0.67% | 0.88% | - |
| XYZ | 32.33 | 55.9 | 24.41 | - |
| YUV | 166.08 | 97.47 | 61.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 224 | 112 | 0.67 | 0 | 0.50 | 0.12 | 135.5 | 0.71 | 0.58 |
| Hex | 49 | E0 | 70 | 43 | 0 | 32 | C | 87 | 47 | 3A |
| Octal | 111 | 340 | 160 | 103 | 0 | 62 | 14 | 207 | 107 | 72 |
| Binary | 1001001 | 11100000 | 1110000 | 1000011 | 0 | 110010 | 1100 | 10000111 | 1000111 | 111010 |
Color Harmonies of #49E070
Complementary color
Monochromatic Colors of #49E070
Black with #49E070
Text Example
Text Example
White with #49E070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E070; }
p { color: rgb(73,224,112); }
H1.HeaderClassName
{
color: #49E070;
}
.AnyTagClassName
{
color: #49E070;
}
</style>
background-color css
<style>
a { background-color: #49E070; }
a { background-color: rgb(73,224,112); }
div.DivClassName
{
background-color: #49E070;
}
.BgClassName
{
background-color: #49E070;
}
</style>
border-color css
<style>
span { border-color: #49E070; }
span { border-color: rgb(73,224,112); }
td.TdClassName
{
border-color: #49E070;
}
.TagClassName
{
border-color: #49E070;
}
</style>