Shades of Malachite #07E14E
Tints of Malachite #07E14E
RGB
CMYK
RGB Variations
Color information
#07E14E (or 0x07E14E) is known color: Malachite. HEX triplet: 07, E1 and 4E. RGB value is (7,225,78). Sum of RGB (Red+Green+Blue) = 7+225+78=310 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.26% from 310); Green value is 225 (88.28% from 255 or 72.58% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 225 - color contains mainly: green. Hex color #07E14E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07E14E is #F81EB1. Grayscale: #8F8F8F. Windows color (decimal): -16260786 or 5169415. OLE color: 5169415.
HSL color Cylindrical-coordinate representation of color #07E14E: hue angle of 139.54º 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 #07E14E is Cyan = 0.97, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 225 | 78 | - |
| CMYK | 0.97 | 0 | 0.65 | 0.12 |
| HSL | 139.54º | 0.94% | 0.45% | - |
| HSV(B) | 139.54º | 0.97% | 0.88% | - |
| XYZ | 28.39 | 54.45 | 16.22 | - |
| YUV | 143.06 | 91.28 | 30.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 225 | 78 | 0.97 | 0 | 0.65 | 0.12 | 139.54 | 0.94 | 0.45 |
| Hex | 7 | E1 | 4E | 61 | 0 | 41 | C | 8C | 5E | 2D |
| Octal | 7 | 341 | 116 | 141 | 0 | 101 | 14 | 214 | 136 | 55 |
| Binary | 111 | 11100001 | 1001110 | 1100001 | 0 | 1000001 | 1100 | 10001100 | 1011110 | 101101 |
Color Harmonies of #07E14E
Complementary color
Monochromatic Colors of #07E14E
Black with #07E14E
Text Example
Text Example
White with #07E14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E14E; }
p { color: rgb(7,225,78); }
H1.HeaderClassName
{
color: #07E14E;
}
.AnyTagClassName
{
color: #07E14E;
}
</style>
background-color css
<style>
a { background-color: #07E14E; }
a { background-color: rgb(7,225,78); }
div.DivClassName
{
background-color: #07E14E;
}
.BgClassName
{
background-color: #07E14E;
}
</style>
border-color css
<style>
span { border-color: #07E14E; }
span { border-color: rgb(7,225,78); }
td.TdClassName
{
border-color: #07E14E;
}
.TagClassName
{
border-color: #07E14E;
}
</style>