Shades of Malachite #00E75F
Tints of Malachite #00E75F
RGB
CMYK
RGB Variations
Color information
#00E75F (or 0x00E75F) is known color: Malachite. HEX triplet: 00, E7 and 5F. RGB value is (0,231,95). Sum of RGB (Red+Green+Blue) = 0+231+95=326 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 326); Green value is 231 (90.62% from 255 or 70.86% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 231 - color contains mainly: green. Hex color #00E75F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00E75F is #FF18A0. Grayscale: #929292. Windows color (decimal): -16717985 or 6285056. OLE color: 6285056.
HSL color Cylindrical-coordinate representation of color #00E75F: hue angle of 144.68º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E75F is Cyan = 1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 231 | 95 | - |
| CMYK | 1 | 0 | 0.59 | 0.09 |
| HSL | 144.68º | 1% | 0.45% | - |
| HSV(B) | 144.68º | 1% | 0.91% | - |
| XYZ | 30.64 | 57.98 | 20.4 | - |
| YUV | 146.43 | 98.97 | 23.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 231 | 95 | 1 | 0 | 0.59 | 0.09 | 144.68 | 1 | 0.45 |
| Hex | 0 | E7 | 5F | 64 | 0 | 3B | 9 | 91 | 64 | 2D |
| Octal | 0 | 347 | 137 | 144 | 0 | 73 | 11 | 221 | 144 | 55 |
| Binary | 0 | 11100111 | 1011111 | 1100100 | 0 | 111011 | 1001 | 10010001 | 1100100 | 101101 |
Color Harmonies of #00E75F
Complementary color
Monochromatic Colors of #00E75F
Black with #00E75F
Text Example
Text Example
White with #00E75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E75F; }
p { color: rgb(0,231,95); }
H1.HeaderClassName
{
color: #00E75F;
}
.AnyTagClassName
{
color: #00E75F;
}
</style>
background-color css
<style>
a { background-color: #00E75F; }
a { background-color: rgb(0,231,95); }
div.DivClassName
{
background-color: #00E75F;
}
.BgClassName
{
background-color: #00E75F;
}
</style>
border-color css
<style>
span { border-color: #00E75F; }
span { border-color: rgb(0,231,95); }
td.TdClassName
{
border-color: #00E75F;
}
.TagClassName
{
border-color: #00E75F;
}
</style>