Shades of Emerald #49C76F
Tints of Emerald #49C76F
RGB
CMYK
RGB Variations
Color information
#49C76F (or 0x49C76F) is known color: Emerald. HEX triplet: 49, C7 and 6F. RGB value is (73,199,111). Sum of RGB (Red+Green+Blue) = 73+199+111=383 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.06% from 383); Green value is 199 (78.12% from 255 or 51.96% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 199 - color contains mainly: green. Hex color #49C76F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C76F is #B63890. Grayscale: #979797. Windows color (decimal): -11942033 or 7325513. OLE color: 7325513.
HSL color Cylindrical-coordinate representation of color #49C76F: hue angle of 138.1º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C76F is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 199 | 111 | - |
| CMYK | 0.63 | 0 | 0.44 | 0.22 |
| HSL | 138.1º | 0.53% | 0.53% | - |
| HSV(B) | 138.1º | 0.63% | 0.78% | - |
| XYZ | 26.04 | 43.41 | 22.05 | - |
| YUV | 151.29 | 105.26 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 199 | 111 | 0.63 | 0 | 0.44 | 0.22 | 138.1 | 0.53 | 0.53 |
| Hex | 49 | C7 | 6F | 3F | 0 | 2C | 16 | 8A | 35 | 35 |
| Octal | 111 | 307 | 157 | 77 | 0 | 54 | 26 | 212 | 65 | 65 |
| Binary | 1001001 | 11000111 | 1101111 | 111111 | 0 | 101100 | 10110 | 10001010 | 110101 | 110101 |
Color Harmonies of #49C76F
Complementary color
Monochromatic Colors of #49C76F
Black with #49C76F
Text Example
Text Example
White with #49C76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C76F; }
p { color: rgb(73,199,111); }
H1.HeaderClassName
{
color: #49C76F;
}
.AnyTagClassName
{
color: #49C76F;
}
</style>
background-color css
<style>
a { background-color: #49C76F; }
a { background-color: rgb(73,199,111); }
div.DivClassName
{
background-color: #49C76F;
}
.BgClassName
{
background-color: #49C76F;
}
</style>
border-color css
<style>
span { border-color: #49C76F; }
span { border-color: rgb(73,199,111); }
td.TdClassName
{
border-color: #49C76F;
}
.TagClassName
{
border-color: #49C76F;
}
</style>