Shades of Emerald #46C978
Tints of Emerald #46C978
RGB
CMYK
RGB Variations
Color information
#46C978 (or 0x46C978) is known color: Emerald. HEX triplet: 46, C9 and 78. RGB value is (70,201,120). Sum of RGB (Red+Green+Blue) = 70+201+120=391 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.90% from 391); Green value is 201 (78.91% from 255 or 51.41% from 391); Blue value is 120 (47.27% from 255 or 30.69% from 391); Max value from RGB is 201 - color contains mainly: green. Hex color #46C978 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C978 is #B93687. Grayscale: #989898. Windows color (decimal): -12138120 or 7915846. OLE color: 7915846.
HSL color Cylindrical-coordinate representation of color #46C978: hue angle of 142.9º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46C978 is Cyan = 0.65, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 201 | 120 | - |
| CMYK | 0.65 | 0 | 0.40 | 0.21 |
| HSL | 142.9º | 0.55% | 0.53% | - |
| HSV(B) | 142.9º | 0.65% | 0.79% | - |
| XYZ | 26.8 | 44.43 | 24.93 | - |
| YUV | 152.6 | 109.6 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 201 | 120 | 0.65 | 0 | 0.40 | 0.21 | 142.9 | 0.55 | 0.53 |
| Hex | 46 | C9 | 78 | 41 | 0 | 28 | 15 | 8F | 37 | 35 |
| Octal | 106 | 311 | 170 | 101 | 0 | 50 | 25 | 217 | 67 | 65 |
| Binary | 1000110 | 11001001 | 1111000 | 1000001 | 0 | 101000 | 10101 | 10001111 | 110111 | 110101 |
Color Harmonies of #46C978
Complementary color
Monochromatic Colors of #46C978
Black with #46C978
Text Example
Text Example
White with #46C978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C978; }
p { color: rgb(70,201,120); }
H1.HeaderClassName
{
color: #46C978;
}
.AnyTagClassName
{
color: #46C978;
}
</style>
background-color css
<style>
a { background-color: #46C978; }
a { background-color: rgb(70,201,120); }
div.DivClassName
{
background-color: #46C978;
}
.BgClassName
{
background-color: #46C978;
}
</style>
border-color css
<style>
span { border-color: #46C978; }
span { border-color: rgb(70,201,120); }
td.TdClassName
{
border-color: #46C978;
}
.TagClassName
{
border-color: #46C978;
}
</style>