Shades of Emerald #46DC68
Tints of Emerald #46DC68
RGB
CMYK
RGB Variations
Color information
#46DC68 (or 0x46DC68) is known color: Emerald. HEX triplet: 46, DC and 68. RGB value is (70,220,104). Sum of RGB (Red+Green+Blue) = 70+220+104=394 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.77% from 394); Green value is 220 (86.33% from 255 or 55.84% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 220 - color contains mainly: green. Hex color #46DC68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46DC68 is #B92397. Grayscale: #A2A2A2. Windows color (decimal): -12133272 or 6872134. OLE color: 6872134.
HSL color Cylindrical-coordinate representation of color #46DC68: hue angle of 133.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 #46DC68 is Cyan = 0.68, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 220 | 104 | - |
| CMYK | 0.68 | 0 | 0.53 | 0.14 |
| HSL | 133.6º | 0.68% | 0.57% | - |
| HSV(B) | 133.6º | 0.68% | 0.86% | - |
| XYZ | 30.62 | 53.49 | 21.81 | - |
| YUV | 161.93 | 95.31 | 62.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 220 | 104 | 0.68 | 0 | 0.53 | 0.14 | 133.6 | 0.68 | 0.57 |
| Hex | 46 | DC | 68 | 44 | 0 | 35 | E | 86 | 44 | 39 |
| Octal | 106 | 334 | 150 | 104 | 0 | 65 | 16 | 206 | 104 | 71 |
| Binary | 1000110 | 11011100 | 1101000 | 1000100 | 0 | 110101 | 1110 | 10000110 | 1000100 | 111001 |
Color Harmonies of #46DC68
Complementary color
Monochromatic Colors of #46DC68
Black with #46DC68
Text Example
Text Example
White with #46DC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DC68; }
p { color: rgb(70,220,104); }
H1.HeaderClassName
{
color: #46DC68;
}
.AnyTagClassName
{
color: #46DC68;
}
</style>
background-color css
<style>
a { background-color: #46DC68; }
a { background-color: rgb(70,220,104); }
div.DivClassName
{
background-color: #46DC68;
}
.BgClassName
{
background-color: #46DC68;
}
</style>
border-color css
<style>
span { border-color: #46DC68; }
span { border-color: rgb(70,220,104); }
td.TdClassName
{
border-color: #46DC68;
}
.TagClassName
{
border-color: #46DC68;
}
</style>