Shades of Malachite #07E85F
Tints of Malachite #07E85F
RGB
CMYK
RGB Variations
Color information
#07E85F (or 0x07E85F) is known color: Malachite. HEX triplet: 07, E8 and 5F. RGB value is (7,232,95). Sum of RGB (Red+Green+Blue) = 7+232+95=334 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 334); Green value is 232 (91.02% from 255 or 69.46% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 232 - color contains mainly: green. Hex color #07E85F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #07E85F is #F817A0. Grayscale: #959595. Windows color (decimal): -16258977 or 6285319. OLE color: 6285319.
HSL color Cylindrical-coordinate representation of color #07E85F: hue angle of 143.47º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E85F is Cyan = 0.97, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 7 | 232 | 95 | - |
| CMYK | 0.97 | 0 | 0.59 | 0.09 |
| HSL | 143.47º | 0.94% | 0.47% | - |
| HSV(B) | 143.47º | 0.97% | 0.91% | - |
| XYZ | 31.01 | 58.58 | 20.5 | - |
| YUV | 149.11 | 97.46 | 26.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 232 | 95 | 0.97 | 0 | 0.59 | 0.09 | 143.47 | 0.94 | 0.47 |
| Hex | 7 | E8 | 5F | 61 | 0 | 3B | 9 | 8F | 5E | 2F |
| Octal | 7 | 350 | 137 | 141 | 0 | 73 | 11 | 217 | 136 | 57 |
| Binary | 111 | 11101000 | 1011111 | 1100001 | 0 | 111011 | 1001 | 10001111 | 1011110 | 101111 |
Color Harmonies of #07E85F
Complementary color
Monochromatic Colors of #07E85F
Black with #07E85F
Text Example
Text Example
White with #07E85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E85F; }
p { color: rgb(7,232,95); }
H1.HeaderClassName
{
color: #07E85F;
}
.AnyTagClassName
{
color: #07E85F;
}
</style>
background-color css
<style>
a { background-color: #07E85F; }
a { background-color: rgb(7,232,95); }
div.DivClassName
{
background-color: #07E85F;
}
.BgClassName
{
background-color: #07E85F;
}
</style>
border-color css
<style>
span { border-color: #07E85F; }
span { border-color: rgb(7,232,95); }
td.TdClassName
{
border-color: #07E85F;
}
.TagClassName
{
border-color: #07E85F;
}
</style>