Shades of Malachite #07E145
Tints of Malachite #07E145
RGB
CMYK
RGB Variations
Color information
#07E145 (or 0x07E145) is known color: Malachite. HEX triplet: 07, E1 and 45. RGB value is (7,225,69). Sum of RGB (Red+Green+Blue) = 7+225+69=301 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 301); Green value is 225 (88.28% from 255 or 74.75% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 225 - color contains mainly: green. Hex color #07E145 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07E145 is #F81EBA. Grayscale: #8E8E8E. Windows color (decimal): -16260795 or 4579591. OLE color: 4579591.
HSL color Cylindrical-coordinate representation of color #07E145: hue angle of 137.06º 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 #07E145 is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 225 | 69 | - |
| CMYK | 0.97 | 0 | 0.69 | 0.12 |
| HSL | 137.06º | 0.94% | 0.45% | - |
| HSV(B) | 137.06º | 0.97% | 0.88% | - |
| XYZ | 28.09 | 54.33 | 14.64 | - |
| YUV | 142.03 | 86.78 | 31.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 225 | 69 | 0.97 | 0 | 0.69 | 0.12 | 137.06 | 0.94 | 0.45 |
| Hex | 7 | E1 | 45 | 61 | 0 | 45 | C | 89 | 5E | 2D |
| Octal | 7 | 341 | 105 | 141 | 0 | 105 | 14 | 211 | 136 | 55 |
| Binary | 111 | 11100001 | 1000101 | 1100001 | 0 | 1000101 | 1100 | 10001001 | 1011110 | 101101 |
Color Harmonies of #07E145
Complementary color
Monochromatic Colors of #07E145
Black with #07E145
Text Example
Text Example
White with #07E145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E145; }
p { color: rgb(7,225,69); }
H1.HeaderClassName
{
color: #07E145;
}
.AnyTagClassName
{
color: #07E145;
}
</style>
background-color css
<style>
a { background-color: #07E145; }
a { background-color: rgb(7,225,69); }
div.DivClassName
{
background-color: #07E145;
}
.BgClassName
{
background-color: #07E145;
}
</style>
border-color css
<style>
span { border-color: #07E145; }
span { border-color: rgb(7,225,69); }
td.TdClassName
{
border-color: #07E145;
}
.TagClassName
{
border-color: #07E145;
}
</style>