Shades of Emerald #49CC6F
Tints of Emerald #49CC6F
RGB
CMYK
RGB Variations
Color information
#49CC6F (or 0x49CC6F) is known color: Emerald. HEX triplet: 49, CC and 6F. RGB value is (73,204,111). Sum of RGB (Red+Green+Blue) = 73+204+111=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 204 (80.08% from 255 or 52.58% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 204 - color contains mainly: green. Hex color #49CC6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CC6F is #B63390. Grayscale: #9A9A9A. Windows color (decimal): -11940753 or 7326793. OLE color: 7326793.
HSL color Cylindrical-coordinate representation of color #49CC6F: hue angle of 137.4º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CC6F is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 204 | 111 | - |
| CMYK | 0.64 | 0 | 0.46 | 0.2 |
| HSL | 137.4º | 0.56% | 0.54% | - |
| HSV(B) | 137.4º | 0.64% | 0.8% | - |
| XYZ | 27.21 | 45.75 | 22.44 | - |
| YUV | 154.23 | 103.6 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 204 | 111 | 0.64 | 0 | 0.46 | 0.2 | 137.4 | 0.56 | 0.54 |
| Hex | 49 | CC | 6F | 40 | 0 | 2E | 14 | 89 | 38 | 36 |
| Octal | 111 | 314 | 157 | 100 | 0 | 56 | 24 | 211 | 70 | 66 |
| Binary | 1001001 | 11001100 | 1101111 | 1000000 | 0 | 101110 | 10100 | 10001001 | 111000 | 110110 |
Color Harmonies of #49CC6F
Complementary color
Monochromatic Colors of #49CC6F
Black with #49CC6F
Text Example
Text Example
White with #49CC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CC6F; }
p { color: rgb(73,204,111); }
H1.HeaderClassName
{
color: #49CC6F;
}
.AnyTagClassName
{
color: #49CC6F;
}
</style>
background-color css
<style>
a { background-color: #49CC6F; }
a { background-color: rgb(73,204,111); }
div.DivClassName
{
background-color: #49CC6F;
}
.BgClassName
{
background-color: #49CC6F;
}
</style>
border-color css
<style>
span { border-color: #49CC6F; }
span { border-color: rgb(73,204,111); }
td.TdClassName
{
border-color: #49CC6F;
}
.TagClassName
{
border-color: #49CC6F;
}
</style>