Shades of Emerald #46E05E
Tints of Emerald #46E05E
RGB
CMYK
RGB Variations
Color information
#46E05E (or 0x46E05E) is known color: Emerald. HEX triplet: 46, E0 and 5E. RGB value is (70,224,94). Sum of RGB (Red+Green+Blue) = 70+224+94=388 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.04% from 388); Green value is 224 (87.89% from 255 or 57.73% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 224 - color contains mainly: green. Hex color #46E05E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46E05E is #B91FA1. Grayscale: #A3A3A3. Windows color (decimal): -12132258 or 6217798. OLE color: 6217798.
HSL color Cylindrical-coordinate representation of color #46E05E: hue angle of 129.35º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46E05E is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 70 | 224 | 94 | - |
| CMYK | 0.69 | 0 | 0.58 | 0.12 |
| HSL | 129.35º | 0.71% | 0.58% | - |
| HSV(B) | 129.35º | 0.69% | 0.88% | - |
| XYZ | 31.2 | 55.42 | 19.64 | - |
| YUV | 163.13 | 88.98 | 61.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 224 | 94 | 0.69 | 0 | 0.58 | 0.12 | 129.35 | 0.71 | 0.58 |
| Hex | 46 | E0 | 5E | 45 | 0 | 3A | C | 81 | 47 | 3A |
| Octal | 106 | 340 | 136 | 105 | 0 | 72 | 14 | 201 | 107 | 72 |
| Binary | 1000110 | 11100000 | 1011110 | 1000101 | 0 | 111010 | 1100 | 10000001 | 1000111 | 111010 |
Color Harmonies of #46E05E
Complementary color
Monochromatic Colors of #46E05E
Black with #46E05E
Text Example
Text Example
White with #46E05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E05E; }
p { color: rgb(70,224,94); }
H1.HeaderClassName
{
color: #46E05E;
}
.AnyTagClassName
{
color: #46E05E;
}
</style>
background-color css
<style>
a { background-color: #46E05E; }
a { background-color: rgb(70,224,94); }
div.DivClassName
{
background-color: #46E05E;
}
.BgClassName
{
background-color: #46E05E;
}
</style>
border-color css
<style>
span { border-color: #46E05E; }
span { border-color: rgb(70,224,94); }
td.TdClassName
{
border-color: #46E05E;
}
.TagClassName
{
border-color: #46E05E;
}
</style>