Shades of Emerald #46E66D
Tints of Emerald #46E66D
RGB
CMYK
RGB Variations
Color information
#46E66D (or 0x46E66D) is known color: Emerald. HEX triplet: 46, E6 and 6D. RGB value is (70,230,109). Sum of RGB (Red+Green+Blue) = 70+230+109=409 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.11% from 409); Green value is 230 (90.23% from 255 or 56.23% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 230 - color contains mainly: green. Hex color #46E66D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #46E66D is #B91992. Grayscale: #A8A8A8. Windows color (decimal): -12130707 or 7202374. OLE color: 7202374.
HSL color Cylindrical-coordinate representation of color #46E66D: hue angle of 134.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 #46E66D is Cyan = 0.70, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 230 | 109 | - |
| CMYK | 0.70 | 0 | 0.53 | 0.10 |
| HSL | 134.63º | 0.76% | 0.59% | - |
| HSV(B) | 134.63º | 0.7% | 0.9% | - |
| XYZ | 33.58 | 59 | 24.09 | - |
| YUV | 168.37 | 94.49 | 57.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 230 | 109 | 0.70 | 0 | 0.53 | 0.10 | 134.63 | 0.76 | 0.59 |
| Hex | 46 | E6 | 6D | 46 | 0 | 35 | A | 87 | 4C | 3B |
| Octal | 106 | 346 | 155 | 106 | 0 | 65 | 12 | 207 | 114 | 73 |
| Binary | 1000110 | 11100110 | 1101101 | 1000110 | 0 | 110101 | 1010 | 10000111 | 1001100 | 111011 |
Color Harmonies of #46E66D
Complementary color
Monochromatic Colors of #46E66D
Black with #46E66D
Text Example
Text Example
White with #46E66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E66D; }
p { color: rgb(70,230,109); }
H1.HeaderClassName
{
color: #46E66D;
}
.AnyTagClassName
{
color: #46E66D;
}
</style>
background-color css
<style>
a { background-color: #46E66D; }
a { background-color: rgb(70,230,109); }
div.DivClassName
{
background-color: #46E66D;
}
.BgClassName
{
background-color: #46E66D;
}
</style>
border-color css
<style>
span { border-color: #46E66D; }
span { border-color: rgb(70,230,109); }
td.TdClassName
{
border-color: #46E66D;
}
.TagClassName
{
border-color: #46E66D;
}
</style>