Shades of Emerald #49E061
Tints of Emerald #49E061
RGB
CMYK
RGB Variations
Color information
#49E061 (or 0x49E061) is known color: Emerald. HEX triplet: 49, E0 and 61. RGB value is (73,224,97). Sum of RGB (Red+Green+Blue) = 73+224+97=394 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.53% from 394); Green value is 224 (87.89% from 255 or 56.85% from 394); Blue value is 97 (38.28% from 255 or 24.62% from 394); Max value from RGB is 224 - color contains mainly: green. Hex color #49E061 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49E061 is #B61F9E. Grayscale: #A4A4A4. Windows color (decimal): -11935647 or 6414409. OLE color: 6414409.
HSL color Cylindrical-coordinate representation of color #49E061: hue angle of 129.54º 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 #49E061 is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 224 | 97 | - |
| CMYK | 0.67 | 0 | 0.57 | 0.12 |
| HSL | 129.54º | 0.71% | 0.58% | - |
| HSV(B) | 129.54º | 0.67% | 0.88% | - |
| XYZ | 31.56 | 55.59 | 20.38 | - |
| YUV | 164.37 | 89.97 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 224 | 97 | 0.67 | 0 | 0.57 | 0.12 | 129.54 | 0.71 | 0.58 |
| Hex | 49 | E0 | 61 | 43 | 0 | 39 | C | 82 | 47 | 3A |
| Octal | 111 | 340 | 141 | 103 | 0 | 71 | 14 | 202 | 107 | 72 |
| Binary | 1001001 | 11100000 | 1100001 | 1000011 | 0 | 111001 | 1100 | 10000010 | 1000111 | 111010 |
Color Harmonies of #49E061
Complementary color
Monochromatic Colors of #49E061
Black with #49E061
Text Example
Text Example
White with #49E061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E061; }
p { color: rgb(73,224,97); }
H1.HeaderClassName
{
color: #49E061;
}
.AnyTagClassName
{
color: #49E061;
}
</style>
background-color css
<style>
a { background-color: #49E061; }
a { background-color: rgb(73,224,97); }
div.DivClassName
{
background-color: #49E061;
}
.BgClassName
{
background-color: #49E061;
}
</style>
border-color css
<style>
span { border-color: #49E061; }
span { border-color: rgb(73,224,97); }
td.TdClassName
{
border-color: #49E061;
}
.TagClassName
{
border-color: #49E061;
}
</style>