Shades of Emerald #46C87A
Tints of Emerald #46C87A
RGB
CMYK
RGB Variations
Color information
#46C87A (or 0x46C87A) is known color: Emerald. HEX triplet: 46, C8 and 7A. RGB value is (70,200,122). Sum of RGB (Red+Green+Blue) = 70+200+122=392 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.86% from 392); Green value is 200 (78.52% from 255 or 51.02% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 200 - color contains mainly: green. Hex color #46C87A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C87A is #B93785. Grayscale: #989898. Windows color (decimal): -12138374 or 8046662. OLE color: 8046662.
HSL color Cylindrical-coordinate representation of color #46C87A: hue angle of 144º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46C87A is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 200 | 122 | - |
| CMYK | 0.65 | 0 | 0.39 | 0.22 |
| HSL | 144º | 0.54% | 0.53% | - |
| HSV(B) | 144º | 0.65% | 0.78% | - |
| XYZ | 26.69 | 44.02 | 25.5 | - |
| YUV | 152.24 | 110.93 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 200 | 122 | 0.65 | 0 | 0.39 | 0.22 | 144 | 0.54 | 0.53 |
| Hex | 46 | C8 | 7A | 41 | 0 | 27 | 16 | 90 | 36 | 35 |
| Octal | 106 | 310 | 172 | 101 | 0 | 47 | 26 | 220 | 66 | 65 |
| Binary | 1000110 | 11001000 | 1111010 | 1000001 | 0 | 100111 | 10110 | 10010000 | 110110 | 110101 |
Color Harmonies of #46C87A
Complementary color
Monochromatic Colors of #46C87A
Black with #46C87A
Text Example
Text Example
White with #46C87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C87A; }
p { color: rgb(70,200,122); }
H1.HeaderClassName
{
color: #46C87A;
}
.AnyTagClassName
{
color: #46C87A;
}
</style>
background-color css
<style>
a { background-color: #46C87A; }
a { background-color: rgb(70,200,122); }
div.DivClassName
{
background-color: #46C87A;
}
.BgClassName
{
background-color: #46C87A;
}
</style>
border-color css
<style>
span { border-color: #46C87A; }
span { border-color: rgb(70,200,122); }
td.TdClassName
{
border-color: #46C87A;
}
.TagClassName
{
border-color: #46C87A;
}
</style>