Shades of Emerald #46CA80
Tints of Emerald #46CA80
RGB
CMYK
RGB Variations
Color information
#46CA80 (or 0x46CA80) is known color: Emerald. HEX triplet: 46, CA and 80. RGB value is (70,202,128). Sum of RGB (Red+Green+Blue) = 70+202+128=400 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.5% from 400); Green value is 202 (79.30% from 255 or 50.5% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 202 - color contains mainly: green. Hex color #46CA80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46CA80 is #B9357F. Grayscale: #9A9A9A. Windows color (decimal): -12137856 or 8440390. OLE color: 8440390.
HSL color Cylindrical-coordinate representation of color #46CA80: hue angle of 146.36º 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 #46CA80 is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 202 | 128 | - |
| CMYK | 0.65 | 0 | 0.37 | 0.21 |
| HSL | 146.36º | 0.55% | 0.53% | - |
| HSV(B) | 146.36º | 0.65% | 0.79% | - |
| XYZ | 27.54 | 45.1 | 27.68 | - |
| YUV | 154.1 | 113.27 | 68.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 202 | 128 | 0.65 | 0 | 0.37 | 0.21 | 146.36 | 0.55 | 0.53 |
| Hex | 46 | CA | 80 | 41 | 0 | 25 | 15 | 92 | 37 | 35 |
| Octal | 106 | 312 | 200 | 101 | 0 | 45 | 25 | 222 | 67 | 65 |
| Binary | 1000110 | 11001010 | 10000000 | 1000001 | 0 | 100101 | 10101 | 10010010 | 110111 | 110101 |
Color Harmonies of #46CA80
Complementary color
Monochromatic Colors of #46CA80
Black with #46CA80
Text Example
Text Example
White with #46CA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CA80; }
p { color: rgb(70,202,128); }
H1.HeaderClassName
{
color: #46CA80;
}
.AnyTagClassName
{
color: #46CA80;
}
</style>
background-color css
<style>
a { background-color: #46CA80; }
a { background-color: rgb(70,202,128); }
div.DivClassName
{
background-color: #46CA80;
}
.BgClassName
{
background-color: #46CA80;
}
</style>
border-color css
<style>
span { border-color: #46CA80; }
span { border-color: rgb(70,202,128); }
td.TdClassName
{
border-color: #46CA80;
}
.TagClassName
{
border-color: #46CA80;
}
</style>