Shades of Emerald #46CE61
Tints of Emerald #46CE61
RGB
CMYK
RGB Variations
Color information
#46CE61 (or 0x46CE61) is known color: Emerald. HEX triplet: 46, CE and 61. RGB value is (70,206,97). Sum of RGB (Red+Green+Blue) = 70+206+97=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 206 (80.86% from 255 or 55.23% from 373); Blue value is 97 (38.28% from 255 or 26.01% from 373); Max value from RGB is 206 - color contains mainly: green. Hex color #46CE61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CE61 is #B9319E. Grayscale: #999999. Windows color (decimal): -12136863 or 6409798. OLE color: 6409798.
HSL color Cylindrical-coordinate representation of color #46CE61: hue angle of 131.91º 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 #46CE61 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 206 | 97 | - |
| CMYK | 0.66 | 0 | 0.53 | 0.19 |
| HSL | 131.91º | 0.58% | 0.54% | - |
| HSV(B) | 131.91º | 0.66% | 0.81% | - |
| XYZ | 26.75 | 46.31 | 18.84 | - |
| YUV | 152.91 | 96.44 | 68.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 206 | 97 | 0.66 | 0 | 0.53 | 0.19 | 131.91 | 0.58 | 0.54 |
| Hex | 46 | CE | 61 | 42 | 0 | 35 | 13 | 84 | 3A | 36 |
| Octal | 106 | 316 | 141 | 102 | 0 | 65 | 23 | 204 | 72 | 66 |
| Binary | 1000110 | 11001110 | 1100001 | 1000010 | 0 | 110101 | 10011 | 10000100 | 111010 | 110110 |
Color Harmonies of #46CE61
Complementary color
Monochromatic Colors of #46CE61
Black with #46CE61
Text Example
Text Example
White with #46CE61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CE61; }
p { color: rgb(70,206,97); }
H1.HeaderClassName
{
color: #46CE61;
}
.AnyTagClassName
{
color: #46CE61;
}
</style>
background-color css
<style>
a { background-color: #46CE61; }
a { background-color: rgb(70,206,97); }
div.DivClassName
{
background-color: #46CE61;
}
.BgClassName
{
background-color: #46CE61;
}
</style>
border-color css
<style>
span { border-color: #46CE61; }
span { border-color: rgb(70,206,97); }
td.TdClassName
{
border-color: #46CE61;
}
.TagClassName
{
border-color: #46CE61;
}
</style>