Shades of Emerald #46DC81
Tints of Emerald #46DC81
RGB
CMYK
RGB Variations
Color information
#46DC81 (or 0x46DC81) is known color: Emerald. HEX triplet: 46, DC and 81. RGB value is (70,220,129). Sum of RGB (Red+Green+Blue) = 70+220+129=419 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.71% from 419); Green value is 220 (86.33% from 255 or 52.51% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 220 - color contains mainly: green. Hex color #46DC81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46DC81 is #B9237E. Grayscale: #A4A4A4. Windows color (decimal): -12133247 or 8510534. OLE color: 8510534.
HSL color Cylindrical-coordinate representation of color #46DC81: hue angle of 143.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 #46DC81 is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 220 | 129 | - |
| CMYK | 0.68 | 0 | 0.41 | 0.14 |
| HSL | 143.6º | 0.68% | 0.57% | - |
| HSV(B) | 143.6º | 0.68% | 0.86% | - |
| XYZ | 32.08 | 54.07 | 29.52 | - |
| YUV | 164.78 | 107.81 | 60.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 220 | 129 | 0.68 | 0 | 0.41 | 0.14 | 143.6 | 0.68 | 0.57 |
| Hex | 46 | DC | 81 | 44 | 0 | 29 | E | 90 | 44 | 39 |
| Octal | 106 | 334 | 201 | 104 | 0 | 51 | 16 | 220 | 104 | 71 |
| Binary | 1000110 | 11011100 | 10000001 | 1000100 | 0 | 101001 | 1110 | 10010000 | 1000100 | 111001 |
Color Harmonies of #46DC81
Complementary color
Monochromatic Colors of #46DC81
Black with #46DC81
Text Example
Text Example
White with #46DC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DC81; }
p { color: rgb(70,220,129); }
H1.HeaderClassName
{
color: #46DC81;
}
.AnyTagClassName
{
color: #46DC81;
}
</style>
background-color css
<style>
a { background-color: #46DC81; }
a { background-color: rgb(70,220,129); }
div.DivClassName
{
background-color: #46DC81;
}
.BgClassName
{
background-color: #46DC81;
}
</style>
border-color css
<style>
span { border-color: #46DC81; }
span { border-color: rgb(70,220,129); }
td.TdClassName
{
border-color: #46DC81;
}
.TagClassName
{
border-color: #46DC81;
}
</style>