Shades of Emerald #46C986
Tints of Emerald #46C986
RGB
CMYK
RGB Variations
Color information
#46C986 (or 0x46C986) is known color: Emerald. HEX triplet: 46, C9 and 86. RGB value is (70,201,134). Sum of RGB (Red+Green+Blue) = 70+201+134=405 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.28% from 405); Green value is 201 (78.91% from 255 or 49.63% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 201 - color contains mainly: green. Hex color #46C986 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46C986 is #B93679. Grayscale: #9A9A9A. Windows color (decimal): -12138106 or 8833350. OLE color: 8833350.
HSL color Cylindrical-coordinate representation of color #46C986: hue angle of 149.31º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46C986 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 201 | 134 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.21 |
| HSL | 149.31º | 0.55% | 0.53% | - |
| HSV(B) | 149.31º | 0.65% | 0.79% | - |
| XYZ | 27.72 | 44.8 | 29.74 | - |
| YUV | 154.19 | 116.6 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 201 | 134 | 0.65 | 0 | 0.33 | 0.21 | 149.31 | 0.55 | 0.53 |
| Hex | 46 | C9 | 86 | 41 | 0 | 21 | 15 | 95 | 37 | 35 |
| Octal | 106 | 311 | 206 | 101 | 0 | 41 | 25 | 225 | 67 | 65 |
| Binary | 1000110 | 11001001 | 10000110 | 1000001 | 0 | 100001 | 10101 | 10010101 | 110111 | 110101 |
Color Harmonies of #46C986
Complementary color
Monochromatic Colors of #46C986
Black with #46C986
Text Example
Text Example
White with #46C986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C986; }
p { color: rgb(70,201,134); }
H1.HeaderClassName
{
color: #46C986;
}
.AnyTagClassName
{
color: #46C986;
}
</style>
background-color css
<style>
a { background-color: #46C986; }
a { background-color: rgb(70,201,134); }
div.DivClassName
{
background-color: #46C986;
}
.BgClassName
{
background-color: #46C986;
}
</style>
border-color css
<style>
span { border-color: #46C986; }
span { border-color: rgb(70,201,134); }
td.TdClassName
{
border-color: #46C986;
}
.TagClassName
{
border-color: #46C986;
}
</style>