Shades of Emerald #46DD5E
Tints of Emerald #46DD5E
RGB
CMYK
RGB Variations
Color information
#46DD5E (or 0x46DD5E) is known color: Emerald. HEX triplet: 46, DD and 5E. RGB value is (70,221,94). Sum of RGB (Red+Green+Blue) = 70+221+94=385 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.18% from 385); Green value is 221 (86.72% from 255 or 57.40% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 221 - color contains mainly: green. Hex color #46DD5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46DD5E is #B922A1. Grayscale: #A1A1A1. Windows color (decimal): -12133026 or 6217030. OLE color: 6217030.
HSL color Cylindrical-coordinate representation of color #46DD5E: hue angle of 129.54º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DD5E is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 221 | 94 | - |
| CMYK | 0.68 | 0 | 0.57 | 0.13 |
| HSL | 129.54º | 0.69% | 0.57% | - |
| HSV(B) | 129.54º | 0.68% | 0.87% | - |
| XYZ | 30.4 | 53.82 | 19.38 | - |
| YUV | 161.37 | 89.97 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 221 | 94 | 0.68 | 0 | 0.57 | 0.13 | 129.54 | 0.69 | 0.57 |
| Hex | 46 | DD | 5E | 44 | 0 | 39 | D | 82 | 45 | 39 |
| Octal | 106 | 335 | 136 | 104 | 0 | 71 | 15 | 202 | 105 | 71 |
| Binary | 1000110 | 11011101 | 1011110 | 1000100 | 0 | 111001 | 1101 | 10000010 | 1000101 | 111001 |
Color Harmonies of #46DD5E
Complementary color
Monochromatic Colors of #46DD5E
Black with #46DD5E
Text Example
Text Example
White with #46DD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DD5E; }
p { color: rgb(70,221,94); }
H1.HeaderClassName
{
color: #46DD5E;
}
.AnyTagClassName
{
color: #46DD5E;
}
</style>
background-color css
<style>
a { background-color: #46DD5E; }
a { background-color: rgb(70,221,94); }
div.DivClassName
{
background-color: #46DD5E;
}
.BgClassName
{
background-color: #46DD5E;
}
</style>
border-color css
<style>
span { border-color: #46DD5E; }
span { border-color: rgb(70,221,94); }
td.TdClassName
{
border-color: #46DD5E;
}
.TagClassName
{
border-color: #46DD5E;
}
</style>