Shades of Malachite #07E146
Tints of Malachite #07E146
RGB
CMYK
RGB Variations
Color information
#07E146 (or 0x07E146) is known color: Malachite. HEX triplet: 07, E1 and 46. RGB value is (7,225,70). Sum of RGB (Red+Green+Blue) = 7+225+70=302 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.32% from 302); Green value is 225 (88.28% from 255 or 74.50% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 225 - color contains mainly: green. Hex color #07E146 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07E146 is #F81EB9. Grayscale: #8E8E8E. Windows color (decimal): -16260794 or 4645127. OLE color: 4645127.
HSL color Cylindrical-coordinate representation of color #07E146: hue angle of 137.34º 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 #07E146 is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 225 | 70 | - |
| CMYK | 0.97 | 0 | 0.69 | 0.12 |
| HSL | 137.34º | 0.94% | 0.45% | - |
| HSV(B) | 137.34º | 0.97% | 0.88% | - |
| XYZ | 28.12 | 54.34 | 14.8 | - |
| YUV | 142.15 | 87.28 | 31.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 225 | 70 | 0.97 | 0 | 0.69 | 0.12 | 137.34 | 0.94 | 0.45 |
| Hex | 7 | E1 | 46 | 61 | 0 | 45 | C | 89 | 5E | 2D |
| Octal | 7 | 341 | 106 | 141 | 0 | 105 | 14 | 211 | 136 | 55 |
| Binary | 111 | 11100001 | 1000110 | 1100001 | 0 | 1000101 | 1100 | 10001001 | 1011110 | 101101 |
Color Harmonies of #07E146
Complementary color
Monochromatic Colors of #07E146
Black with #07E146
Text Example
Text Example
White with #07E146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E146; }
p { color: rgb(7,225,70); }
H1.HeaderClassName
{
color: #07E146;
}
.AnyTagClassName
{
color: #07E146;
}
</style>
background-color css
<style>
a { background-color: #07E146; }
a { background-color: rgb(7,225,70); }
div.DivClassName
{
background-color: #07E146;
}
.BgClassName
{
background-color: #07E146;
}
</style>
border-color css
<style>
span { border-color: #07E146; }
span { border-color: rgb(7,225,70); }
td.TdClassName
{
border-color: #07E146;
}
.TagClassName
{
border-color: #07E146;
}
</style>