Shades of Emerald #46E76C
Tints of Emerald #46E76C
RGB
CMYK
RGB Variations
Color information
#46E76C (or 0x46E76C) is known color: Emerald. HEX triplet: 46, E7 and 6C. RGB value is (70,231,108). Sum of RGB (Red+Green+Blue) = 70+231+108=409 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.11% from 409); Green value is 231 (90.62% from 255 or 56.48% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 231 - color contains mainly: green. Hex color #46E76C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #46E76C is #B91893. Grayscale: #A9A9A9. Windows color (decimal): -12130452 or 7137094. OLE color: 7137094.
HSL color Cylindrical-coordinate representation of color #46E76C: hue angle of 134.16º degrees, saturation: 0.77, 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 #46E76C is Cyan = 0.70, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 70 | 231 | 108 | - |
| CMYK | 0.70 | 0 | 0.53 | 0.09 |
| HSL | 134.16º | 0.77% | 0.59% | - |
| HSV(B) | 134.16º | 0.7% | 0.91% | - |
| XYZ | 33.81 | 59.54 | 23.9 | - |
| YUV | 168.84 | 93.66 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 231 | 108 | 0.70 | 0 | 0.53 | 0.09 | 134.16 | 0.77 | 0.59 |
| Hex | 46 | E7 | 6C | 46 | 0 | 35 | 9 | 86 | 4D | 3B |
| Octal | 106 | 347 | 154 | 106 | 0 | 65 | 11 | 206 | 115 | 73 |
| Binary | 1000110 | 11100111 | 1101100 | 1000110 | 0 | 110101 | 1001 | 10000110 | 1001101 | 111011 |
Color Harmonies of #46E76C
Complementary color
Monochromatic Colors of #46E76C
Black with #46E76C
Text Example
Text Example
White with #46E76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E76C; }
p { color: rgb(70,231,108); }
H1.HeaderClassName
{
color: #46E76C;
}
.AnyTagClassName
{
color: #46E76C;
}
</style>
background-color css
<style>
a { background-color: #46E76C; }
a { background-color: rgb(70,231,108); }
div.DivClassName
{
background-color: #46E76C;
}
.BgClassName
{
background-color: #46E76C;
}
</style>
border-color css
<style>
span { border-color: #46E76C; }
span { border-color: rgb(70,231,108); }
td.TdClassName
{
border-color: #46E76C;
}
.TagClassName
{
border-color: #46E76C;
}
</style>