Shades of Emerald #49ED84
Tints of Emerald #49ED84
RGB
CMYK
RGB Variations
Color information
#49ED84 (or 0x49ED84) is known color: Emerald. HEX triplet: 49, ED and 84. RGB value is (73,237,132). Sum of RGB (Red+Green+Blue) = 73+237+132=442 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.52% from 442); Green value is 237 (92.97% from 255 or 53.62% from 442); Blue value is 132 (51.95% from 255 or 29.86% from 442); Max value from RGB is 237 - color contains mainly: green. Hex color #49ED84 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49ED84 is #B6127B. Grayscale: #B0B0B0. Windows color (decimal): -11932284 or 8711497. OLE color: 8711497.
HSL color Cylindrical-coordinate representation of color #49ED84: hue angle of 141.59º 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 #49ED84 is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 237 | 132 | - |
| CMYK | 0.69 | 0 | 0.44 | 0.07 |
| HSL | 141.59º | 0.82% | 0.61% | - |
| HSV(B) | 141.59º | 0.69% | 0.93% | - |
| XYZ | 37.2 | 63.65 | 32.16 | - |
| YUV | 175.99 | 103.17 | 54.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 237 | 132 | 0.69 | 0 | 0.44 | 0.07 | 141.59 | 0.82 | 0.61 |
| Hex | 49 | ED | 84 | 45 | 0 | 2C | 7 | 8E | 52 | 3D |
| Octal | 111 | 355 | 204 | 105 | 0 | 54 | 7 | 216 | 122 | 75 |
| Binary | 1001001 | 11101101 | 10000100 | 1000101 | 0 | 101100 | 111 | 10001110 | 1010010 | 111101 |
Color Harmonies of #49ED84
Complementary color
Monochromatic Colors of #49ED84
Black with #49ED84
Text Example
Text Example
White with #49ED84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ED84; }
p { color: rgb(73,237,132); }
H1.HeaderClassName
{
color: #49ED84;
}
.AnyTagClassName
{
color: #49ED84;
}
</style>
background-color css
<style>
a { background-color: #49ED84; }
a { background-color: rgb(73,237,132); }
div.DivClassName
{
background-color: #49ED84;
}
.BgClassName
{
background-color: #49ED84;
}
</style>
border-color css
<style>
span { border-color: #49ED84; }
span { border-color: rgb(73,237,132); }
td.TdClassName
{
border-color: #49ED84;
}
.TagClassName
{
border-color: #49ED84;
}
</style>