Shades of Emerald #49C77F
Tints of Emerald #49C77F
RGB
CMYK
RGB Variations
Color information
#49C77F (or 0x49C77F) is known color: Emerald. HEX triplet: 49, C7 and 7F. RGB value is (73,199,127). Sum of RGB (Red+Green+Blue) = 73+199+127=399 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.30% from 399); Green value is 199 (78.12% from 255 or 49.87% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 199 - color contains mainly: green. Hex color #49C77F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C77F is #B63880. Grayscale: #999999. Windows color (decimal): -11942017 or 8374089. OLE color: 8374089.
HSL color Cylindrical-coordinate representation of color #49C77F: hue angle of 145.71º 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 #49C77F is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 199 | 127 | - |
| CMYK | 0.63 | 0 | 0.36 | 0.22 |
| HSL | 145.71º | 0.53% | 0.53% | - |
| HSV(B) | 145.71º | 0.63% | 0.78% | - |
| XYZ | 27 | 43.8 | 27.11 | - |
| YUV | 153.12 | 113.26 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 199 | 127 | 0.63 | 0 | 0.36 | 0.22 | 145.71 | 0.53 | 0.53 |
| Hex | 49 | C7 | 7F | 3F | 0 | 24 | 16 | 92 | 35 | 35 |
| Octal | 111 | 307 | 177 | 77 | 0 | 44 | 26 | 222 | 65 | 65 |
| Binary | 1001001 | 11000111 | 1111111 | 111111 | 0 | 100100 | 10110 | 10010010 | 110101 | 110101 |
Color Harmonies of #49C77F
Complementary color
Monochromatic Colors of #49C77F
Black with #49C77F
Text Example
Text Example
White with #49C77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C77F; }
p { color: rgb(73,199,127); }
H1.HeaderClassName
{
color: #49C77F;
}
.AnyTagClassName
{
color: #49C77F;
}
</style>
background-color css
<style>
a { background-color: #49C77F; }
a { background-color: rgb(73,199,127); }
div.DivClassName
{
background-color: #49C77F;
}
.BgClassName
{
background-color: #49C77F;
}
</style>
border-color css
<style>
span { border-color: #49C77F; }
span { border-color: rgb(73,199,127); }
td.TdClassName
{
border-color: #49C77F;
}
.TagClassName
{
border-color: #49C77F;
}
</style>