Shades of Emerald #49ED83
Tints of Emerald #49ED83
RGB
CMYK
RGB Variations
Color information
#49ED83 (or 0x49ED83) is known color: Emerald. HEX triplet: 49, ED and 83. RGB value is (73,237,131). Sum of RGB (Red+Green+Blue) = 73+237+131=441 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.55% from 441); Green value is 237 (92.97% from 255 or 53.74% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 237 - color contains mainly: green. Hex color #49ED83 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49ED83 is #B6127C. Grayscale: #B0B0B0. Windows color (decimal): -11932285 or 8645961. OLE color: 8645961.
HSL color Cylindrical-coordinate representation of color #49ED83: hue angle of 141.22º 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 #49ED83 is Cyan = 0.69, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 237 | 131 | - |
| CMYK | 0.69 | 0 | 0.45 | 0.07 |
| HSL | 141.22º | 0.82% | 0.61% | - |
| HSV(B) | 141.22º | 0.69% | 0.93% | - |
| XYZ | 37.13 | 63.62 | 31.8 | - |
| YUV | 175.88 | 102.67 | 54.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 237 | 131 | 0.69 | 0 | 0.45 | 0.07 | 141.22 | 0.82 | 0.61 |
| Hex | 49 | ED | 83 | 45 | 0 | 2D | 7 | 8D | 52 | 3D |
| Octal | 111 | 355 | 203 | 105 | 0 | 55 | 7 | 215 | 122 | 75 |
| Binary | 1001001 | 11101101 | 10000011 | 1000101 | 0 | 101101 | 111 | 10001101 | 1010010 | 111101 |
Color Harmonies of #49ED83
Complementary color
Monochromatic Colors of #49ED83
Black with #49ED83
Text Example
Text Example
White with #49ED83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ED83; }
p { color: rgb(73,237,131); }
H1.HeaderClassName
{
color: #49ED83;
}
.AnyTagClassName
{
color: #49ED83;
}
</style>
background-color css
<style>
a { background-color: #49ED83; }
a { background-color: rgb(73,237,131); }
div.DivClassName
{
background-color: #49ED83;
}
.BgClassName
{
background-color: #49ED83;
}
</style>
border-color css
<style>
span { border-color: #49ED83; }
span { border-color: rgb(73,237,131); }
td.TdClassName
{
border-color: #49ED83;
}
.TagClassName
{
border-color: #49ED83;
}
</style>