Shades of Emerald #49DC7B
Tints of Emerald #49DC7B
RGB
CMYK
RGB Variations
Color information
#49DC7B (or 0x49DC7B) is known color: Emerald. HEX triplet: 49, DC and 7B. RGB value is (73,220,123). Sum of RGB (Red+Green+Blue) = 73+220+123=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 220 (86.33% from 255 or 52.88% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DC7B is #B62384. Grayscale: #A5A5A5. Windows color (decimal): -11936645 or 8117321. OLE color: 8117321.
HSL color Cylindrical-coordinate representation of color #49DC7B: hue angle of 140.41º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DC7B is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 220 | 123 | - |
| CMYK | 0.67 | 0 | 0.44 | 0.14 |
| HSL | 140.41º | 0.68% | 0.57% | - |
| HSV(B) | 140.41º | 0.67% | 0.86% | - |
| XYZ | 31.92 | 54.03 | 27.49 | - |
| YUV | 164.99 | 104.3 | 62.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 220 | 123 | 0.67 | 0 | 0.44 | 0.14 | 140.41 | 0.68 | 0.57 |
| Hex | 49 | DC | 7B | 43 | 0 | 2C | E | 8C | 44 | 39 |
| Octal | 111 | 334 | 173 | 103 | 0 | 54 | 16 | 214 | 104 | 71 |
| Binary | 1001001 | 11011100 | 1111011 | 1000011 | 0 | 101100 | 1110 | 10001100 | 1000100 | 111001 |
Color Harmonies of #49DC7B
Complementary color
Monochromatic Colors of #49DC7B
Black with #49DC7B
Text Example
Text Example
White with #49DC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DC7B; }
p { color: rgb(73,220,123); }
H1.HeaderClassName
{
color: #49DC7B;
}
.AnyTagClassName
{
color: #49DC7B;
}
</style>
background-color css
<style>
a { background-color: #49DC7B; }
a { background-color: rgb(73,220,123); }
div.DivClassName
{
background-color: #49DC7B;
}
.BgClassName
{
background-color: #49DC7B;
}
</style>
border-color css
<style>
span { border-color: #49DC7B; }
span { border-color: rgb(73,220,123); }
td.TdClassName
{
border-color: #49DC7B;
}
.TagClassName
{
border-color: #49DC7B;
}
</style>