Shades of Emerald #46E065
Tints of Emerald #46E065
RGB
CMYK
RGB Variations
Color information
#46E065 (or 0x46E065) is known color: Emerald. HEX triplet: 46, E0 and 65. RGB value is (70,224,101). Sum of RGB (Red+Green+Blue) = 70+224+101=395 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.72% from 395); Green value is 224 (87.89% from 255 or 56.71% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 224 - color contains mainly: green. Hex color #46E065 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46E065 is #B91F9A. Grayscale: #A4A4A4. Windows color (decimal): -12132251 or 6676550. OLE color: 6676550.
HSL color Cylindrical-coordinate representation of color #46E065: hue angle of 132.08º 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 #46E065 is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 70 | 224 | 101 | - |
| CMYK | 0.69 | 0 | 0.55 | 0.12 |
| HSL | 132.08º | 0.71% | 0.58% | - |
| HSV(B) | 132.08º | 0.69% | 0.88% | - |
| XYZ | 31.53 | 55.55 | 21.37 | - |
| YUV | 163.93 | 92.48 | 61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 224 | 101 | 0.69 | 0 | 0.55 | 0.12 | 132.08 | 0.71 | 0.58 |
| Hex | 46 | E0 | 65 | 45 | 0 | 37 | C | 84 | 47 | 3A |
| Octal | 106 | 340 | 145 | 105 | 0 | 67 | 14 | 204 | 107 | 72 |
| Binary | 1000110 | 11100000 | 1100101 | 1000101 | 0 | 110111 | 1100 | 10000100 | 1000111 | 111010 |
Color Harmonies of #46E065
Complementary color
Monochromatic Colors of #46E065
Black with #46E065
Text Example
Text Example
White with #46E065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E065; }
p { color: rgb(70,224,101); }
H1.HeaderClassName
{
color: #46E065;
}
.AnyTagClassName
{
color: #46E065;
}
</style>
background-color css
<style>
a { background-color: #46E065; }
a { background-color: rgb(70,224,101); }
div.DivClassName
{
background-color: #46E065;
}
.BgClassName
{
background-color: #46E065;
}
</style>
border-color css
<style>
span { border-color: #46E065; }
span { border-color: rgb(70,224,101); }
td.TdClassName
{
border-color: #46E065;
}
.TagClassName
{
border-color: #46E065;
}
</style>