Shades of Emerald #46DA89
Tints of Emerald #46DA89
RGB
CMYK
RGB Variations
Color information
#46DA89 (or 0x46DA89) is known color: Emerald. HEX triplet: 46, DA and 89. RGB value is (70,218,137). Sum of RGB (Red+Green+Blue) = 70+218+137=425 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.47% from 425); Green value is 218 (85.55% from 255 or 51.29% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 218 - color contains mainly: green. Hex color #46DA89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46DA89 is #B92576. Grayscale: #A4A4A4. Windows color (decimal): -12133751 or 9034310. OLE color: 9034310.
HSL color Cylindrical-coordinate representation of color #46DA89: hue angle of 147.16º degrees, saturation: 0.67, 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 #46DA89 is Cyan = 0.68, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 218 | 137 | - |
| CMYK | 0.68 | 0 | 0.37 | 0.15 |
| HSL | 147.16º | 0.67% | 0.56% | - |
| HSV(B) | 147.16º | 0.68% | 0.85% | - |
| XYZ | 32.11 | 53.25 | 32.25 | - |
| YUV | 164.51 | 112.47 | 60.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 218 | 137 | 0.68 | 0 | 0.37 | 0.15 | 147.16 | 0.67 | 0.56 |
| Hex | 46 | DA | 89 | 44 | 0 | 25 | F | 93 | 43 | 38 |
| Octal | 106 | 332 | 211 | 104 | 0 | 45 | 17 | 223 | 103 | 70 |
| Binary | 1000110 | 11011010 | 10001001 | 1000100 | 0 | 100101 | 1111 | 10010011 | 1000011 | 111000 |
Color Harmonies of #46DA89
Complementary color
Monochromatic Colors of #46DA89
Black with #46DA89
Text Example
Text Example
White with #46DA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DA89; }
p { color: rgb(70,218,137); }
H1.HeaderClassName
{
color: #46DA89;
}
.AnyTagClassName
{
color: #46DA89;
}
</style>
background-color css
<style>
a { background-color: #46DA89; }
a { background-color: rgb(70,218,137); }
div.DivClassName
{
background-color: #46DA89;
}
.BgClassName
{
background-color: #46DA89;
}
</style>
border-color css
<style>
span { border-color: #46DA89; }
span { border-color: rgb(70,218,137); }
td.TdClassName
{
border-color: #46DA89;
}
.TagClassName
{
border-color: #46DA89;
}
</style>