Shades of Emerald #46D76A
Tints of Emerald #46D76A
RGB
CMYK
RGB Variations
Color information
#46D76A (or 0x46D76A) is known color: Emerald. HEX triplet: 46, D7 and 6A. RGB value is (70,215,106). Sum of RGB (Red+Green+Blue) = 70+215+106=391 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.90% from 391); Green value is 215 (84.38% from 255 or 54.99% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 215 - color contains mainly: green. Hex color #46D76A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D76A is #B92895. Grayscale: #9F9F9F. Windows color (decimal): -12134550 or 7001926. OLE color: 7001926.
HSL color Cylindrical-coordinate representation of color #46D76A: hue angle of 134.9º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D76A is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 215 | 106 | - |
| CMYK | 0.67 | 0 | 0.51 | 0.16 |
| HSL | 134.9º | 0.64% | 0.56% | - |
| HSV(B) | 134.9º | 0.67% | 0.84% | - |
| XYZ | 29.43 | 50.94 | 21.92 | - |
| YUV | 159.22 | 97.96 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 215 | 106 | 0.67 | 0 | 0.51 | 0.16 | 134.9 | 0.64 | 0.56 |
| Hex | 46 | D7 | 6A | 43 | 0 | 33 | 10 | 87 | 40 | 38 |
| Octal | 106 | 327 | 152 | 103 | 0 | 63 | 20 | 207 | 100 | 70 |
| Binary | 1000110 | 11010111 | 1101010 | 1000011 | 0 | 110011 | 10000 | 10000111 | 1000000 | 111000 |
Color Harmonies of #46D76A
Complementary color
Monochromatic Colors of #46D76A
Black with #46D76A
Text Example
Text Example
White with #46D76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D76A; }
p { color: rgb(70,215,106); }
H1.HeaderClassName
{
color: #46D76A;
}
.AnyTagClassName
{
color: #46D76A;
}
</style>
background-color css
<style>
a { background-color: #46D76A; }
a { background-color: rgb(70,215,106); }
div.DivClassName
{
background-color: #46D76A;
}
.BgClassName
{
background-color: #46D76A;
}
</style>
border-color css
<style>
span { border-color: #46D76A; }
span { border-color: rgb(70,215,106); }
td.TdClassName
{
border-color: #46D76A;
}
.TagClassName
{
border-color: #46D76A;
}
</style>