Shades of Emerald #49E783
Tints of Emerald #49E783
RGB
CMYK
RGB Variations
Color information
#49E783 (or 0x49E783) is known color: Emerald. HEX triplet: 49, E7 and 83. RGB value is (73,231,131). Sum of RGB (Red+Green+Blue) = 73+231+131=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 231 (90.62% from 255 or 53.10% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 231 - color contains mainly: green. Hex color #49E783 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49E783 is #B6187C. Grayscale: #ACACAC. Windows color (decimal): -11933821 or 8644425. OLE color: 8644425.
HSL color Cylindrical-coordinate representation of color #49E783: hue angle of 142.03º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E783 is Cyan = 0.68, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 231 | 131 | - |
| CMYK | 0.68 | 0 | 0.43 | 0.09 |
| HSL | 142.03º | 0.77% | 0.6% | - |
| HSV(B) | 142.03º | 0.68% | 0.91% | - |
| XYZ | 35.42 | 60.21 | 31.23 | - |
| YUV | 172.36 | 104.65 | 57.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 231 | 131 | 0.68 | 0 | 0.43 | 0.09 | 142.03 | 0.77 | 0.6 |
| Hex | 49 | E7 | 83 | 44 | 0 | 2B | 9 | 8E | 4D | 3C |
| Octal | 111 | 347 | 203 | 104 | 0 | 53 | 11 | 216 | 115 | 74 |
| Binary | 1001001 | 11100111 | 10000011 | 1000100 | 0 | 101011 | 1001 | 10001110 | 1001101 | 111100 |
Color Harmonies of #49E783
Complementary color
Monochromatic Colors of #49E783
Black with #49E783
Text Example
Text Example
White with #49E783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E783; }
p { color: rgb(73,231,131); }
H1.HeaderClassName
{
color: #49E783;
}
.AnyTagClassName
{
color: #49E783;
}
</style>
background-color css
<style>
a { background-color: #49E783; }
a { background-color: rgb(73,231,131); }
div.DivClassName
{
background-color: #49E783;
}
.BgClassName
{
background-color: #49E783;
}
</style>
border-color css
<style>
span { border-color: #49E783; }
span { border-color: rgb(73,231,131); }
td.TdClassName
{
border-color: #49E783;
}
.TagClassName
{
border-color: #49E783;
}
</style>