Shades of Emerald #49E06C
Tints of Emerald #49E06C
RGB
CMYK
RGB Variations
Color information
#49E06C (or 0x49E06C) is known color: Emerald. HEX triplet: 49, E0 and 6C. RGB value is (73,224,108). Sum of RGB (Red+Green+Blue) = 73+224+108=405 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.02% from 405); Green value is 224 (87.89% from 255 or 55.31% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 224 - color contains mainly: green. Hex color #49E06C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49E06C is #B61F93. Grayscale: #A5A5A5. Windows color (decimal): -11935636 or 7135305. OLE color: 7135305.
HSL color Cylindrical-coordinate representation of color #49E06C: hue angle of 133.91º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49E06C is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 224 | 108 | - |
| CMYK | 0.67 | 0 | 0.52 | 0.12 |
| HSL | 133.91º | 0.71% | 0.58% | - |
| HSV(B) | 133.91º | 0.67% | 0.88% | - |
| XYZ | 32.11 | 55.81 | 23.27 | - |
| YUV | 165.63 | 95.47 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 224 | 108 | 0.67 | 0 | 0.52 | 0.12 | 133.91 | 0.71 | 0.58 |
| Hex | 49 | E0 | 6C | 43 | 0 | 34 | C | 86 | 47 | 3A |
| Octal | 111 | 340 | 154 | 103 | 0 | 64 | 14 | 206 | 107 | 72 |
| Binary | 1001001 | 11100000 | 1101100 | 1000011 | 0 | 110100 | 1100 | 10000110 | 1000111 | 111010 |
Color Harmonies of #49E06C
Complementary color
Monochromatic Colors of #49E06C
Black with #49E06C
Text Example
Text Example
White with #49E06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E06C; }
p { color: rgb(73,224,108); }
H1.HeaderClassName
{
color: #49E06C;
}
.AnyTagClassName
{
color: #49E06C;
}
</style>
background-color css
<style>
a { background-color: #49E06C; }
a { background-color: rgb(73,224,108); }
div.DivClassName
{
background-color: #49E06C;
}
.BgClassName
{
background-color: #49E06C;
}
</style>
border-color css
<style>
span { border-color: #49E06C; }
span { border-color: rgb(73,224,108); }
td.TdClassName
{
border-color: #49E06C;
}
.TagClassName
{
border-color: #49E06C;
}
</style>