Shades of Emerald #46E68D
Tints of Emerald #46E68D
RGB
CMYK
RGB Variations
Color information
#46E68D (or 0x46E68D) is known color: Emerald. HEX triplet: 46, E6 and 8D. RGB value is (70,230,141). Sum of RGB (Red+Green+Blue) = 70+230+141=441 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.87% from 441); Green value is 230 (90.23% from 255 or 52.15% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 230 - color contains mainly: green. Hex color #46E68D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46E68D is #B91972. Grayscale: #ACACAC. Windows color (decimal): -12130675 or 9299526. OLE color: 9299526.
HSL color Cylindrical-coordinate representation of color #46E68D: hue angle of 146.62º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46E68D is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 230 | 141 | - |
| CMYK | 0.70 | 0 | 0.39 | 0.10 |
| HSL | 146.63º | 0.76% | 0.59% | - |
| HSV(B) | 146.63º | 0.7% | 0.9% | - |
| XYZ | 35.63 | 59.82 | 34.87 | - |
| YUV | 172.01 | 110.49 | 55.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 230 | 141 | 0.70 | 0 | 0.39 | 0.10 | 146.63 | 0.76 | 0.59 |
| Hex | 46 | E6 | 8D | 46 | 0 | 27 | A | 93 | 4C | 3B |
| Octal | 106 | 346 | 215 | 106 | 0 | 47 | 12 | 223 | 114 | 73 |
| Binary | 1000110 | 11100110 | 10001101 | 1000110 | 0 | 100111 | 1010 | 10010011 | 1001100 | 111011 |
Color Harmonies of #46E68D
Complementary color
Monochromatic Colors of #46E68D
Black with #46E68D
Text Example
Text Example
White with #46E68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E68D; }
p { color: rgb(70,230,141); }
H1.HeaderClassName
{
color: #46E68D;
}
.AnyTagClassName
{
color: #46E68D;
}
</style>
background-color css
<style>
a { background-color: #46E68D; }
a { background-color: rgb(70,230,141); }
div.DivClassName
{
background-color: #46E68D;
}
.BgClassName
{
background-color: #46E68D;
}
</style>
border-color css
<style>
span { border-color: #46E68D; }
span { border-color: rgb(70,230,141); }
td.TdClassName
{
border-color: #46E68D;
}
.TagClassName
{
border-color: #46E68D;
}
</style>