Shades of Emerald #46DF7C
Tints of Emerald #46DF7C
RGB
CMYK
RGB Variations
Color information
#46DF7C (or 0x46DF7C) is known color: Emerald. HEX triplet: 46, DF and 7C. RGB value is (70,223,124). Sum of RGB (Red+Green+Blue) = 70+223+124=417 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.79% from 417); Green value is 223 (87.5% from 255 or 53.48% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 223 - color contains mainly: green. Hex color #46DF7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46DF7C is #B92083. Grayscale: #A6A6A6. Windows color (decimal): -12132484 or 8183622. OLE color: 8183622.
HSL color Cylindrical-coordinate representation of color #46DF7C: hue angle of 141.18º 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 #46DF7C is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 223 | 124 | - |
| CMYK | 0.69 | 0 | 0.44 | 0.13 |
| HSL | 141.18º | 0.71% | 0.57% | - |
| HSV(B) | 141.18º | 0.69% | 0.87% | - |
| XYZ | 32.55 | 55.53 | 28.07 | - |
| YUV | 165.97 | 104.31 | 59.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 223 | 124 | 0.69 | 0 | 0.44 | 0.13 | 141.18 | 0.71 | 0.57 |
| Hex | 46 | DF | 7C | 45 | 0 | 2C | D | 8D | 47 | 39 |
| Octal | 106 | 337 | 174 | 105 | 0 | 54 | 15 | 215 | 107 | 71 |
| Binary | 1000110 | 11011111 | 1111100 | 1000101 | 0 | 101100 | 1101 | 10001101 | 1000111 | 111001 |
Color Harmonies of #46DF7C
Complementary color
Monochromatic Colors of #46DF7C
Black with #46DF7C
Text Example
Text Example
White with #46DF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DF7C; }
p { color: rgb(70,223,124); }
H1.HeaderClassName
{
color: #46DF7C;
}
.AnyTagClassName
{
color: #46DF7C;
}
</style>
background-color css
<style>
a { background-color: #46DF7C; }
a { background-color: rgb(70,223,124); }
div.DivClassName
{
background-color: #46DF7C;
}
.BgClassName
{
background-color: #46DF7C;
}
</style>
border-color css
<style>
span { border-color: #46DF7C; }
span { border-color: rgb(70,223,124); }
td.TdClassName
{
border-color: #46DF7C;
}
.TagClassName
{
border-color: #46DF7C;
}
</style>