Shades of Emerald #49DF7B
Tints of Emerald #49DF7B
RGB
CMYK
RGB Variations
Color information
#49DF7B (or 0x49DF7B) is known color: Emerald. HEX triplet: 49, DF and 7B. RGB value is (73,223,123). Sum of RGB (Red+Green+Blue) = 73+223+123=419 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.42% from 419); Green value is 223 (87.5% from 255 or 53.22% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 223 - color contains mainly: green. Hex color #49DF7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DF7B is #B62084. Grayscale: #A7A7A7. Windows color (decimal): -11935877 or 8118089. OLE color: 8118089.
HSL color Cylindrical-coordinate representation of color #49DF7B: hue angle of 140º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DF7B is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 223 | 123 | - |
| CMYK | 0.67 | 0 | 0.45 | 0.13 |
| HSL | 140º | 0.7% | 0.58% | - |
| HSV(B) | 140º | 0.67% | 0.87% | - |
| XYZ | 32.71 | 55.62 | 27.75 | - |
| YUV | 166.75 | 103.31 | 61.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 223 | 123 | 0.67 | 0 | 0.45 | 0.13 | 140 | 0.7 | 0.58 |
| Hex | 49 | DF | 7B | 43 | 0 | 2D | D | 8C | 46 | 3A |
| Octal | 111 | 337 | 173 | 103 | 0 | 55 | 15 | 214 | 106 | 72 |
| Binary | 1001001 | 11011111 | 1111011 | 1000011 | 0 | 101101 | 1101 | 10001100 | 1000110 | 111010 |
Color Harmonies of #49DF7B
Complementary color
Monochromatic Colors of #49DF7B
Black with #49DF7B
Text Example
Text Example
White with #49DF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DF7B; }
p { color: rgb(73,223,123); }
H1.HeaderClassName
{
color: #49DF7B;
}
.AnyTagClassName
{
color: #49DF7B;
}
</style>
background-color css
<style>
a { background-color: #49DF7B; }
a { background-color: rgb(73,223,123); }
div.DivClassName
{
background-color: #49DF7B;
}
.BgClassName
{
background-color: #49DF7B;
}
</style>
border-color css
<style>
span { border-color: #49DF7B; }
span { border-color: rgb(73,223,123); }
td.TdClassName
{
border-color: #49DF7B;
}
.TagClassName
{
border-color: #49DF7B;
}
</style>