Shades of Emerald #46C05E
Tints of Emerald #46C05E
RGB
CMYK
RGB Variations
Color information
#46C05E (or 0x46C05E) is known color: Emerald. HEX triplet: 46, C0 and 5E. RGB value is (70,192,94). Sum of RGB (Red+Green+Blue) = 70+192+94=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #46C05E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C05E is #B93FA1. Grayscale: #909090. Windows color (decimal): -12140450 or 6209606. OLE color: 6209606.
HSL color Cylindrical-coordinate representation of color #46C05E: hue angle of 131.8º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46C05E is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 192 | 94 | - |
| CMYK | 0.64 | 0 | 0.51 | 0.25 |
| HSL | 131.8º | 0.49% | 0.51% | - |
| HSV(B) | 131.8º | 0.64% | 0.75% | - |
| XYZ | 23.4 | 39.81 | 17.04 | - |
| YUV | 144.35 | 99.58 | 74.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 192 | 94 | 0.64 | 0 | 0.51 | 0.25 | 131.8 | 0.49 | 0.51 |
| Hex | 46 | C0 | 5E | 40 | 0 | 33 | 19 | 84 | 31 | 33 |
| Octal | 106 | 300 | 136 | 100 | 0 | 63 | 31 | 204 | 61 | 63 |
| Binary | 1000110 | 11000000 | 1011110 | 1000000 | 0 | 110011 | 11001 | 10000100 | 110001 | 110011 |
Color Harmonies of #46C05E
Complementary color
Monochromatic Colors of #46C05E
Black with #46C05E
Text Example
Text Example
White with #46C05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C05E; }
p { color: rgb(70,192,94); }
H1.HeaderClassName
{
color: #46C05E;
}
.AnyTagClassName
{
color: #46C05E;
}
</style>
background-color css
<style>
a { background-color: #46C05E; }
a { background-color: rgb(70,192,94); }
div.DivClassName
{
background-color: #46C05E;
}
.BgClassName
{
background-color: #46C05E;
}
</style>
border-color css
<style>
span { border-color: #46C05E; }
span { border-color: rgb(70,192,94); }
td.TdClassName
{
border-color: #46C05E;
}
.TagClassName
{
border-color: #46C05E;
}
</style>