Shades of Emerald #46E18B
Tints of Emerald #46E18B
RGB
CMYK
RGB Variations
Color information
#46E18B (or 0x46E18B) is known color: Emerald. HEX triplet: 46, E1 and 8B. RGB value is (70,225,139). Sum of RGB (Red+Green+Blue) = 70+225+139=434 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.13% from 434); Green value is 225 (88.28% from 255 or 51.84% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 225 - color contains mainly: green. Hex color #46E18B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46E18B is #B91E74. Grayscale: #A9A9A9. Windows color (decimal): -12131957 or 9167174. OLE color: 9167174.
HSL color Cylindrical-coordinate representation of color #46E18B: hue angle of 146.71º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46E18B is Cyan = 0.69, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 70 | 225 | 139 | - |
| CMYK | 0.69 | 0 | 0.38 | 0.12 |
| HSL | 146.71º | 0.72% | 0.58% | - |
| HSV(B) | 146.71º | 0.69% | 0.88% | - |
| XYZ | 34.11 | 57.02 | 33.63 | - |
| YUV | 168.85 | 111.15 | 57.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 225 | 139 | 0.69 | 0 | 0.38 | 0.12 | 146.71 | 0.72 | 0.58 |
| Hex | 46 | E1 | 8B | 45 | 0 | 26 | C | 93 | 48 | 3A |
| Octal | 106 | 341 | 213 | 105 | 0 | 46 | 14 | 223 | 110 | 72 |
| Binary | 1000110 | 11100001 | 10001011 | 1000101 | 0 | 100110 | 1100 | 10010011 | 1001000 | 111010 |
Color Harmonies of #46E18B
Complementary color
Monochromatic Colors of #46E18B
Black with #46E18B
Text Example
Text Example
White with #46E18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E18B; }
p { color: rgb(70,225,139); }
H1.HeaderClassName
{
color: #46E18B;
}
.AnyTagClassName
{
color: #46E18B;
}
</style>
background-color css
<style>
a { background-color: #46E18B; }
a { background-color: rgb(70,225,139); }
div.DivClassName
{
background-color: #46E18B;
}
.BgClassName
{
background-color: #46E18B;
}
</style>
border-color css
<style>
span { border-color: #46E18B; }
span { border-color: rgb(70,225,139); }
td.TdClassName
{
border-color: #46E18B;
}
.TagClassName
{
border-color: #46E18B;
}
</style>