Shades of Emerald #46C963
Tints of Emerald #46C963
RGB
CMYK
RGB Variations
Color information
#46C963 (or 0x46C963) is known color: Emerald. HEX triplet: 46, C9 and 63. RGB value is (70,201,99). Sum of RGB (Red+Green+Blue) = 70+201+99=370 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.92% from 370); Green value is 201 (78.91% from 255 or 54.32% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 201 - color contains mainly: green. Hex color #46C963 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C963 is #B9369C. Grayscale: #969696. Windows color (decimal): -12138141 or 6539590. OLE color: 6539590.
HSL color Cylindrical-coordinate representation of color #46C963: hue angle of 133.28º 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 #46C963 is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 201 | 99 | - |
| CMYK | 0.65 | 0 | 0.51 | 0.21 |
| HSL | 133.28º | 0.55% | 0.53% | - |
| HSV(B) | 133.28º | 0.65% | 0.79% | - |
| XYZ | 25.66 | 43.98 | 18.94 | - |
| YUV | 150.2 | 99.1 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 201 | 99 | 0.65 | 0 | 0.51 | 0.21 | 133.28 | 0.55 | 0.53 |
| Hex | 46 | C9 | 63 | 41 | 0 | 33 | 15 | 85 | 37 | 35 |
| Octal | 106 | 311 | 143 | 101 | 0 | 63 | 25 | 205 | 67 | 65 |
| Binary | 1000110 | 11001001 | 1100011 | 1000001 | 0 | 110011 | 10101 | 10000101 | 110111 | 110101 |
Color Harmonies of #46C963
Complementary color
Monochromatic Colors of #46C963
Black with #46C963
Text Example
Text Example
White with #46C963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C963; }
p { color: rgb(70,201,99); }
H1.HeaderClassName
{
color: #46C963;
}
.AnyTagClassName
{
color: #46C963;
}
</style>
background-color css
<style>
a { background-color: #46C963; }
a { background-color: rgb(70,201,99); }
div.DivClassName
{
background-color: #46C963;
}
.BgClassName
{
background-color: #46C963;
}
</style>
border-color css
<style>
span { border-color: #46C963; }
span { border-color: rgb(70,201,99); }
td.TdClassName
{
border-color: #46C963;
}
.TagClassName
{
border-color: #46C963;
}
</style>