Shades of Emerald #46CC71
Tints of Emerald #46CC71
RGB
CMYK
RGB Variations
Color information
#46CC71 (or 0x46CC71) is known color: Emerald. HEX triplet: 46, CC and 71. RGB value is (70,204,113). Sum of RGB (Red+Green+Blue) = 70+204+113=387 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.09% from 387); Green value is 204 (80.08% from 255 or 52.71% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 204 - color contains mainly: green. Hex color #46CC71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CC71 is #B9338E. Grayscale: #999999. Windows color (decimal): -12137359 or 7457862. OLE color: 7457862.
HSL color Cylindrical-coordinate representation of color #46CC71: hue angle of 139.25º 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 #46CC71 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 204 | 113 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.2 |
| HSL | 139.25º | 0.57% | 0.54% | - |
| HSV(B) | 139.25º | 0.66% | 0.8% | - |
| XYZ | 27.1 | 45.68 | 23.01 | - |
| YUV | 153.56 | 105.11 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 204 | 113 | 0.66 | 0 | 0.45 | 0.2 | 139.25 | 0.57 | 0.54 |
| Hex | 46 | CC | 71 | 42 | 0 | 2D | 14 | 8B | 39 | 36 |
| Octal | 106 | 314 | 161 | 102 | 0 | 55 | 24 | 213 | 71 | 66 |
| Binary | 1000110 | 11001100 | 1110001 | 1000010 | 0 | 101101 | 10100 | 10001011 | 111001 | 110110 |
Color Harmonies of #46CC71
Complementary color
Monochromatic Colors of #46CC71
Black with #46CC71
Text Example
Text Example
White with #46CC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CC71; }
p { color: rgb(70,204,113); }
H1.HeaderClassName
{
color: #46CC71;
}
.AnyTagClassName
{
color: #46CC71;
}
</style>
background-color css
<style>
a { background-color: #46CC71; }
a { background-color: rgb(70,204,113); }
div.DivClassName
{
background-color: #46CC71;
}
.BgClassName
{
background-color: #46CC71;
}
</style>
border-color css
<style>
span { border-color: #46CC71; }
span { border-color: rgb(70,204,113); }
td.TdClassName
{
border-color: #46CC71;
}
.TagClassName
{
border-color: #46CC71;
}
</style>