Shades of Emerald #46D87D
Tints of Emerald #46D87D
RGB
CMYK
RGB Variations
Color information
#46D87D (or 0x46D87D) is known color: Emerald. HEX triplet: 46, D8 and 7D. RGB value is (70,216,125). Sum of RGB (Red+Green+Blue) = 70+216+125=411 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.03% from 411); Green value is 216 (84.77% from 255 or 52.55% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 216 - color contains mainly: green. Hex color #46D87D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D87D is #B92782. Grayscale: #A2A2A2. Windows color (decimal): -12134275 or 8247366. OLE color: 8247366.
HSL color Cylindrical-coordinate representation of color #46D87D: hue angle of 142.6º 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 #46D87D is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 216 | 125 | - |
| CMYK | 0.68 | 0 | 0.42 | 0.15 |
| HSL | 142.6º | 0.65% | 0.56% | - |
| HSV(B) | 142.6º | 0.68% | 0.85% | - |
| XYZ | 30.78 | 51.89 | 27.8 | - |
| YUV | 161.97 | 107.13 | 62.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 216 | 125 | 0.68 | 0 | 0.42 | 0.15 | 142.6 | 0.65 | 0.56 |
| Hex | 46 | D8 | 7D | 44 | 0 | 2A | F | 8F | 41 | 38 |
| Octal | 106 | 330 | 175 | 104 | 0 | 52 | 17 | 217 | 101 | 70 |
| Binary | 1000110 | 11011000 | 1111101 | 1000100 | 0 | 101010 | 1111 | 10001111 | 1000001 | 111000 |
Color Harmonies of #46D87D
Complementary color
Monochromatic Colors of #46D87D
Black with #46D87D
Text Example
Text Example
White with #46D87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D87D; }
p { color: rgb(70,216,125); }
H1.HeaderClassName
{
color: #46D87D;
}
.AnyTagClassName
{
color: #46D87D;
}
</style>
background-color css
<style>
a { background-color: #46D87D; }
a { background-color: rgb(70,216,125); }
div.DivClassName
{
background-color: #46D87D;
}
.BgClassName
{
background-color: #46D87D;
}
</style>
border-color css
<style>
span { border-color: #46D87D; }
span { border-color: rgb(70,216,125); }
td.TdClassName
{
border-color: #46D87D;
}
.TagClassName
{
border-color: #46D87D;
}
</style>