Shades of Emerald #49D55D
Tints of Emerald #49D55D
RGB
CMYK
RGB Variations
Color information
#49D55D (or 0x49D55D) is known color: Emerald. HEX triplet: 49, D5 and 5D. RGB value is (73,213,93). Sum of RGB (Red+Green+Blue) = 73+213+93=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 213 (83.59% from 255 or 56.20% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 213 - color contains mainly: green. Hex color #49D55D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D55D is #B62AA2. Grayscale: #9D9D9D. Windows color (decimal): -11938467 or 6149449. OLE color: 6149449.
HSL color Cylindrical-coordinate representation of color #49D55D: hue angle of 128.57º 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 #49D55D is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 213 | 93 | - |
| CMYK | 0.66 | 0 | 0.56 | 0.16 |
| HSL | 128.57º | 0.63% | 0.56% | - |
| HSV(B) | 128.57º | 0.66% | 0.84% | - |
| XYZ | 28.52 | 49.8 | 18.46 | - |
| YUV | 157.46 | 91.62 | 67.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 213 | 93 | 0.66 | 0 | 0.56 | 0.16 | 128.57 | 0.63 | 0.56 |
| Hex | 49 | D5 | 5D | 42 | 0 | 38 | 10 | 81 | 3E | 38 |
| Octal | 111 | 325 | 135 | 102 | 0 | 70 | 20 | 201 | 76 | 70 |
| Binary | 1001001 | 11010101 | 1011101 | 1000010 | 0 | 111000 | 10000 | 10000001 | 111110 | 111000 |
Color Harmonies of #49D55D
Complementary color
Monochromatic Colors of #49D55D
Black with #49D55D
Text Example
Text Example
White with #49D55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D55D; }
p { color: rgb(73,213,93); }
H1.HeaderClassName
{
color: #49D55D;
}
.AnyTagClassName
{
color: #49D55D;
}
</style>
background-color css
<style>
a { background-color: #49D55D; }
a { background-color: rgb(73,213,93); }
div.DivClassName
{
background-color: #49D55D;
}
.BgClassName
{
background-color: #49D55D;
}
</style>
border-color css
<style>
span { border-color: #49D55D; }
span { border-color: rgb(73,213,93); }
td.TdClassName
{
border-color: #49D55D;
}
.TagClassName
{
border-color: #49D55D;
}
</style>