Shades of Emerald #46D47C
Tints of Emerald #46D47C
RGB
CMYK
RGB Variations
Color information
#46D47C (or 0x46D47C) is known color: Emerald. HEX triplet: 46, D4 and 7C. RGB value is (70,212,124). Sum of RGB (Red+Green+Blue) = 70+212+124=406 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.24% from 406); Green value is 212 (83.20% from 255 or 52.22% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 212 - color contains mainly: green. Hex color #46D47C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D47C is #B92B83. Grayscale: #9F9F9F. Windows color (decimal): -12135300 or 8180806. OLE color: 8180806.
HSL color Cylindrical-coordinate representation of color #46D47C: hue angle of 142.82º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D47C is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 70 | 212 | 124 | - |
| CMYK | 0.67 | 0 | 0.42 | 0.17 |
| HSL | 142.82º | 0.62% | 0.55% | - |
| HSV(B) | 142.82º | 0.67% | 0.83% | - |
| XYZ | 29.71 | 49.84 | 27.12 | - |
| YUV | 159.51 | 107.96 | 64.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 212 | 124 | 0.67 | 0 | 0.42 | 0.17 | 142.82 | 0.62 | 0.55 |
| Hex | 46 | D4 | 7C | 43 | 0 | 2A | 11 | 8F | 3E | 37 |
| Octal | 106 | 324 | 174 | 103 | 0 | 52 | 21 | 217 | 76 | 67 |
| Binary | 1000110 | 11010100 | 1111100 | 1000011 | 0 | 101010 | 10001 | 10001111 | 111110 | 110111 |
Color Harmonies of #46D47C
Complementary color
Monochromatic Colors of #46D47C
Black with #46D47C
Text Example
Text Example
White with #46D47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D47C; }
p { color: rgb(70,212,124); }
H1.HeaderClassName
{
color: #46D47C;
}
.AnyTagClassName
{
color: #46D47C;
}
</style>
background-color css
<style>
a { background-color: #46D47C; }
a { background-color: rgb(70,212,124); }
div.DivClassName
{
background-color: #46D47C;
}
.BgClassName
{
background-color: #46D47C;
}
</style>
border-color css
<style>
span { border-color: #46D47C; }
span { border-color: rgb(70,212,124); }
td.TdClassName
{
border-color: #46D47C;
}
.TagClassName
{
border-color: #46D47C;
}
</style>