Shades of Emerald #46DC86
Tints of Emerald #46DC86
RGB
CMYK
RGB Variations
Color information
#46DC86 (or 0x46DC86) is known color: Emerald. HEX triplet: 46, DC and 86. RGB value is (70,220,134). Sum of RGB (Red+Green+Blue) = 70+220+134=424 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.51% from 424); Green value is 220 (86.33% from 255 or 51.89% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 220 - color contains mainly: green. Hex color #46DC86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46DC86 is #B92379. Grayscale: #A5A5A5. Windows color (decimal): -12133242 or 8838214. OLE color: 8838214.
HSL color Cylindrical-coordinate representation of color #46DC86: hue angle of 145.6º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DC86 is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 220 | 134 | - |
| CMYK | 0.68 | 0 | 0.39 | 0.14 |
| HSL | 145.6º | 0.68% | 0.57% | - |
| HSV(B) | 145.6º | 0.68% | 0.86% | - |
| XYZ | 32.42 | 54.21 | 31.31 | - |
| YUV | 165.35 | 110.31 | 59.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 220 | 134 | 0.68 | 0 | 0.39 | 0.14 | 145.6 | 0.68 | 0.57 |
| Hex | 46 | DC | 86 | 44 | 0 | 27 | E | 92 | 44 | 39 |
| Octal | 106 | 334 | 206 | 104 | 0 | 47 | 16 | 222 | 104 | 71 |
| Binary | 1000110 | 11011100 | 10000110 | 1000100 | 0 | 100111 | 1110 | 10010010 | 1000100 | 111001 |
Color Harmonies of #46DC86
Complementary color
Monochromatic Colors of #46DC86
Black with #46DC86
Text Example
Text Example
White with #46DC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DC86; }
p { color: rgb(70,220,134); }
H1.HeaderClassName
{
color: #46DC86;
}
.AnyTagClassName
{
color: #46DC86;
}
</style>
background-color css
<style>
a { background-color: #46DC86; }
a { background-color: rgb(70,220,134); }
div.DivClassName
{
background-color: #46DC86;
}
.BgClassName
{
background-color: #46DC86;
}
</style>
border-color css
<style>
span { border-color: #46DC86; }
span { border-color: rgb(70,220,134); }
td.TdClassName
{
border-color: #46DC86;
}
.TagClassName
{
border-color: #46DC86;
}
</style>