Shades of Emerald #46C171
Tints of Emerald #46C171
RGB
CMYK
RGB Variations
Color information
#46C171 (or 0x46C171) is known color: Emerald. HEX triplet: 46, C1 and 71. RGB value is (70,193,113). Sum of RGB (Red+Green+Blue) = 70+193+113=376 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.62% from 376); Green value is 193 (75.78% from 255 or 51.33% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 193 - color contains mainly: green. Hex color #46C171 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C171 is #B93E8E. Grayscale: #939393. Windows color (decimal): -12140175 or 7455046. OLE color: 7455046.
HSL color Cylindrical-coordinate representation of color #46C171: hue angle of 140.98º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46C171 is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 193 | 113 | - |
| CMYK | 0.64 | 0 | 0.41 | 0.24 |
| HSL | 140.98º | 0.5% | 0.52% | - |
| HSV(B) | 140.98º | 0.64% | 0.76% | - |
| XYZ | 24.58 | 40.63 | 22.17 | - |
| YUV | 147.1 | 108.75 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 193 | 113 | 0.64 | 0 | 0.41 | 0.24 | 140.98 | 0.5 | 0.52 |
| Hex | 46 | C1 | 71 | 40 | 0 | 29 | 18 | 8D | 32 | 34 |
| Octal | 106 | 301 | 161 | 100 | 0 | 51 | 30 | 215 | 62 | 64 |
| Binary | 1000110 | 11000001 | 1110001 | 1000000 | 0 | 101001 | 11000 | 10001101 | 110010 | 110100 |
Color Harmonies of #46C171
Complementary color
Monochromatic Colors of #46C171
Black with #46C171
Text Example
Text Example
White with #46C171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C171; }
p { color: rgb(70,193,113); }
H1.HeaderClassName
{
color: #46C171;
}
.AnyTagClassName
{
color: #46C171;
}
</style>
background-color css
<style>
a { background-color: #46C171; }
a { background-color: rgb(70,193,113); }
div.DivClassName
{
background-color: #46C171;
}
.BgClassName
{
background-color: #46C171;
}
</style>
border-color css
<style>
span { border-color: #46C171; }
span { border-color: rgb(70,193,113); }
td.TdClassName
{
border-color: #46C171;
}
.TagClassName
{
border-color: #46C171;
}
</style>