Shades of Emerald #46DC85
Tints of Emerald #46DC85
RGB
CMYK
RGB Variations
Color information
#46DC85 (or 0x46DC85) is known color: Emerald. HEX triplet: 46, DC and 85. RGB value is (70,220,133). Sum of RGB (Red+Green+Blue) = 70+220+133=423 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.55% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #46DC85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46DC85 is #B9237A. Grayscale: #A5A5A5. Windows color (decimal): -12133243 or 8772678. OLE color: 8772678.
HSL color Cylindrical-coordinate representation of color #46DC85: hue angle of 145.2º 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 #46DC85 is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 220 | 133 | - |
| CMYK | 0.68 | 0 | 0.40 | 0.14 |
| HSL | 145.2º | 0.68% | 0.57% | - |
| HSV(B) | 145.2º | 0.68% | 0.86% | - |
| XYZ | 32.35 | 54.18 | 30.94 | - |
| YUV | 165.23 | 109.81 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 220 | 133 | 0.68 | 0 | 0.40 | 0.14 | 145.2 | 0.68 | 0.57 |
| Hex | 46 | DC | 85 | 44 | 0 | 28 | E | 91 | 44 | 39 |
| Octal | 106 | 334 | 205 | 104 | 0 | 50 | 16 | 221 | 104 | 71 |
| Binary | 1000110 | 11011100 | 10000101 | 1000100 | 0 | 101000 | 1110 | 10010001 | 1000100 | 111001 |
Color Harmonies of #46DC85
Complementary color
Monochromatic Colors of #46DC85
Black with #46DC85
Text Example
Text Example
White with #46DC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DC85; }
p { color: rgb(70,220,133); }
H1.HeaderClassName
{
color: #46DC85;
}
.AnyTagClassName
{
color: #46DC85;
}
</style>
background-color css
<style>
a { background-color: #46DC85; }
a { background-color: rgb(70,220,133); }
div.DivClassName
{
background-color: #46DC85;
}
.BgClassName
{
background-color: #46DC85;
}
</style>
border-color css
<style>
span { border-color: #46DC85; }
span { border-color: rgb(70,220,133); }
td.TdClassName
{
border-color: #46DC85;
}
.TagClassName
{
border-color: #46DC85;
}
</style>