Shades of Emerald #49D782
Tints of Emerald #49D782
RGB
CMYK
RGB Variations
Color information
#49D782 (or 0x49D782) is known color: Emerald. HEX triplet: 49, D7 and 82. RGB value is (73,215,130). Sum of RGB (Red+Green+Blue) = 73+215+130=418 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.46% from 418); Green value is 215 (84.38% from 255 or 51.44% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 215 - color contains mainly: green. Hex color #49D782 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D782 is #B6287D. Grayscale: #A3A3A3. Windows color (decimal): -11937918 or 8574793. OLE color: 8574793.
HSL color Cylindrical-coordinate representation of color #49D782: hue angle of 144.08º degrees, saturation: 0.64, 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 #49D782 is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 215 | 130 | - |
| CMYK | 0.66 | 0 | 0.40 | 0.16 |
| HSL | 144.08º | 0.64% | 0.56% | - |
| HSV(B) | 144.08º | 0.66% | 0.84% | - |
| XYZ | 31.08 | 51.63 | 29.45 | - |
| YUV | 162.85 | 109.46 | 63.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 215 | 130 | 0.66 | 0 | 0.40 | 0.16 | 144.08 | 0.64 | 0.56 |
| Hex | 49 | D7 | 82 | 42 | 0 | 28 | 10 | 90 | 40 | 38 |
| Octal | 111 | 327 | 202 | 102 | 0 | 50 | 20 | 220 | 100 | 70 |
| Binary | 1001001 | 11010111 | 10000010 | 1000010 | 0 | 101000 | 10000 | 10010000 | 1000000 | 111000 |
Color Harmonies of #49D782
Complementary color
Monochromatic Colors of #49D782
Black with #49D782
Text Example
Text Example
White with #49D782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D782; }
p { color: rgb(73,215,130); }
H1.HeaderClassName
{
color: #49D782;
}
.AnyTagClassName
{
color: #49D782;
}
</style>
background-color css
<style>
a { background-color: #49D782; }
a { background-color: rgb(73,215,130); }
div.DivClassName
{
background-color: #49D782;
}
.BgClassName
{
background-color: #49D782;
}
</style>
border-color css
<style>
span { border-color: #49D782; }
span { border-color: rgb(73,215,130); }
td.TdClassName
{
border-color: #49D782;
}
.TagClassName
{
border-color: #49D782;
}
</style>