Shades of Emerald #46DC59
Tints of Emerald #46DC59
RGB
CMYK
RGB Variations
Color information
#46DC59 (or 0x46DC59) is known color: Emerald. HEX triplet: 46, DC and 59. RGB value is (70,220,89). Sum of RGB (Red+Green+Blue) = 70+220+89=379 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.47% from 379); Green value is 220 (86.33% from 255 or 58.05% from 379); Blue value is 89 (35.16% from 255 or 23.48% from 379); Max value from RGB is 220 - color contains mainly: green. Hex color #46DC59 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46DC59 is #B923A6. Grayscale: #A0A0A0. Windows color (decimal): -12133287 or 5889094. OLE color: 5889094.
HSL color Cylindrical-coordinate representation of color #46DC59: hue angle of 127.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 #46DC59 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 220 | 89 | - |
| CMYK | 0.68 | 0 | 0.60 | 0.14 |
| HSL | 127.6º | 0.68% | 0.57% | - |
| HSV(B) | 127.6º | 0.68% | 0.86% | - |
| XYZ | 29.92 | 53.21 | 18.14 | - |
| YUV | 160.22 | 87.81 | 63.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 220 | 89 | 0.68 | 0 | 0.60 | 0.14 | 127.6 | 0.68 | 0.57 |
| Hex | 46 | DC | 59 | 44 | 0 | 3C | E | 80 | 44 | 39 |
| Octal | 106 | 334 | 131 | 104 | 0 | 74 | 16 | 200 | 104 | 71 |
| Binary | 1000110 | 11011100 | 1011001 | 1000100 | 0 | 111100 | 1110 | 10000000 | 1000100 | 111001 |
Color Harmonies of #46DC59
Complementary color
Monochromatic Colors of #46DC59
Black with #46DC59
Text Example
Text Example
White with #46DC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DC59; }
p { color: rgb(70,220,89); }
H1.HeaderClassName
{
color: #46DC59;
}
.AnyTagClassName
{
color: #46DC59;
}
</style>
background-color css
<style>
a { background-color: #46DC59; }
a { background-color: rgb(70,220,89); }
div.DivClassName
{
background-color: #46DC59;
}
.BgClassName
{
background-color: #46DC59;
}
</style>
border-color css
<style>
span { border-color: #46DC59; }
span { border-color: rgb(70,220,89); }
td.TdClassName
{
border-color: #46DC59;
}
.TagClassName
{
border-color: #46DC59;
}
</style>