Shades of Emerald #46D95E
Tints of Emerald #46D95E
RGB
CMYK
RGB Variations
Color information
#46D95E (or 0x46D95E) is known color: Emerald. HEX triplet: 46, D9 and 5E. RGB value is (70,217,94). Sum of RGB (Red+Green+Blue) = 70+217+94=381 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.37% from 381); Green value is 217 (85.16% from 255 or 56.96% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 217 - color contains mainly: green. Hex color #46D95E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D95E is #B926A1. Grayscale: #9F9F9F. Windows color (decimal): -12134050 or 6216006. OLE color: 6216006.
HSL color Cylindrical-coordinate representation of color #46D95E: hue angle of 129.8º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46D95E is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 217 | 94 | - |
| CMYK | 0.68 | 0 | 0.57 | 0.15 |
| HSL | 129.8º | 0.66% | 0.56% | - |
| HSV(B) | 129.8º | 0.68% | 0.85% | - |
| XYZ | 29.36 | 51.74 | 19.03 | - |
| YUV | 159.03 | 91.3 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 217 | 94 | 0.68 | 0 | 0.57 | 0.15 | 129.8 | 0.66 | 0.56 |
| Hex | 46 | D9 | 5E | 44 | 0 | 39 | F | 82 | 42 | 38 |
| Octal | 106 | 331 | 136 | 104 | 0 | 71 | 17 | 202 | 102 | 70 |
| Binary | 1000110 | 11011001 | 1011110 | 1000100 | 0 | 111001 | 1111 | 10000010 | 1000010 | 111000 |
Color Harmonies of #46D95E
Complementary color
Monochromatic Colors of #46D95E
Black with #46D95E
Text Example
Text Example
White with #46D95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D95E; }
p { color: rgb(70,217,94); }
H1.HeaderClassName
{
color: #46D95E;
}
.AnyTagClassName
{
color: #46D95E;
}
</style>
background-color css
<style>
a { background-color: #46D95E; }
a { background-color: rgb(70,217,94); }
div.DivClassName
{
background-color: #46D95E;
}
.BgClassName
{
background-color: #46D95E;
}
</style>
border-color css
<style>
span { border-color: #46D95E; }
span { border-color: rgb(70,217,94); }
td.TdClassName
{
border-color: #46D95E;
}
.TagClassName
{
border-color: #46D95E;
}
</style>