Shades of Emerald #46DC8B
Tints of Emerald #46DC8B
RGB
CMYK
RGB Variations
Color information
#46DC8B (or 0x46DC8B) is known color: Emerald. HEX triplet: 46, DC and 8B. RGB value is (70,220,139). Sum of RGB (Red+Green+Blue) = 70+220+139=429 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.32% from 429); Green value is 220 (86.33% from 255 or 51.28% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 220 - color contains mainly: green. Hex color #46DC8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46DC8B is #B92374. Grayscale: #A6A6A6. Windows color (decimal): -12133237 or 9165894. OLE color: 9165894.
HSL color Cylindrical-coordinate representation of color #46DC8B: hue angle of 147.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 #46DC8B is Cyan = 0.68, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 220 | 139 | - |
| CMYK | 0.68 | 0 | 0.37 | 0.14 |
| HSL | 147.6º | 0.68% | 0.57% | - |
| HSV(B) | 147.6º | 0.68% | 0.86% | - |
| XYZ | 32.78 | 54.35 | 33.19 | - |
| YUV | 165.92 | 112.81 | 59.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 220 | 139 | 0.68 | 0 | 0.37 | 0.14 | 147.6 | 0.68 | 0.57 |
| Hex | 46 | DC | 8B | 44 | 0 | 25 | E | 94 | 44 | 39 |
| Octal | 106 | 334 | 213 | 104 | 0 | 45 | 16 | 224 | 104 | 71 |
| Binary | 1000110 | 11011100 | 10001011 | 1000100 | 0 | 100101 | 1110 | 10010100 | 1000100 | 111001 |
Color Harmonies of #46DC8B
Complementary color
Monochromatic Colors of #46DC8B
Black with #46DC8B
Text Example
Text Example
White with #46DC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DC8B; }
p { color: rgb(70,220,139); }
H1.HeaderClassName
{
color: #46DC8B;
}
.AnyTagClassName
{
color: #46DC8B;
}
</style>
background-color css
<style>
a { background-color: #46DC8B; }
a { background-color: rgb(70,220,139); }
div.DivClassName
{
background-color: #46DC8B;
}
.BgClassName
{
background-color: #46DC8B;
}
</style>
border-color css
<style>
span { border-color: #46DC8B; }
span { border-color: rgb(70,220,139); }
td.TdClassName
{
border-color: #46DC8B;
}
.TagClassName
{
border-color: #46DC8B;
}
</style>