Shades of Emerald #49ED89
Tints of Emerald #49ED89
RGB
CMYK
RGB Variations
Color information
#49ED89 (or 0x49ED89) is known color: Emerald. HEX triplet: 49, ED and 89. RGB value is (73,237,137). Sum of RGB (Red+Green+Blue) = 73+237+137=447 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.33% from 447); Green value is 237 (92.97% from 255 or 53.02% from 447); Blue value is 137 (53.91% from 255 or 30.65% from 447); Max value from RGB is 237 - color contains mainly: green. Hex color #49ED89 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49ED89 is #B61276. Grayscale: #B0B0B0. Windows color (decimal): -11932279 or 9039177. OLE color: 9039177.
HSL color Cylindrical-coordinate representation of color #49ED89: hue angle of 143.41º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49ED89 is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 237 | 137 | - |
| CMYK | 0.69 | 0 | 0.42 | 0.07 |
| HSL | 143.41º | 0.82% | 0.61% | - |
| HSV(B) | 143.41º | 0.69% | 0.93% | - |
| XYZ | 37.55 | 63.79 | 34 | - |
| YUV | 176.56 | 105.67 | 54.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 237 | 137 | 0.69 | 0 | 0.42 | 0.07 | 143.41 | 0.82 | 0.61 |
| Hex | 49 | ED | 89 | 45 | 0 | 2A | 7 | 8F | 52 | 3D |
| Octal | 111 | 355 | 211 | 105 | 0 | 52 | 7 | 217 | 122 | 75 |
| Binary | 1001001 | 11101101 | 10001001 | 1000101 | 0 | 101010 | 111 | 10001111 | 1010010 | 111101 |
Color Harmonies of #49ED89
Complementary color
Monochromatic Colors of #49ED89
Black with #49ED89
Text Example
Text Example
White with #49ED89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ED89; }
p { color: rgb(73,237,137); }
H1.HeaderClassName
{
color: #49ED89;
}
.AnyTagClassName
{
color: #49ED89;
}
</style>
background-color css
<style>
a { background-color: #49ED89; }
a { background-color: rgb(73,237,137); }
div.DivClassName
{
background-color: #49ED89;
}
.BgClassName
{
background-color: #49ED89;
}
</style>
border-color css
<style>
span { border-color: #49ED89; }
span { border-color: rgb(73,237,137); }
td.TdClassName
{
border-color: #49ED89;
}
.TagClassName
{
border-color: #49ED89;
}
</style>