Shades of Emerald #46DC5D
Tints of Emerald #46DC5D
RGB
CMYK
RGB Variations
Color information
#46DC5D (or 0x46DC5D) is known color: Emerald. HEX triplet: 46, DC and 5D. RGB value is (70,220,93). Sum of RGB (Red+Green+Blue) = 70+220+93=383 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.28% from 383); Green value is 220 (86.33% from 255 or 57.44% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 220 - color contains mainly: green. Hex color #46DC5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46DC5D is #B923A2. Grayscale: #A1A1A1. Windows color (decimal): -12133283 or 6151238. OLE color: 6151238.
HSL color Cylindrical-coordinate representation of color #46DC5D: hue angle of 129.2º 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 #46DC5D is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 220 | 93 | - |
| CMYK | 0.68 | 0 | 0.58 | 0.14 |
| HSL | 129.2º | 0.68% | 0.57% | - |
| HSV(B) | 129.2º | 0.68% | 0.86% | - |
| XYZ | 30.09 | 53.28 | 19.05 | - |
| YUV | 160.67 | 89.81 | 63.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 220 | 93 | 0.68 | 0 | 0.58 | 0.14 | 129.2 | 0.68 | 0.57 |
| Hex | 46 | DC | 5D | 44 | 0 | 3A | E | 81 | 44 | 39 |
| Octal | 106 | 334 | 135 | 104 | 0 | 72 | 16 | 201 | 104 | 71 |
| Binary | 1000110 | 11011100 | 1011101 | 1000100 | 0 | 111010 | 1110 | 10000001 | 1000100 | 111001 |
Color Harmonies of #46DC5D
Complementary color
Monochromatic Colors of #46DC5D
Black with #46DC5D
Text Example
Text Example
White with #46DC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DC5D; }
p { color: rgb(70,220,93); }
H1.HeaderClassName
{
color: #46DC5D;
}
.AnyTagClassName
{
color: #46DC5D;
}
</style>
background-color css
<style>
a { background-color: #46DC5D; }
a { background-color: rgb(70,220,93); }
div.DivClassName
{
background-color: #46DC5D;
}
.BgClassName
{
background-color: #46DC5D;
}
</style>
border-color css
<style>
span { border-color: #46DC5D; }
span { border-color: rgb(70,220,93); }
td.TdClassName
{
border-color: #46DC5D;
}
.TagClassName
{
border-color: #46DC5D;
}
</style>