Shades of Emerald #46DF84
Tints of Emerald #46DF84
RGB
CMYK
RGB Variations
Color information
#46DF84 (or 0x46DF84) is known color: Emerald. HEX triplet: 46, DF and 84. RGB value is (70,223,132). Sum of RGB (Red+Green+Blue) = 70+223+132=425 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.47% from 425); Green value is 223 (87.5% from 255 or 52.47% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 223 - color contains mainly: green. Hex color #46DF84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46DF84 is #B9207B. Grayscale: #A7A7A7. Windows color (decimal): -12132476 or 8707910. OLE color: 8707910.
HSL color Cylindrical-coordinate representation of color #46DF84: hue angle of 144.31º 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 #46DF84 is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 223 | 132 | - |
| CMYK | 0.69 | 0 | 0.41 | 0.13 |
| HSL | 144.31º | 0.71% | 0.57% | - |
| HSV(B) | 144.31º | 0.69% | 0.87% | - |
| XYZ | 33.08 | 55.74 | 30.85 | - |
| YUV | 166.88 | 108.31 | 58.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 223 | 132 | 0.69 | 0 | 0.41 | 0.13 | 144.31 | 0.71 | 0.57 |
| Hex | 46 | DF | 84 | 45 | 0 | 29 | D | 90 | 47 | 39 |
| Octal | 106 | 337 | 204 | 105 | 0 | 51 | 15 | 220 | 107 | 71 |
| Binary | 1000110 | 11011111 | 10000100 | 1000101 | 0 | 101001 | 1101 | 10010000 | 1000111 | 111001 |
Color Harmonies of #46DF84
Complementary color
Monochromatic Colors of #46DF84
Black with #46DF84
Text Example
Text Example
White with #46DF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DF84; }
p { color: rgb(70,223,132); }
H1.HeaderClassName
{
color: #46DF84;
}
.AnyTagClassName
{
color: #46DF84;
}
</style>
background-color css
<style>
a { background-color: #46DF84; }
a { background-color: rgb(70,223,132); }
div.DivClassName
{
background-color: #46DF84;
}
.BgClassName
{
background-color: #46DF84;
}
</style>
border-color css
<style>
span { border-color: #46DF84; }
span { border-color: rgb(70,223,132); }
td.TdClassName
{
border-color: #46DF84;
}
.TagClassName
{
border-color: #46DF84;
}
</style>