Shades of Emerald #46CC7B
Tints of Emerald #46CC7B
RGB
CMYK
RGB Variations
Color information
#46CC7B (or 0x46CC7B) is known color: Emerald. HEX triplet: 46, CC and 7B. RGB value is (70,204,123). Sum of RGB (Red+Green+Blue) = 70+204+123=397 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.63% from 397); Green value is 204 (80.08% from 255 or 51.39% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 204 - color contains mainly: green. Hex color #46CC7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CC7B is #B93384. Grayscale: #9A9A9A. Windows color (decimal): -12137349 or 8113222. OLE color: 8113222.
HSL color Cylindrical-coordinate representation of color #46CC7B: hue angle of 143.73º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CC7B is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 204 | 123 | - |
| CMYK | 0.66 | 0 | 0.40 | 0.2 |
| HSL | 143.73º | 0.57% | 0.54% | - |
| HSV(B) | 143.73º | 0.66% | 0.8% | - |
| XYZ | 27.69 | 45.92 | 26.14 | - |
| YUV | 154.7 | 110.11 | 67.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 204 | 123 | 0.66 | 0 | 0.40 | 0.2 | 143.73 | 0.57 | 0.54 |
| Hex | 46 | CC | 7B | 42 | 0 | 28 | 14 | 90 | 39 | 36 |
| Octal | 106 | 314 | 173 | 102 | 0 | 50 | 24 | 220 | 71 | 66 |
| Binary | 1000110 | 11001100 | 1111011 | 1000010 | 0 | 101000 | 10100 | 10010000 | 111001 | 110110 |
Color Harmonies of #46CC7B
Complementary color
Monochromatic Colors of #46CC7B
Black with #46CC7B
Text Example
Text Example
White with #46CC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CC7B; }
p { color: rgb(70,204,123); }
H1.HeaderClassName
{
color: #46CC7B;
}
.AnyTagClassName
{
color: #46CC7B;
}
</style>
background-color css
<style>
a { background-color: #46CC7B; }
a { background-color: rgb(70,204,123); }
div.DivClassName
{
background-color: #46CC7B;
}
.BgClassName
{
background-color: #46CC7B;
}
</style>
border-color css
<style>
span { border-color: #46CC7B; }
span { border-color: rgb(70,204,123); }
td.TdClassName
{
border-color: #46CC7B;
}
.TagClassName
{
border-color: #46CC7B;
}
</style>