Shades of Emerald #46CC7F
Tints of Emerald #46CC7F
RGB
CMYK
RGB Variations
Color information
#46CC7F (or 0x46CC7F) is known color: Emerald. HEX triplet: 46, CC and 7F. RGB value is (70,204,127). Sum of RGB (Red+Green+Blue) = 70+204+127=401 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.46% from 401); Green value is 204 (80.08% from 255 or 50.87% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 204 - color contains mainly: green. Hex color #46CC7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CC7F is #B93380. Grayscale: #9B9B9B. Windows color (decimal): -12137345 or 8375366. OLE color: 8375366.
HSL color Cylindrical-coordinate representation of color #46CC7F: hue angle of 145.52º 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 #46CC7F is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 204 | 127 | - |
| CMYK | 0.66 | 0 | 0.38 | 0.2 |
| HSL | 145.52º | 0.57% | 0.54% | - |
| HSV(B) | 145.52º | 0.66% | 0.8% | - |
| XYZ | 27.95 | 46.02 | 27.49 | - |
| YUV | 155.16 | 112.11 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 204 | 127 | 0.66 | 0 | 0.38 | 0.2 | 145.52 | 0.57 | 0.54 |
| Hex | 46 | CC | 7F | 42 | 0 | 26 | 14 | 92 | 39 | 36 |
| Octal | 106 | 314 | 177 | 102 | 0 | 46 | 24 | 222 | 71 | 66 |
| Binary | 1000110 | 11001100 | 1111111 | 1000010 | 0 | 100110 | 10100 | 10010010 | 111001 | 110110 |
Color Harmonies of #46CC7F
Complementary color
Monochromatic Colors of #46CC7F
Black with #46CC7F
Text Example
Text Example
White with #46CC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CC7F; }
p { color: rgb(70,204,127); }
H1.HeaderClassName
{
color: #46CC7F;
}
.AnyTagClassName
{
color: #46CC7F;
}
</style>
background-color css
<style>
a { background-color: #46CC7F; }
a { background-color: rgb(70,204,127); }
div.DivClassName
{
background-color: #46CC7F;
}
.BgClassName
{
background-color: #46CC7F;
}
</style>
border-color css
<style>
span { border-color: #46CC7F; }
span { border-color: rgb(70,204,127); }
td.TdClassName
{
border-color: #46CC7F;
}
.TagClassName
{
border-color: #46CC7F;
}
</style>