Shades of Emerald #46FE8C
Tints of Emerald #46FE8C
RGB
CMYK
RGB Variations
Color information
#46FE8C (or 0x46FE8C) is known color: Emerald. HEX triplet: 46, FE and 8C. RGB value is (70,254,140). Sum of RGB (Red+Green+Blue) = 70+254+140=464 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.09% from 464); Green value is 254 (99.61% from 255 or 54.74% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 254 - color contains mainly: green. Hex color #46FE8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46FE8C is #B90173. Grayscale: #BABABA. Windows color (decimal): -12124532 or 9240134. OLE color: 9240134.
HSL color Cylindrical-coordinate representation of color #46FE8C: hue angle of 142.83º 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 #46FE8C is Cyan = 0.72, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 254 | 140 | - |
| CMYK | 0.72 | 0 | 0.45 | 0.00 |
| HSL | 142.83º | 0.99% | 0.64% | - |
| HSV(B) | 142.83º | 0.72% | 1% | - |
| XYZ | 42.7 | 74.08 | 36.86 | - |
| YUV | 185.99 | 102.04 | 45.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 254 | 140 | 0.72 | 0 | 0.45 | 0.00 | 142.83 | 0.99 | 0.64 |
| Hex | 46 | FE | 8C | 48 | 0 | 2D | 0 | 8F | 63 | 40 |
| Octal | 106 | 376 | 214 | 110 | 0 | 55 | 0 | 217 | 143 | 100 |
| Binary | 1000110 | 11111110 | 10001100 | 1001000 | 0 | 101101 | 0 | 10001111 | 1100011 | 1000000 |
Color Harmonies of #46FE8C
Complementary color
Monochromatic Colors of #46FE8C
Black with #46FE8C
Text Example
Text Example
White with #46FE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FE8C; }
p { color: rgb(70,254,140); }
H1.HeaderClassName
{
color: #46FE8C;
}
.AnyTagClassName
{
color: #46FE8C;
}
</style>
background-color css
<style>
a { background-color: #46FE8C; }
a { background-color: rgb(70,254,140); }
div.DivClassName
{
background-color: #46FE8C;
}
.BgClassName
{
background-color: #46FE8C;
}
</style>
border-color css
<style>
span { border-color: #46FE8C; }
span { border-color: rgb(70,254,140); }
td.TdClassName
{
border-color: #46FE8C;
}
.TagClassName
{
border-color: #46FE8C;
}
</style>