Shades of Emerald #46CC6B
Tints of Emerald #46CC6B
RGB
CMYK
RGB Variations
Color information
#46CC6B (or 0x46CC6B) is known color: Emerald. HEX triplet: 46, CC and 6B. RGB value is (70,204,107). Sum of RGB (Red+Green+Blue) = 70+204+107=381 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.37% from 381); Green value is 204 (80.08% from 255 or 53.54% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 204 - color contains mainly: green. Hex color #46CC6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CC6B is #B93394. Grayscale: #999999. Windows color (decimal): -12137365 or 7064646. OLE color: 7064646.
HSL color Cylindrical-coordinate representation of color #46CC6B: hue angle of 136.57º 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 #46CC6B is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 204 | 107 | - |
| CMYK | 0.66 | 0 | 0.48 | 0.2 |
| HSL | 136.57º | 0.57% | 0.54% | - |
| HSV(B) | 136.57º | 0.66% | 0.8% | - |
| XYZ | 26.77 | 45.55 | 21.29 | - |
| YUV | 152.88 | 102.11 | 68.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 204 | 107 | 0.66 | 0 | 0.48 | 0.2 | 136.57 | 0.57 | 0.54 |
| Hex | 46 | CC | 6B | 42 | 0 | 30 | 14 | 89 | 39 | 36 |
| Octal | 106 | 314 | 153 | 102 | 0 | 60 | 24 | 211 | 71 | 66 |
| Binary | 1000110 | 11001100 | 1101011 | 1000010 | 0 | 110000 | 10100 | 10001001 | 111001 | 110110 |
Color Harmonies of #46CC6B
Complementary color
Monochromatic Colors of #46CC6B
Black with #46CC6B
Text Example
Text Example
White with #46CC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CC6B; }
p { color: rgb(70,204,107); }
H1.HeaderClassName
{
color: #46CC6B;
}
.AnyTagClassName
{
color: #46CC6B;
}
</style>
background-color css
<style>
a { background-color: #46CC6B; }
a { background-color: rgb(70,204,107); }
div.DivClassName
{
background-color: #46CC6B;
}
.BgClassName
{
background-color: #46CC6B;
}
</style>
border-color css
<style>
span { border-color: #46CC6B; }
span { border-color: rgb(70,204,107); }
td.TdClassName
{
border-color: #46CC6B;
}
.TagClassName
{
border-color: #46CC6B;
}
</style>