Shades of Emerald #46FB8C
Tints of Emerald #46FB8C
RGB
CMYK
RGB Variations
Color information
#46FB8C (or 0x46FB8C) is known color: Emerald. HEX triplet: 46, FB and 8C. RGB value is (70,251,140). Sum of RGB (Red+Green+Blue) = 70+251+140=461 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.18% from 461); Green value is 251 (98.44% from 255 or 54.45% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 251 - color contains mainly: green. Hex color #46FB8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46FB8C is #B90473. Grayscale: #B8B8B8. Windows color (decimal): -12125300 or 9239366. OLE color: 9239366.
HSL color Cylindrical-coordinate representation of color #46FB8C: hue angle of 143.2º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46FB8C is Cyan = 0.72, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 251 | 140 | - |
| CMYK | 0.72 | 0 | 0.44 | 0.02 |
| HSL | 143.2º | 0.96% | 0.63% | - |
| HSV(B) | 143.2º | 0.72% | 0.98% | - |
| XYZ | 41.76 | 72.19 | 36.54 | - |
| YUV | 184.23 | 103.03 | 46.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 251 | 140 | 0.72 | 0 | 0.44 | 0.02 | 143.2 | 0.96 | 0.63 |
| Hex | 46 | FB | 8C | 48 | 0 | 2C | 2 | 8F | 60 | 3F |
| Octal | 106 | 373 | 214 | 110 | 0 | 54 | 2 | 217 | 140 | 77 |
| Binary | 1000110 | 11111011 | 10001100 | 1001000 | 0 | 101100 | 10 | 10001111 | 1100000 | 111111 |
Color Harmonies of #46FB8C
Complementary color
Monochromatic Colors of #46FB8C
Black with #46FB8C
Text Example
Text Example
White with #46FB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FB8C; }
p { color: rgb(70,251,140); }
H1.HeaderClassName
{
color: #46FB8C;
}
.AnyTagClassName
{
color: #46FB8C;
}
</style>
background-color css
<style>
a { background-color: #46FB8C; }
a { background-color: rgb(70,251,140); }
div.DivClassName
{
background-color: #46FB8C;
}
.BgClassName
{
background-color: #46FB8C;
}
</style>
border-color css
<style>
span { border-color: #46FB8C; }
span { border-color: rgb(70,251,140); }
td.TdClassName
{
border-color: #46FB8C;
}
.TagClassName
{
border-color: #46FB8C;
}
</style>