Shades of Emerald #49D581
Tints of Emerald #49D581
RGB
CMYK
RGB Variations
Color information
#49D581 (or 0x49D581) is known color: Emerald. HEX triplet: 49, D5 and 81. RGB value is (73,213,129). Sum of RGB (Red+Green+Blue) = 73+213+129=415 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.59% from 415); Green value is 213 (83.59% from 255 or 51.33% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 213 - color contains mainly: green. Hex color #49D581 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D581 is #B62A7E. Grayscale: #A1A1A1. Windows color (decimal): -11938431 or 8508745. OLE color: 8508745.
HSL color Cylindrical-coordinate representation of color #49D581: hue angle of 144º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D581 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 213 | 129 | - |
| CMYK | 0.66 | 0 | 0.39 | 0.16 |
| HSL | 144º | 0.63% | 0.56% | - |
| HSV(B) | 144º | 0.66% | 0.84% | - |
| XYZ | 30.5 | 50.59 | 28.93 | - |
| YUV | 161.56 | 109.62 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 213 | 129 | 0.66 | 0 | 0.39 | 0.16 | 144 | 0.63 | 0.56 |
| Hex | 49 | D5 | 81 | 42 | 0 | 27 | 10 | 90 | 3E | 38 |
| Octal | 111 | 325 | 201 | 102 | 0 | 47 | 20 | 220 | 76 | 70 |
| Binary | 1001001 | 11010101 | 10000001 | 1000010 | 0 | 100111 | 10000 | 10010000 | 111110 | 111000 |
Color Harmonies of #49D581
Complementary color
Monochromatic Colors of #49D581
Black with #49D581
Text Example
Text Example
White with #49D581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D581; }
p { color: rgb(73,213,129); }
H1.HeaderClassName
{
color: #49D581;
}
.AnyTagClassName
{
color: #49D581;
}
</style>
background-color css
<style>
a { background-color: #49D581; }
a { background-color: rgb(73,213,129); }
div.DivClassName
{
background-color: #49D581;
}
.BgClassName
{
background-color: #49D581;
}
</style>
border-color css
<style>
span { border-color: #49D581; }
span { border-color: rgb(73,213,129); }
td.TdClassName
{
border-color: #49D581;
}
.TagClassName
{
border-color: #49D581;
}
</style>