Shades of Malachite #01E764
Tints of Malachite #01E764
RGB
CMYK
RGB Variations
Color information
#01E764 (or 0x01E764) is known color: Malachite. HEX triplet: 01, E7 and 64. RGB value is (1,231,100). Sum of RGB (Red+Green+Blue) = 1+231+100=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 231 (90.62% from 255 or 69.58% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 231 - color contains mainly: green. Hex color #01E764 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01E764 is #FE189B. Grayscale: #939393. Windows color (decimal): -16652444 or 6612737. OLE color: 6612737.
HSL color Cylindrical-coordinate representation of color #01E764: hue angle of 145.83º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E764 is Cyan = 1.00, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 231 | 100 | - |
| CMYK | 1.00 | 0 | 0.57 | 0.09 |
| HSL | 145.83º | 0.99% | 0.45% | - |
| HSV(B) | 145.83º | 1% | 0.91% | - |
| XYZ | 30.89 | 58.08 | 21.64 | - |
| YUV | 147.3 | 101.3 | 23.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 231 | 100 | 1.00 | 0 | 0.57 | 0.09 | 145.83 | 0.99 | 0.45 |
| Hex | 1 | E7 | 64 | 64 | 0 | 39 | 9 | 92 | 63 | 2D |
| Octal | 1 | 347 | 144 | 144 | 0 | 71 | 11 | 222 | 143 | 55 |
| Binary | 1 | 11100111 | 1100100 | 1100100 | 0 | 111001 | 1001 | 10010010 | 1100011 | 101101 |
Color Harmonies of #01E764
Complementary color
Monochromatic Colors of #01E764
Black with #01E764
Text Example
Text Example
White with #01E764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E764; }
p { color: rgb(1,231,100); }
H1.HeaderClassName
{
color: #01E764;
}
.AnyTagClassName
{
color: #01E764;
}
</style>
background-color css
<style>
a { background-color: #01E764; }
a { background-color: rgb(1,231,100); }
div.DivClassName
{
background-color: #01E764;
}
.BgClassName
{
background-color: #01E764;
}
</style>
border-color css
<style>
span { border-color: #01E764; }
span { border-color: rgb(1,231,100); }
td.TdClassName
{
border-color: #01E764;
}
.TagClassName
{
border-color: #01E764;
}
</style>