Shades of Emerald #46F680
Tints of Emerald #46F680
RGB
CMYK
RGB Variations
Color information
#46F680 (or 0x46F680) is known color: Emerald. HEX triplet: 46, F6 and 80. RGB value is (70,246,128). Sum of RGB (Red+Green+Blue) = 70+246+128=444 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.77% from 444); Green value is 246 (96.48% from 255 or 55.41% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 246 - color contains mainly: green. Hex color #46F680 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46F680 is #B9097F. Grayscale: #B4B4B4. Windows color (decimal): -12126592 or 8451654. OLE color: 8451654.
HSL color Cylindrical-coordinate representation of color #46F680: hue angle of 139.77º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46F680 is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 70 | 246 | 128 | - |
| CMYK | 0.72 | 0 | 0.48 | 0.04 |
| HSL | 139.77º | 0.91% | 0.62% | - |
| HSV(B) | 139.77º | 0.72% | 0.96% | - |
| XYZ | 39.38 | 68.77 | 31.62 | - |
| YUV | 179.92 | 98.69 | 49.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 246 | 128 | 0.72 | 0 | 0.48 | 0.04 | 139.77 | 0.91 | 0.62 |
| Hex | 46 | F6 | 80 | 48 | 0 | 30 | 4 | 8C | 5B | 3E |
| Octal | 106 | 366 | 200 | 110 | 0 | 60 | 4 | 214 | 133 | 76 |
| Binary | 1000110 | 11110110 | 10000000 | 1001000 | 0 | 110000 | 100 | 10001100 | 1011011 | 111110 |
Color Harmonies of #46F680
Complementary color
Monochromatic Colors of #46F680
Black with #46F680
Text Example
Text Example
White with #46F680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46F680; }
p { color: rgb(70,246,128); }
H1.HeaderClassName
{
color: #46F680;
}
.AnyTagClassName
{
color: #46F680;
}
</style>
background-color css
<style>
a { background-color: #46F680; }
a { background-color: rgb(70,246,128); }
div.DivClassName
{
background-color: #46F680;
}
.BgClassName
{
background-color: #46F680;
}
</style>
border-color css
<style>
span { border-color: #46F680; }
span { border-color: rgb(70,246,128); }
td.TdClassName
{
border-color: #46F680;
}
.TagClassName
{
border-color: #46F680;
}
</style>