Shades of Emerald #46D876
Tints of Emerald #46D876
RGB
CMYK
RGB Variations
Color information
#46D876 (or 0x46D876) is known color: Emerald. HEX triplet: 46, D8 and 76. RGB value is (70,216,118). Sum of RGB (Red+Green+Blue) = 70+216+118=404 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.33% from 404); Green value is 216 (84.77% from 255 or 53.47% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 216 - color contains mainly: green. Hex color #46D876 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D876 is #B92789. Grayscale: #A1A1A1. Windows color (decimal): -12134282 or 7788614. OLE color: 7788614.
HSL color Cylindrical-coordinate representation of color #46D876: hue angle of 139.73º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46D876 is Cyan = 0.68, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 216 | 118 | - |
| CMYK | 0.68 | 0 | 0.45 | 0.15 |
| HSL | 139.73º | 0.65% | 0.56% | - |
| HSV(B) | 139.73º | 0.68% | 0.85% | - |
| XYZ | 30.35 | 51.72 | 25.52 | - |
| YUV | 161.17 | 103.63 | 62.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 216 | 118 | 0.68 | 0 | 0.45 | 0.15 | 139.73 | 0.65 | 0.56 |
| Hex | 46 | D8 | 76 | 44 | 0 | 2D | F | 8C | 41 | 38 |
| Octal | 106 | 330 | 166 | 104 | 0 | 55 | 17 | 214 | 101 | 70 |
| Binary | 1000110 | 11011000 | 1110110 | 1000100 | 0 | 101101 | 1111 | 10001100 | 1000001 | 111000 |
Color Harmonies of #46D876
Complementary color
Monochromatic Colors of #46D876
Black with #46D876
Text Example
Text Example
White with #46D876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D876; }
p { color: rgb(70,216,118); }
H1.HeaderClassName
{
color: #46D876;
}
.AnyTagClassName
{
color: #46D876;
}
</style>
background-color css
<style>
a { background-color: #46D876; }
a { background-color: rgb(70,216,118); }
div.DivClassName
{
background-color: #46D876;
}
.BgClassName
{
background-color: #46D876;
}
</style>
border-color css
<style>
span { border-color: #46D876; }
span { border-color: rgb(70,216,118); }
td.TdClassName
{
border-color: #46D876;
}
.TagClassName
{
border-color: #46D876;
}
</style>