Shades of Emerald #46DB6F
Tints of Emerald #46DB6F
RGB
CMYK
RGB Variations
Color information
#46DB6F (or 0x46DB6F) is known color: Emerald. HEX triplet: 46, DB and 6F. RGB value is (70,219,111). Sum of RGB (Red+Green+Blue) = 70+219+111=400 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.5% from 400); Green value is 219 (85.94% from 255 or 54.75% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 219 - color contains mainly: green. Hex color #46DB6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46DB6F is #B92490. Grayscale: #A2A2A2. Windows color (decimal): -12133521 or 7330630. OLE color: 7330630.
HSL color Cylindrical-coordinate representation of color #46DB6F: hue angle of 136.51º 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 #46DB6F is Cyan = 0.68, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 219 | 111 | - |
| CMYK | 0.68 | 0 | 0.49 | 0.14 |
| HSL | 136.51º | 0.67% | 0.57% | - |
| HSV(B) | 136.51º | 0.68% | 0.86% | - |
| XYZ | 30.73 | 53.11 | 23.67 | - |
| YUV | 162.14 | 99.14 | 62.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 219 | 111 | 0.68 | 0 | 0.49 | 0.14 | 136.51 | 0.67 | 0.57 |
| Hex | 46 | DB | 6F | 44 | 0 | 31 | E | 89 | 43 | 39 |
| Octal | 106 | 333 | 157 | 104 | 0 | 61 | 16 | 211 | 103 | 71 |
| Binary | 1000110 | 11011011 | 1101111 | 1000100 | 0 | 110001 | 1110 | 10001001 | 1000011 | 111001 |
Color Harmonies of #46DB6F
Complementary color
Monochromatic Colors of #46DB6F
Black with #46DB6F
Text Example
Text Example
White with #46DB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DB6F; }
p { color: rgb(70,219,111); }
H1.HeaderClassName
{
color: #46DB6F;
}
.AnyTagClassName
{
color: #46DB6F;
}
</style>
background-color css
<style>
a { background-color: #46DB6F; }
a { background-color: rgb(70,219,111); }
div.DivClassName
{
background-color: #46DB6F;
}
.BgClassName
{
background-color: #46DB6F;
}
</style>
border-color css
<style>
span { border-color: #46DB6F; }
span { border-color: rgb(70,219,111); }
td.TdClassName
{
border-color: #46DB6F;
}
.TagClassName
{
border-color: #46DB6F;
}
</style>