Shades of Emerald #49EA77
Tints of Emerald #49EA77
RGB
CMYK
RGB Variations
Color information
#49EA77 (or 0x49EA77) is known color: Emerald. HEX triplet: 49, EA and 77. RGB value is (73,234,119). Sum of RGB (Red+Green+Blue) = 73+234+119=426 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.14% from 426); Green value is 234 (91.80% from 255 or 54.93% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 234 - color contains mainly: green. Hex color #49EA77 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49EA77 is #B61588. Grayscale: #ADADAD. Windows color (decimal): -11933065 or 7858761. OLE color: 7858761.
HSL color Cylindrical-coordinate representation of color #49EA77: hue angle of 137.14º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EA77 is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 234 | 119 | - |
| CMYK | 0.69 | 0 | 0.49 | 0.08 |
| HSL | 137.14º | 0.79% | 0.6% | - |
| HSV(B) | 137.14º | 0.69% | 0.92% | - |
| XYZ | 35.5 | 61.59 | 27.47 | - |
| YUV | 172.75 | 97.66 | 56.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 234 | 119 | 0.69 | 0 | 0.49 | 0.08 | 137.14 | 0.79 | 0.6 |
| Hex | 49 | EA | 77 | 45 | 0 | 31 | 8 | 89 | 4F | 3C |
| Octal | 111 | 352 | 167 | 105 | 0 | 61 | 10 | 211 | 117 | 74 |
| Binary | 1001001 | 11101010 | 1110111 | 1000101 | 0 | 110001 | 1000 | 10001001 | 1001111 | 111100 |
Color Harmonies of #49EA77
Complementary color
Monochromatic Colors of #49EA77
Black with #49EA77
Text Example
Text Example
White with #49EA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EA77; }
p { color: rgb(73,234,119); }
H1.HeaderClassName
{
color: #49EA77;
}
.AnyTagClassName
{
color: #49EA77;
}
</style>
background-color css
<style>
a { background-color: #49EA77; }
a { background-color: rgb(73,234,119); }
div.DivClassName
{
background-color: #49EA77;
}
.BgClassName
{
background-color: #49EA77;
}
</style>
border-color css
<style>
span { border-color: #49EA77; }
span { border-color: rgb(73,234,119); }
td.TdClassName
{
border-color: #49EA77;
}
.TagClassName
{
border-color: #49EA77;
}
</style>