Shades of Emerald #46C662
Tints of Emerald #46C662
RGB
CMYK
RGB Variations
Color information
#46C662 (or 0x46C662) is known color: Emerald. HEX triplet: 46, C6 and 62. RGB value is (70,198,98). Sum of RGB (Red+Green+Blue) = 70+198+98=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 198 (77.73% from 255 or 54.10% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 198 - color contains mainly: green. Hex color #46C662 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C662 is #B9399D. Grayscale: #949494. Windows color (decimal): -12138910 or 6473286. OLE color: 6473286.
HSL color Cylindrical-coordinate representation of color #46C662: hue angle of 133.12º degrees, saturation: 0.53, 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 #46C662 is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 198 | 98 | - |
| CMYK | 0.65 | 0 | 0.51 | 0.22 |
| HSL | 133.13º | 0.53% | 0.53% | - |
| HSV(B) | 133.13º | 0.65% | 0.78% | - |
| XYZ | 24.92 | 42.57 | 18.46 | - |
| YUV | 148.33 | 99.59 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 198 | 98 | 0.65 | 0 | 0.51 | 0.22 | 133.13 | 0.53 | 0.53 |
| Hex | 46 | C6 | 62 | 41 | 0 | 33 | 16 | 85 | 35 | 35 |
| Octal | 106 | 306 | 142 | 101 | 0 | 63 | 26 | 205 | 65 | 65 |
| Binary | 1000110 | 11000110 | 1100010 | 1000001 | 0 | 110011 | 10110 | 10000101 | 110101 | 110101 |
Color Harmonies of #46C662
Complementary color
Monochromatic Colors of #46C662
Black with #46C662
Text Example
Text Example
White with #46C662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C662; }
p { color: rgb(70,198,98); }
H1.HeaderClassName
{
color: #46C662;
}
.AnyTagClassName
{
color: #46C662;
}
</style>
background-color css
<style>
a { background-color: #46C662; }
a { background-color: rgb(70,198,98); }
div.DivClassName
{
background-color: #46C662;
}
.BgClassName
{
background-color: #46C662;
}
</style>
border-color css
<style>
span { border-color: #46C662; }
span { border-color: rgb(70,198,98); }
td.TdClassName
{
border-color: #46C662;
}
.TagClassName
{
border-color: #46C662;
}
</style>