Shades of Emerald #46D881
Tints of Emerald #46D881
RGB
CMYK
RGB Variations
Color information
#46D881 (or 0x46D881) is known color: Emerald. HEX triplet: 46, D8 and 81. RGB value is (70,216,129). Sum of RGB (Red+Green+Blue) = 70+216+129=415 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.87% from 415); Green value is 216 (84.77% from 255 or 52.05% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 216 - color contains mainly: green. Hex color #46D881 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46D881 is #B9277E. Grayscale: #A2A2A2. Windows color (decimal): -12134271 or 8509510. OLE color: 8509510.
HSL color Cylindrical-coordinate representation of color #46D881: hue angle of 144.25º 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 #46D881 is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 216 | 129 | - |
| CMYK | 0.68 | 0 | 0.40 | 0.15 |
| HSL | 144.25º | 0.65% | 0.56% | - |
| HSV(B) | 144.25º | 0.68% | 0.85% | - |
| XYZ | 31.04 | 52 | 29.17 | - |
| YUV | 162.43 | 109.13 | 62.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 216 | 129 | 0.68 | 0 | 0.40 | 0.15 | 144.25 | 0.65 | 0.56 |
| Hex | 46 | D8 | 81 | 44 | 0 | 28 | F | 90 | 41 | 38 |
| Octal | 106 | 330 | 201 | 104 | 0 | 50 | 17 | 220 | 101 | 70 |
| Binary | 1000110 | 11011000 | 10000001 | 1000100 | 0 | 101000 | 1111 | 10010000 | 1000001 | 111000 |
Color Harmonies of #46D881
Complementary color
Monochromatic Colors of #46D881
Black with #46D881
Text Example
Text Example
White with #46D881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D881; }
p { color: rgb(70,216,129); }
H1.HeaderClassName
{
color: #46D881;
}
.AnyTagClassName
{
color: #46D881;
}
</style>
background-color css
<style>
a { background-color: #46D881; }
a { background-color: rgb(70,216,129); }
div.DivClassName
{
background-color: #46D881;
}
.BgClassName
{
background-color: #46D881;
}
</style>
border-color css
<style>
span { border-color: #46D881; }
span { border-color: rgb(70,216,129); }
td.TdClassName
{
border-color: #46D881;
}
.TagClassName
{
border-color: #46D881;
}
</style>