Shades of Emerald #46DB7B
Tints of Emerald #46DB7B
RGB
CMYK
RGB Variations
Color information
#46DB7B (or 0x46DB7B) is known color: Emerald. HEX triplet: 46, DB and 7B. RGB value is (70,219,123). Sum of RGB (Red+Green+Blue) = 70+219+123=412 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.99% from 412); Green value is 219 (85.94% from 255 or 53.16% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 219 - color contains mainly: green. Hex color #46DB7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46DB7B is #B92484. Grayscale: #A3A3A3. Windows color (decimal): -12133509 or 8117062. OLE color: 8117062.
HSL color Cylindrical-coordinate representation of color #46DB7B: hue angle of 141.34º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DB7B is Cyan = 0.68, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 219 | 123 | - |
| CMYK | 0.68 | 0 | 0.44 | 0.14 |
| HSL | 141.34º | 0.67% | 0.57% | - |
| HSV(B) | 141.34º | 0.68% | 0.86% | - |
| XYZ | 31.43 | 53.4 | 27.39 | - |
| YUV | 163.51 | 105.14 | 61.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 219 | 123 | 0.68 | 0 | 0.44 | 0.14 | 141.34 | 0.67 | 0.57 |
| Hex | 46 | DB | 7B | 44 | 0 | 2C | E | 8D | 43 | 39 |
| Octal | 106 | 333 | 173 | 104 | 0 | 54 | 16 | 215 | 103 | 71 |
| Binary | 1000110 | 11011011 | 1111011 | 1000100 | 0 | 101100 | 1110 | 10001101 | 1000011 | 111001 |
Color Harmonies of #46DB7B
Complementary color
Monochromatic Colors of #46DB7B
Black with #46DB7B
Text Example
Text Example
White with #46DB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DB7B; }
p { color: rgb(70,219,123); }
H1.HeaderClassName
{
color: #46DB7B;
}
.AnyTagClassName
{
color: #46DB7B;
}
</style>
background-color css
<style>
a { background-color: #46DB7B; }
a { background-color: rgb(70,219,123); }
div.DivClassName
{
background-color: #46DB7B;
}
.BgClassName
{
background-color: #46DB7B;
}
</style>
border-color css
<style>
span { border-color: #46DB7B; }
span { border-color: rgb(70,219,123); }
td.TdClassName
{
border-color: #46DB7B;
}
.TagClassName
{
border-color: #46DB7B;
}
</style>