Shades of Emerald #49E77C
Tints of Emerald #49E77C
RGB
CMYK
RGB Variations
Color information
#49E77C (or 0x49E77C) is known color: Emerald. HEX triplet: 49, E7 and 7C. RGB value is (73,231,124). Sum of RGB (Red+Green+Blue) = 73+231+124=428 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.06% from 428); Green value is 231 (90.62% from 255 or 53.97% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 231 - color contains mainly: green. Hex color #49E77C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49E77C is #B61883. Grayscale: #ABABAB. Windows color (decimal): -11933828 or 8185673. OLE color: 8185673.
HSL color Cylindrical-coordinate representation of color #49E77C: hue angle of 139.37º 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 #49E77C is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 231 | 124 | - |
| CMYK | 0.68 | 0 | 0.46 | 0.09 |
| HSL | 139.37º | 0.77% | 0.6% | - |
| HSV(B) | 139.37º | 0.68% | 0.91% | - |
| XYZ | 34.96 | 60.02 | 28.81 | - |
| YUV | 171.56 | 101.15 | 57.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 231 | 124 | 0.68 | 0 | 0.46 | 0.09 | 139.37 | 0.77 | 0.6 |
| Hex | 49 | E7 | 7C | 44 | 0 | 2E | 9 | 8B | 4D | 3C |
| Octal | 111 | 347 | 174 | 104 | 0 | 56 | 11 | 213 | 115 | 74 |
| Binary | 1001001 | 11100111 | 1111100 | 1000100 | 0 | 101110 | 1001 | 10001011 | 1001101 | 111100 |
Color Harmonies of #49E77C
Complementary color
Monochromatic Colors of #49E77C
Black with #49E77C
Text Example
Text Example
White with #49E77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E77C; }
p { color: rgb(73,231,124); }
H1.HeaderClassName
{
color: #49E77C;
}
.AnyTagClassName
{
color: #49E77C;
}
</style>
background-color css
<style>
a { background-color: #49E77C; }
a { background-color: rgb(73,231,124); }
div.DivClassName
{
background-color: #49E77C;
}
.BgClassName
{
background-color: #49E77C;
}
</style>
border-color css
<style>
span { border-color: #49E77C; }
span { border-color: rgb(73,231,124); }
td.TdClassName
{
border-color: #49E77C;
}
.TagClassName
{
border-color: #49E77C;
}
</style>