Shades of Emerald #46CA7B
Tints of Emerald #46CA7B
RGB
CMYK
RGB Variations
Color information
#46CA7B (or 0x46CA7B) is known color: Emerald. HEX triplet: 46, CA and 7B. RGB value is (70,202,123). Sum of RGB (Red+Green+Blue) = 70+202+123=395 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.72% from 395); Green value is 202 (79.30% from 255 or 51.14% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 202 - color contains mainly: green. Hex color #46CA7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CA7B is #B93584. Grayscale: #999999. Windows color (decimal): -12137861 or 8112710. OLE color: 8112710.
HSL color Cylindrical-coordinate representation of color #46CA7B: hue angle of 144.09º 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 #46CA7B is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 202 | 123 | - |
| CMYK | 0.65 | 0 | 0.39 | 0.21 |
| HSL | 144.09º | 0.55% | 0.53% | - |
| HSV(B) | 144.09º | 0.65% | 0.79% | - |
| XYZ | 27.22 | 44.97 | 25.98 | - |
| YUV | 153.53 | 110.77 | 68.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 202 | 123 | 0.65 | 0 | 0.39 | 0.21 | 144.09 | 0.55 | 0.53 |
| Hex | 46 | CA | 7B | 41 | 0 | 27 | 15 | 90 | 37 | 35 |
| Octal | 106 | 312 | 173 | 101 | 0 | 47 | 25 | 220 | 67 | 65 |
| Binary | 1000110 | 11001010 | 1111011 | 1000001 | 0 | 100111 | 10101 | 10010000 | 110111 | 110101 |
Color Harmonies of #46CA7B
Complementary color
Monochromatic Colors of #46CA7B
Black with #46CA7B
Text Example
Text Example
White with #46CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CA7B; }
p { color: rgb(70,202,123); }
H1.HeaderClassName
{
color: #46CA7B;
}
.AnyTagClassName
{
color: #46CA7B;
}
</style>
background-color css
<style>
a { background-color: #46CA7B; }
a { background-color: rgb(70,202,123); }
div.DivClassName
{
background-color: #46CA7B;
}
.BgClassName
{
background-color: #46CA7B;
}
</style>
border-color css
<style>
span { border-color: #46CA7B; }
span { border-color: rgb(70,202,123); }
td.TdClassName
{
border-color: #46CA7B;
}
.TagClassName
{
border-color: #46CA7B;
}
</style>