Shades of Emerald #46D85B
Tints of Emerald #46D85B
RGB
CMYK
RGB Variations
Color information
#46D85B (or 0x46D85B) is known color: Emerald. HEX triplet: 46, D8 and 5B. RGB value is (70,216,91). Sum of RGB (Red+Green+Blue) = 70+216+91=377 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.57% from 377); Green value is 216 (84.77% from 255 or 57.29% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 216 - color contains mainly: green. Hex color #46D85B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D85B is #B927A4. Grayscale: #9E9E9E. Windows color (decimal): -12134309 or 6019142. OLE color: 6019142.
HSL color Cylindrical-coordinate representation of color #46D85B: hue angle of 128.63º degrees, saturation: 0.65, 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 #46D85B is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 216 | 91 | - |
| CMYK | 0.68 | 0 | 0.58 | 0.15 |
| HSL | 128.63º | 0.65% | 0.56% | - |
| HSV(B) | 128.63º | 0.68% | 0.85% | - |
| XYZ | 28.97 | 51.17 | 18.25 | - |
| YUV | 158.1 | 90.13 | 65.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 216 | 91 | 0.68 | 0 | 0.58 | 0.15 | 128.63 | 0.65 | 0.56 |
| Hex | 46 | D8 | 5B | 44 | 0 | 3A | F | 81 | 41 | 38 |
| Octal | 106 | 330 | 133 | 104 | 0 | 72 | 17 | 201 | 101 | 70 |
| Binary | 1000110 | 11011000 | 1011011 | 1000100 | 0 | 111010 | 1111 | 10000001 | 1000001 | 111000 |
Color Harmonies of #46D85B
Complementary color
Monochromatic Colors of #46D85B
Black with #46D85B
Text Example
Text Example
White with #46D85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D85B; }
p { color: rgb(70,216,91); }
H1.HeaderClassName
{
color: #46D85B;
}
.AnyTagClassName
{
color: #46D85B;
}
</style>
background-color css
<style>
a { background-color: #46D85B; }
a { background-color: rgb(70,216,91); }
div.DivClassName
{
background-color: #46D85B;
}
.BgClassName
{
background-color: #46D85B;
}
</style>
border-color css
<style>
span { border-color: #46D85B; }
span { border-color: rgb(70,216,91); }
td.TdClassName
{
border-color: #46D85B;
}
.TagClassName
{
border-color: #46D85B;
}
</style>