Shades of Emerald #46DF86
Tints of Emerald #46DF86
RGB
CMYK
RGB Variations
Color information
#46DF86 (or 0x46DF86) is known color: Emerald. HEX triplet: 46, DF and 86. RGB value is (70,223,134). Sum of RGB (Red+Green+Blue) = 70+223+134=427 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.39% from 427); Green value is 223 (87.5% from 255 or 52.22% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 223 - color contains mainly: green. Hex color #46DF86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46DF86 is #B92079. Grayscale: #A7A7A7. Windows color (decimal): -12132474 or 8838982. OLE color: 8838982.
HSL color Cylindrical-coordinate representation of color #46DF86: hue angle of 145.1º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46DF86 is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 223 | 134 | - |
| CMYK | 0.69 | 0 | 0.40 | 0.13 |
| HSL | 145.1º | 0.71% | 0.57% | - |
| HSV(B) | 145.1º | 0.69% | 0.87% | - |
| XYZ | 33.22 | 55.8 | 31.57 | - |
| YUV | 167.11 | 109.31 | 58.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 223 | 134 | 0.69 | 0 | 0.40 | 0.13 | 145.1 | 0.71 | 0.57 |
| Hex | 46 | DF | 86 | 45 | 0 | 28 | D | 91 | 47 | 39 |
| Octal | 106 | 337 | 206 | 105 | 0 | 50 | 15 | 221 | 107 | 71 |
| Binary | 1000110 | 11011111 | 10000110 | 1000101 | 0 | 101000 | 1101 | 10010001 | 1000111 | 111001 |
Color Harmonies of #46DF86
Complementary color
Monochromatic Colors of #46DF86
Black with #46DF86
Text Example
Text Example
White with #46DF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DF86; }
p { color: rgb(70,223,134); }
H1.HeaderClassName
{
color: #46DF86;
}
.AnyTagClassName
{
color: #46DF86;
}
</style>
background-color css
<style>
a { background-color: #46DF86; }
a { background-color: rgb(70,223,134); }
div.DivClassName
{
background-color: #46DF86;
}
.BgClassName
{
background-color: #46DF86;
}
</style>
border-color css
<style>
span { border-color: #46DF86; }
span { border-color: rgb(70,223,134); }
td.TdClassName
{
border-color: #46DF86;
}
.TagClassName
{
border-color: #46DF86;
}
</style>