Shades of Emerald #46CE6A
Tints of Emerald #46CE6A
RGB
CMYK
RGB Variations
Color information
#46CE6A (or 0x46CE6A) is known color: Emerald. HEX triplet: 46, CE and 6A. RGB value is (70,206,106). Sum of RGB (Red+Green+Blue) = 70+206+106=382 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.32% from 382); Green value is 206 (80.86% from 255 or 53.93% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 206 - color contains mainly: green. Hex color #46CE6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CE6A is #B93195. Grayscale: #9A9A9A. Windows color (decimal): -12136854 or 6999622. OLE color: 6999622.
HSL color Cylindrical-coordinate representation of color #46CE6A: hue angle of 135.88º 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 #46CE6A is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 206 | 106 | - |
| CMYK | 0.66 | 0 | 0.49 | 0.19 |
| HSL | 135.88º | 0.58% | 0.54% | - |
| HSV(B) | 135.88º | 0.66% | 0.81% | - |
| XYZ | 27.2 | 46.49 | 21.17 | - |
| YUV | 153.94 | 100.94 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 206 | 106 | 0.66 | 0 | 0.49 | 0.19 | 135.88 | 0.58 | 0.54 |
| Hex | 46 | CE | 6A | 42 | 0 | 31 | 13 | 88 | 3A | 36 |
| Octal | 106 | 316 | 152 | 102 | 0 | 61 | 23 | 210 | 72 | 66 |
| Binary | 1000110 | 11001110 | 1101010 | 1000010 | 0 | 110001 | 10011 | 10001000 | 111010 | 110110 |
Color Harmonies of #46CE6A
Complementary color
Monochromatic Colors of #46CE6A
Black with #46CE6A
Text Example
Text Example
White with #46CE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CE6A; }
p { color: rgb(70,206,106); }
H1.HeaderClassName
{
color: #46CE6A;
}
.AnyTagClassName
{
color: #46CE6A;
}
</style>
background-color css
<style>
a { background-color: #46CE6A; }
a { background-color: rgb(70,206,106); }
div.DivClassName
{
background-color: #46CE6A;
}
.BgClassName
{
background-color: #46CE6A;
}
</style>
border-color css
<style>
span { border-color: #46CE6A; }
span { border-color: rgb(70,206,106); }
td.TdClassName
{
border-color: #46CE6A;
}
.TagClassName
{
border-color: #46CE6A;
}
</style>