Shades of Malachite #07E15F
Tints of Malachite #07E15F
RGB
CMYK
RGB Variations
Color information
#07E15F (or 0x07E15F) is known color: Malachite. HEX triplet: 07, E1 and 5F. RGB value is (7,225,95). Sum of RGB (Red+Green+Blue) = 7+225+95=327 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.14% from 327); Green value is 225 (88.28% from 255 or 68.81% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 225 - color contains mainly: green. Hex color #07E15F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07E15F is #F81EA0. Grayscale: #919191. Windows color (decimal): -16260769 or 6283527. OLE color: 6283527.
HSL color Cylindrical-coordinate representation of color #07E15F: hue angle of 144.22º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E15F is Cyan = 0.97, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 225 | 95 | - |
| CMYK | 0.97 | 0 | 0.58 | 0.12 |
| HSL | 144.22º | 0.94% | 0.45% | - |
| HSV(B) | 144.22º | 0.97% | 0.88% | - |
| XYZ | 29.08 | 54.72 | 19.86 | - |
| YUV | 145 | 99.78 | 29.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 225 | 95 | 0.97 | 0 | 0.58 | 0.12 | 144.22 | 0.94 | 0.45 |
| Hex | 7 | E1 | 5F | 61 | 0 | 3A | C | 90 | 5E | 2D |
| Octal | 7 | 341 | 137 | 141 | 0 | 72 | 14 | 220 | 136 | 55 |
| Binary | 111 | 11100001 | 1011111 | 1100001 | 0 | 111010 | 1100 | 10010000 | 1011110 | 101101 |
Color Harmonies of #07E15F
Complementary color
Monochromatic Colors of #07E15F
Black with #07E15F
Text Example
Text Example
White with #07E15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E15F; }
p { color: rgb(7,225,95); }
H1.HeaderClassName
{
color: #07E15F;
}
.AnyTagClassName
{
color: #07E15F;
}
</style>
background-color css
<style>
a { background-color: #07E15F; }
a { background-color: rgb(7,225,95); }
div.DivClassName
{
background-color: #07E15F;
}
.BgClassName
{
background-color: #07E15F;
}
</style>
border-color css
<style>
span { border-color: #07E15F; }
span { border-color: rgb(7,225,95); }
td.TdClassName
{
border-color: #07E15F;
}
.TagClassName
{
border-color: #07E15F;
}
</style>