Shades of Emerald #49D277
Tints of Emerald #49D277
RGB
CMYK
RGB Variations
Color information
#49D277 (or 0x49D277) is known color: Emerald. HEX triplet: 49, D2 and 77. RGB value is (73,210,119). Sum of RGB (Red+Green+Blue) = 73+210+119=402 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.16% from 402); Green value is 210 (82.42% from 255 or 52.24% from 402); Blue value is 119 (46.88% from 255 or 29.60% from 402); Max value from RGB is 210 - color contains mainly: green. Hex color #49D277 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D277 is #B62D88. Grayscale: #9E9E9E. Windows color (decimal): -11939209 or 7852617. OLE color: 7852617.
HSL color Cylindrical-coordinate representation of color #49D277: hue angle of 140.15º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D277 is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 210 | 119 | - |
| CMYK | 0.65 | 0 | 0.43 | 0.18 |
| HSL | 140.15º | 0.6% | 0.55% | - |
| HSV(B) | 140.15º | 0.65% | 0.82% | - |
| XYZ | 29.12 | 48.84 | 25.35 | - |
| YUV | 158.66 | 105.61 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 210 | 119 | 0.65 | 0 | 0.43 | 0.18 | 140.15 | 0.6 | 0.55 |
| Hex | 49 | D2 | 77 | 41 | 0 | 2B | 12 | 8C | 3C | 37 |
| Octal | 111 | 322 | 167 | 101 | 0 | 53 | 22 | 214 | 74 | 67 |
| Binary | 1001001 | 11010010 | 1110111 | 1000001 | 0 | 101011 | 10010 | 10001100 | 111100 | 110111 |
Color Harmonies of #49D277
Complementary color
Monochromatic Colors of #49D277
Black with #49D277
Text Example
Text Example
White with #49D277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D277; }
p { color: rgb(73,210,119); }
H1.HeaderClassName
{
color: #49D277;
}
.AnyTagClassName
{
color: #49D277;
}
</style>
background-color css
<style>
a { background-color: #49D277; }
a { background-color: rgb(73,210,119); }
div.DivClassName
{
background-color: #49D277;
}
.BgClassName
{
background-color: #49D277;
}
</style>
border-color css
<style>
span { border-color: #49D277; }
span { border-color: rgb(73,210,119); }
td.TdClassName
{
border-color: #49D277;
}
.TagClassName
{
border-color: #49D277;
}
</style>