Shades of Emerald #46E16D
Tints of Emerald #46E16D
RGB
CMYK
RGB Variations
Color information
#46E16D (or 0x46E16D) is known color: Emerald. HEX triplet: 46, E1 and 6D. RGB value is (70,225,109). Sum of RGB (Red+Green+Blue) = 70+225+109=404 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.33% from 404); Green value is 225 (88.28% from 255 or 55.69% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 225 - color contains mainly: green. Hex color #46E16D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46E16D is #B91E92. Grayscale: #A5A5A5. Windows color (decimal): -12131987 or 7201094. OLE color: 7201094.
HSL color Cylindrical-coordinate representation of color #46E16D: hue angle of 135.1º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46E16D is Cyan = 0.69, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 70 | 225 | 109 | - |
| CMYK | 0.69 | 0 | 0.52 | 0.12 |
| HSL | 135.1º | 0.72% | 0.58% | - |
| HSV(B) | 135.1º | 0.69% | 0.88% | - |
| XYZ | 32.21 | 56.26 | 23.63 | - |
| YUV | 165.43 | 96.15 | 59.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 225 | 109 | 0.69 | 0 | 0.52 | 0.12 | 135.1 | 0.72 | 0.58 |
| Hex | 46 | E1 | 6D | 45 | 0 | 34 | C | 87 | 48 | 3A |
| Octal | 106 | 341 | 155 | 105 | 0 | 64 | 14 | 207 | 110 | 72 |
| Binary | 1000110 | 11100001 | 1101101 | 1000101 | 0 | 110100 | 1100 | 10000111 | 1001000 | 111010 |
Color Harmonies of #46E16D
Complementary color
Monochromatic Colors of #46E16D
Black with #46E16D
Text Example
Text Example
White with #46E16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E16D; }
p { color: rgb(70,225,109); }
H1.HeaderClassName
{
color: #46E16D;
}
.AnyTagClassName
{
color: #46E16D;
}
</style>
background-color css
<style>
a { background-color: #46E16D; }
a { background-color: rgb(70,225,109); }
div.DivClassName
{
background-color: #46E16D;
}
.BgClassName
{
background-color: #46E16D;
}
</style>
border-color css
<style>
span { border-color: #46E16D; }
span { border-color: rgb(70,225,109); }
td.TdClassName
{
border-color: #46E16D;
}
.TagClassName
{
border-color: #46E16D;
}
</style>