Shades of Emerald #46DC60
Tints of Emerald #46DC60
RGB
CMYK
RGB Variations
Color information
#46DC60 (or 0x46DC60) is known color: Emerald. HEX triplet: 46, DC and 60. RGB value is (70,220,96). Sum of RGB (Red+Green+Blue) = 70+220+96=386 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.13% from 386); Green value is 220 (86.33% from 255 or 56.99% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 220 - color contains mainly: green. Hex color #46DC60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46DC60 is #B9239F. Grayscale: #A1A1A1. Windows color (decimal): -12133280 or 6347846. OLE color: 6347846.
HSL color Cylindrical-coordinate representation of color #46DC60: hue angle of 130.4º 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 #46DC60 is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 220 | 96 | - |
| CMYK | 0.68 | 0 | 0.56 | 0.14 |
| HSL | 130.4º | 0.68% | 0.57% | - |
| HSV(B) | 130.4º | 0.68% | 0.86% | - |
| XYZ | 30.23 | 53.33 | 19.77 | - |
| YUV | 161.01 | 91.31 | 63.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 220 | 96 | 0.68 | 0 | 0.56 | 0.14 | 130.4 | 0.68 | 0.57 |
| Hex | 46 | DC | 60 | 44 | 0 | 38 | E | 82 | 44 | 39 |
| Octal | 106 | 334 | 140 | 104 | 0 | 70 | 16 | 202 | 104 | 71 |
| Binary | 1000110 | 11011100 | 1100000 | 1000100 | 0 | 111000 | 1110 | 10000010 | 1000100 | 111001 |
Color Harmonies of #46DC60
Complementary color
Monochromatic Colors of #46DC60
Black with #46DC60
Text Example
Text Example
White with #46DC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DC60; }
p { color: rgb(70,220,96); }
H1.HeaderClassName
{
color: #46DC60;
}
.AnyTagClassName
{
color: #46DC60;
}
</style>
background-color css
<style>
a { background-color: #46DC60; }
a { background-color: rgb(70,220,96); }
div.DivClassName
{
background-color: #46DC60;
}
.BgClassName
{
background-color: #46DC60;
}
</style>
border-color css
<style>
span { border-color: #46DC60; }
span { border-color: rgb(70,220,96); }
td.TdClassName
{
border-color: #46DC60;
}
.TagClassName
{
border-color: #46DC60;
}
</style>