Shades of Malachite #02E764
Tints of Malachite #02E764
RGB
CMYK
RGB Variations
Color information
#02E764 (or 0x02E764) is known color: Malachite. HEX triplet: 02, E7 and 64. RGB value is (2,231,100). Sum of RGB (Red+Green+Blue) = 2+231+100=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 231 (90.62% from 255 or 69.37% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 231 - color contains mainly: green. Hex color #02E764 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02E764 is #FD189B. Grayscale: #939393. Windows color (decimal): -16586908 or 6612738. OLE color: 6612738.
HSL color Cylindrical-coordinate representation of color #02E764: hue angle of 145.68º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E764 is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 231 | 100 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.09 |
| HSL | 145.68º | 0.98% | 0.46% | - |
| HSV(B) | 145.68º | 0.99% | 0.91% | - |
| XYZ | 30.9 | 58.08 | 21.64 | - |
| YUV | 147.6 | 101.13 | 24.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 231 | 100 | 0.99 | 0 | 0.57 | 0.09 | 145.68 | 0.98 | 0.46 |
| Hex | 2 | E7 | 64 | 63 | 0 | 39 | 9 | 92 | 62 | 2E |
| Octal | 2 | 347 | 144 | 143 | 0 | 71 | 11 | 222 | 142 | 56 |
| Binary | 10 | 11100111 | 1100100 | 1100011 | 0 | 111001 | 1001 | 10010010 | 1100010 | 101110 |
Color Harmonies of #02E764
Complementary color
Monochromatic Colors of #02E764
Black with #02E764
Text Example
Text Example
White with #02E764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E764; }
p { color: rgb(2,231,100); }
H1.HeaderClassName
{
color: #02E764;
}
.AnyTagClassName
{
color: #02E764;
}
</style>
background-color css
<style>
a { background-color: #02E764; }
a { background-color: rgb(2,231,100); }
div.DivClassName
{
background-color: #02E764;
}
.BgClassName
{
background-color: #02E764;
}
</style>
border-color css
<style>
span { border-color: #02E764; }
span { border-color: rgb(2,231,100); }
td.TdClassName
{
border-color: #02E764;
}
.TagClassName
{
border-color: #02E764;
}
</style>