Shades of Emerald #49D56D
Tints of Emerald #49D56D
RGB
CMYK
RGB Variations
Color information
#49D56D (or 0x49D56D) is known color: Emerald. HEX triplet: 49, D5 and 6D. RGB value is (73,213,109). Sum of RGB (Red+Green+Blue) = 73+213+109=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 213 (83.59% from 255 or 53.92% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 213 - color contains mainly: green. Hex color #49D56D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D56D is #B62A92. Grayscale: #9F9F9F. Windows color (decimal): -11938451 or 7198025. OLE color: 7198025.
HSL color Cylindrical-coordinate representation of color #49D56D: hue angle of 135.43º 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 #49D56D is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 213 | 109 | - |
| CMYK | 0.66 | 0 | 0.49 | 0.16 |
| HSL | 135.43º | 0.63% | 0.56% | - |
| HSV(B) | 135.43º | 0.66% | 0.84% | - |
| XYZ | 29.3 | 50.11 | 22.6 | - |
| YUV | 159.28 | 99.62 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 213 | 109 | 0.66 | 0 | 0.49 | 0.16 | 135.43 | 0.63 | 0.56 |
| Hex | 49 | D5 | 6D | 42 | 0 | 31 | 10 | 87 | 3E | 38 |
| Octal | 111 | 325 | 155 | 102 | 0 | 61 | 20 | 207 | 76 | 70 |
| Binary | 1001001 | 11010101 | 1101101 | 1000010 | 0 | 110001 | 10000 | 10000111 | 111110 | 111000 |
Color Harmonies of #49D56D
Complementary color
Monochromatic Colors of #49D56D
Black with #49D56D
Text Example
Text Example
White with #49D56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D56D; }
p { color: rgb(73,213,109); }
H1.HeaderClassName
{
color: #49D56D;
}
.AnyTagClassName
{
color: #49D56D;
}
</style>
background-color css
<style>
a { background-color: #49D56D; }
a { background-color: rgb(73,213,109); }
div.DivClassName
{
background-color: #49D56D;
}
.BgClassName
{
background-color: #49D56D;
}
</style>
border-color css
<style>
span { border-color: #49D56D; }
span { border-color: rgb(73,213,109); }
td.TdClassName
{
border-color: #49D56D;
}
.TagClassName
{
border-color: #49D56D;
}
</style>