Shades of Emerald #46E88C
Tints of Emerald #46E88C
RGB
CMYK
RGB Variations
Color information
#46E88C (or 0x46E88C) is known color: Emerald. HEX triplet: 46, E8 and 8C. RGB value is (70,232,140). Sum of RGB (Red+Green+Blue) = 70+232+140=442 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.84% from 442); Green value is 232 (91.02% from 255 or 52.49% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 232 - color contains mainly: green. Hex color #46E88C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46E88C is #B91773. Grayscale: #ADADAD. Windows color (decimal): -12130164 or 9234502. OLE color: 9234502.
HSL color Cylindrical-coordinate representation of color #46E88C: hue angle of 145.93º degrees, saturation: 0.78, 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 #46E88C is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 70 | 232 | 140 | - |
| CMYK | 0.70 | 0 | 0.40 | 0.09 |
| HSL | 145.93º | 0.78% | 0.59% | - |
| HSV(B) | 145.93º | 0.7% | 0.91% | - |
| XYZ | 36.12 | 60.91 | 34.66 | - |
| YUV | 173.07 | 109.33 | 54.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 232 | 140 | 0.70 | 0 | 0.40 | 0.09 | 145.93 | 0.78 | 0.59 |
| Hex | 46 | E8 | 8C | 46 | 0 | 28 | 9 | 92 | 4E | 3B |
| Octal | 106 | 350 | 214 | 106 | 0 | 50 | 11 | 222 | 116 | 73 |
| Binary | 1000110 | 11101000 | 10001100 | 1000110 | 0 | 101000 | 1001 | 10010010 | 1001110 | 111011 |
Color Harmonies of #46E88C
Complementary color
Monochromatic Colors of #46E88C
Black with #46E88C
Text Example
Text Example
White with #46E88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E88C; }
p { color: rgb(70,232,140); }
H1.HeaderClassName
{
color: #46E88C;
}
.AnyTagClassName
{
color: #46E88C;
}
</style>
background-color css
<style>
a { background-color: #46E88C; }
a { background-color: rgb(70,232,140); }
div.DivClassName
{
background-color: #46E88C;
}
.BgClassName
{
background-color: #46E88C;
}
</style>
border-color css
<style>
span { border-color: #46E88C; }
span { border-color: rgb(70,232,140); }
td.TdClassName
{
border-color: #46E88C;
}
.TagClassName
{
border-color: #46E88C;
}
</style>