Shades of Malachite #07F146
Tints of Malachite #07F146
RGB
CMYK
RGB Variations
Color information
#07F146 (or 0x07F146) is known color: Malachite. HEX triplet: 07, F1 and 46. RGB value is (7,241,70). Sum of RGB (Red+Green+Blue) = 7+241+70=318 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.20% from 318); Green value is 241 (94.53% from 255 or 75.79% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 241 - color contains mainly: green. Hex color #07F146 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07F146 is #F80EB9. Grayscale: #979797. Windows color (decimal): -16256698 or 4649223. OLE color: 4649223.
HSL color Cylindrical-coordinate representation of color #07F146: hue angle of 136.15º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F146 is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 241 | 70 | - |
| CMYK | 0.97 | 0 | 0.71 | 0.05 |
| HSL | 136.15º | 0.94% | 0.49% | - |
| HSV(B) | 136.15º | 0.97% | 0.95% | - |
| XYZ | 32.65 | 63.4 | 16.31 | - |
| YUV | 151.54 | 81.98 | 24.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 241 | 70 | 0.97 | 0 | 0.71 | 0.05 | 136.15 | 0.94 | 0.49 |
| Hex | 7 | F1 | 46 | 61 | 0 | 47 | 5 | 88 | 5E | 31 |
| Octal | 7 | 361 | 106 | 141 | 0 | 107 | 5 | 210 | 136 | 61 |
| Binary | 111 | 11110001 | 1000110 | 1100001 | 0 | 1000111 | 101 | 10001000 | 1011110 | 110001 |
Color Harmonies of #07F146
Complementary color
Monochromatic Colors of #07F146
Black with #07F146
Text Example
Text Example
White with #07F146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F146; }
p { color: rgb(7,241,70); }
H1.HeaderClassName
{
color: #07F146;
}
.AnyTagClassName
{
color: #07F146;
}
</style>
background-color css
<style>
a { background-color: #07F146; }
a { background-color: rgb(7,241,70); }
div.DivClassName
{
background-color: #07F146;
}
.BgClassName
{
background-color: #07F146;
}
</style>
border-color css
<style>
span { border-color: #07F146; }
span { border-color: rgb(7,241,70); }
td.TdClassName
{
border-color: #07F146;
}
.TagClassName
{
border-color: #07F146;
}
</style>