Shades of Emerald #46E679
Tints of Emerald #46E679
RGB
CMYK
RGB Variations
Color information
#46E679 (or 0x46E679) is known color: Emerald. HEX triplet: 46, E6 and 79. RGB value is (70,230,121). Sum of RGB (Red+Green+Blue) = 70+230+121=421 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.63% from 421); Green value is 230 (90.23% from 255 or 54.63% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 230 - color contains mainly: green. Hex color #46E679 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #46E679 is #B91986. Grayscale: #AAAAAA. Windows color (decimal): -12130695 or 7988806. OLE color: 7988806.
HSL color Cylindrical-coordinate representation of color #46E679: hue angle of 139.12º 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 #46E679 is Cyan = 0.70, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 230 | 121 | - |
| CMYK | 0.70 | 0 | 0.47 | 0.10 |
| HSL | 139.13º | 0.76% | 0.59% | - |
| HSV(B) | 139.13º | 0.7% | 0.9% | - |
| XYZ | 34.27 | 59.28 | 27.72 | - |
| YUV | 169.73 | 100.49 | 56.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 230 | 121 | 0.70 | 0 | 0.47 | 0.10 | 139.13 | 0.76 | 0.59 |
| Hex | 46 | E6 | 79 | 46 | 0 | 2F | A | 8B | 4C | 3B |
| Octal | 106 | 346 | 171 | 106 | 0 | 57 | 12 | 213 | 114 | 73 |
| Binary | 1000110 | 11100110 | 1111001 | 1000110 | 0 | 101111 | 1010 | 10001011 | 1001100 | 111011 |
Color Harmonies of #46E679
Complementary color
Monochromatic Colors of #46E679
Black with #46E679
Text Example
Text Example
White with #46E679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E679; }
p { color: rgb(70,230,121); }
H1.HeaderClassName
{
color: #46E679;
}
.AnyTagClassName
{
color: #46E679;
}
</style>
background-color css
<style>
a { background-color: #46E679; }
a { background-color: rgb(70,230,121); }
div.DivClassName
{
background-color: #46E679;
}
.BgClassName
{
background-color: #46E679;
}
</style>
border-color css
<style>
span { border-color: #46E679; }
span { border-color: rgb(70,230,121); }
td.TdClassName
{
border-color: #46E679;
}
.TagClassName
{
border-color: #46E679;
}
</style>