Shades of Emerald #49C57B
Tints of Emerald #49C57B
RGB
CMYK
RGB Variations
Color information
#49C57B (or 0x49C57B) is known color: Emerald. HEX triplet: 49, C5 and 7B. RGB value is (73,197,123). Sum of RGB (Red+Green+Blue) = 73+197+123=393 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.58% from 393); Green value is 197 (77.34% from 255 or 50.13% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 197 - color contains mainly: green. Hex color #49C57B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C57B is #B63A84. Grayscale: #979797. Windows color (decimal): -11942533 or 8111433. OLE color: 8111433.
HSL color Cylindrical-coordinate representation of color #49C57B: hue angle of 144.19º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C57B is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 197 | 123 | - |
| CMYK | 0.63 | 0 | 0.38 | 0.23 |
| HSL | 144.19º | 0.52% | 0.53% | - |
| HSV(B) | 144.19º | 0.63% | 0.77% | - |
| XYZ | 26.29 | 42.78 | 25.61 | - |
| YUV | 151.49 | 111.92 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 197 | 123 | 0.63 | 0 | 0.38 | 0.23 | 144.19 | 0.52 | 0.53 |
| Hex | 49 | C5 | 7B | 3F | 0 | 26 | 17 | 90 | 34 | 35 |
| Octal | 111 | 305 | 173 | 77 | 0 | 46 | 27 | 220 | 64 | 65 |
| Binary | 1001001 | 11000101 | 1111011 | 111111 | 0 | 100110 | 10111 | 10010000 | 110100 | 110101 |
Color Harmonies of #49C57B
Complementary color
Monochromatic Colors of #49C57B
Black with #49C57B
Text Example
Text Example
White with #49C57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C57B; }
p { color: rgb(73,197,123); }
H1.HeaderClassName
{
color: #49C57B;
}
.AnyTagClassName
{
color: #49C57B;
}
</style>
background-color css
<style>
a { background-color: #49C57B; }
a { background-color: rgb(73,197,123); }
div.DivClassName
{
background-color: #49C57B;
}
.BgClassName
{
background-color: #49C57B;
}
</style>
border-color css
<style>
span { border-color: #49C57B; }
span { border-color: rgb(73,197,123); }
td.TdClassName
{
border-color: #49C57B;
}
.TagClassName
{
border-color: #49C57B;
}
</style>