Shades of Emerald #46CE5E
Tints of Emerald #46CE5E
RGB
CMYK
RGB Variations
Color information
#46CE5E (or 0x46CE5E) is known color: Emerald. HEX triplet: 46, CE and 5E. RGB value is (70,206,94). Sum of RGB (Red+Green+Blue) = 70+206+94=370 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.92% from 370); Green value is 206 (80.86% from 255 or 55.68% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 206 - color contains mainly: green. Hex color #46CE5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CE5E is #B931A1. Grayscale: #989898. Windows color (decimal): -12136866 or 6213190. OLE color: 6213190.
HSL color Cylindrical-coordinate representation of color #46CE5E: hue angle of 130.59º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CE5E is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 206 | 94 | - |
| CMYK | 0.66 | 0 | 0.54 | 0.19 |
| HSL | 130.59º | 0.58% | 0.54% | - |
| HSV(B) | 130.59º | 0.66% | 0.81% | - |
| XYZ | 26.62 | 46.25 | 18.11 | - |
| YUV | 152.57 | 94.94 | 69.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 206 | 94 | 0.66 | 0 | 0.54 | 0.19 | 130.59 | 0.58 | 0.54 |
| Hex | 46 | CE | 5E | 42 | 0 | 36 | 13 | 83 | 3A | 36 |
| Octal | 106 | 316 | 136 | 102 | 0 | 66 | 23 | 203 | 72 | 66 |
| Binary | 1000110 | 11001110 | 1011110 | 1000010 | 0 | 110110 | 10011 | 10000011 | 111010 | 110110 |
Color Harmonies of #46CE5E
Complementary color
Monochromatic Colors of #46CE5E
Black with #46CE5E
Text Example
Text Example
White with #46CE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CE5E; }
p { color: rgb(70,206,94); }
H1.HeaderClassName
{
color: #46CE5E;
}
.AnyTagClassName
{
color: #46CE5E;
}
</style>
background-color css
<style>
a { background-color: #46CE5E; }
a { background-color: rgb(70,206,94); }
div.DivClassName
{
background-color: #46CE5E;
}
.BgClassName
{
background-color: #46CE5E;
}
</style>
border-color css
<style>
span { border-color: #46CE5E; }
span { border-color: rgb(70,206,94); }
td.TdClassName
{
border-color: #46CE5E;
}
.TagClassName
{
border-color: #46CE5E;
}
</style>