Shades of Emerald #46E985
Tints of Emerald #46E985
RGB
CMYK
RGB Variations
Color information
#46E985 (or 0x46E985) is known color: Emerald. HEX triplet: 46, E9 and 85. RGB value is (70,233,133). Sum of RGB (Red+Green+Blue) = 70+233+133=436 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.06% from 436); Green value is 233 (91.41% from 255 or 53.44% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 233 - color contains mainly: green. Hex color #46E985 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46E985 is #B9167A. Grayscale: #ADADAD. Windows color (decimal): -12129915 or 8776006. OLE color: 8776006.
HSL color Cylindrical-coordinate representation of color #46E985: hue angle of 143.19º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46E985 is Cyan = 0.70, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 70 | 233 | 133 | - |
| CMYK | 0.70 | 0 | 0.43 | 0.09 |
| HSL | 143.19º | 0.79% | 0.59% | - |
| HSV(B) | 143.19º | 0.7% | 0.91% | - |
| XYZ | 35.9 | 61.27 | 32.13 | - |
| YUV | 172.86 | 105.5 | 54.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 233 | 133 | 0.70 | 0 | 0.43 | 0.09 | 143.19 | 0.79 | 0.59 |
| Hex | 46 | E9 | 85 | 46 | 0 | 2B | 9 | 8F | 4F | 3B |
| Octal | 106 | 351 | 205 | 106 | 0 | 53 | 11 | 217 | 117 | 73 |
| Binary | 1000110 | 11101001 | 10000101 | 1000110 | 0 | 101011 | 1001 | 10001111 | 1001111 | 111011 |
Color Harmonies of #46E985
Complementary color
Monochromatic Colors of #46E985
Black with #46E985
Text Example
Text Example
White with #46E985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E985; }
p { color: rgb(70,233,133); }
H1.HeaderClassName
{
color: #46E985;
}
.AnyTagClassName
{
color: #46E985;
}
</style>
background-color css
<style>
a { background-color: #46E985; }
a { background-color: rgb(70,233,133); }
div.DivClassName
{
background-color: #46E985;
}
.BgClassName
{
background-color: #46E985;
}
</style>
border-color css
<style>
span { border-color: #46E985; }
span { border-color: rgb(70,233,133); }
td.TdClassName
{
border-color: #46E985;
}
.TagClassName
{
border-color: #46E985;
}
</style>