Shades of Emerald #46CA63
Tints of Emerald #46CA63
RGB
CMYK
RGB Variations
Color information
#46CA63 (or 0x46CA63) is known color: Emerald. HEX triplet: 46, CA and 63. RGB value is (70,202,99). Sum of RGB (Red+Green+Blue) = 70+202+99=371 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.87% from 371); Green value is 202 (79.30% from 255 or 54.45% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 202 - color contains mainly: green. Hex color #46CA63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CA63 is #B9359C. Grayscale: #979797. Windows color (decimal): -12137885 or 6539846. OLE color: 6539846.
HSL color Cylindrical-coordinate representation of color #46CA63: hue angle of 133.18º 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 #46CA63 is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 202 | 99 | - |
| CMYK | 0.65 | 0 | 0.51 | 0.21 |
| HSL | 133.18º | 0.55% | 0.53% | - |
| HSV(B) | 133.18º | 0.65% | 0.79% | - |
| XYZ | 25.9 | 44.44 | 19.02 | - |
| YUV | 150.79 | 98.77 | 70.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 202 | 99 | 0.65 | 0 | 0.51 | 0.21 | 133.18 | 0.55 | 0.53 |
| Hex | 46 | CA | 63 | 41 | 0 | 33 | 15 | 85 | 37 | 35 |
| Octal | 106 | 312 | 143 | 101 | 0 | 63 | 25 | 205 | 67 | 65 |
| Binary | 1000110 | 11001010 | 1100011 | 1000001 | 0 | 110011 | 10101 | 10000101 | 110111 | 110101 |
Color Harmonies of #46CA63
Complementary color
Monochromatic Colors of #46CA63
Black with #46CA63
Text Example
Text Example
White with #46CA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CA63; }
p { color: rgb(70,202,99); }
H1.HeaderClassName
{
color: #46CA63;
}
.AnyTagClassName
{
color: #46CA63;
}
</style>
background-color css
<style>
a { background-color: #46CA63; }
a { background-color: rgb(70,202,99); }
div.DivClassName
{
background-color: #46CA63;
}
.BgClassName
{
background-color: #46CA63;
}
</style>
border-color css
<style>
span { border-color: #46CA63; }
span { border-color: rgb(70,202,99); }
td.TdClassName
{
border-color: #46CA63;
}
.TagClassName
{
border-color: #46CA63;
}
</style>