Shades of Emerald #46FE8E
Tints of Emerald #46FE8E
RGB
CMYK
RGB Variations
Color information
#46FE8E (or 0x46FE8E) is known color: Emerald. HEX triplet: 46, FE and 8E. RGB value is (70,254,142). Sum of RGB (Red+Green+Blue) = 70+254+142=466 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.02% from 466); Green value is 254 (99.61% from 255 or 54.51% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 254 - color contains mainly: green. Hex color #46FE8E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46FE8E is #B90171. Grayscale: #BABABA. Windows color (decimal): -12124530 or 9371206. OLE color: 9371206.
HSL color Cylindrical-coordinate representation of color #46FE8E: hue angle of 143.48º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46FE8E is Cyan = 0.72, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 254 | 142 | - |
| CMYK | 0.72 | 0 | 0.44 | 0.00 |
| HSL | 143.48º | 0.99% | 0.64% | - |
| HSV(B) | 143.48º | 0.72% | 1% | - |
| XYZ | 42.85 | 74.14 | 37.64 | - |
| YUV | 186.22 | 103.04 | 45.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 254 | 142 | 0.72 | 0 | 0.44 | 0.00 | 143.48 | 0.99 | 0.64 |
| Hex | 46 | FE | 8E | 48 | 0 | 2C | 0 | 8F | 63 | 40 |
| Octal | 106 | 376 | 216 | 110 | 0 | 54 | 0 | 217 | 143 | 100 |
| Binary | 1000110 | 11111110 | 10001110 | 1001000 | 0 | 101100 | 0 | 10001111 | 1100011 | 1000000 |
Color Harmonies of #46FE8E
Complementary color
Monochromatic Colors of #46FE8E
Black with #46FE8E
Text Example
Text Example
White with #46FE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FE8E; }
p { color: rgb(70,254,142); }
H1.HeaderClassName
{
color: #46FE8E;
}
.AnyTagClassName
{
color: #46FE8E;
}
</style>
background-color css
<style>
a { background-color: #46FE8E; }
a { background-color: rgb(70,254,142); }
div.DivClassName
{
background-color: #46FE8E;
}
.BgClassName
{
background-color: #46FE8E;
}
</style>
border-color css
<style>
span { border-color: #46FE8E; }
span { border-color: rgb(70,254,142); }
td.TdClassName
{
border-color: #46FE8E;
}
.TagClassName
{
border-color: #46FE8E;
}
</style>