Shades of Malachite #07F14A
Tints of Malachite #07F14A
RGB
CMYK
RGB Variations
Color information
#07F14A (or 0x07F14A) is known color: Malachite. HEX triplet: 07, F1 and 4A. RGB value is (7,241,74). Sum of RGB (Red+Green+Blue) = 7+241+74=322 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 322); Green value is 241 (94.53% from 255 or 74.84% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 241 - color contains mainly: green. Hex color #07F14A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07F14A is #F80EB5. Grayscale: #989898. Windows color (decimal): -16256694 or 4911367. OLE color: 4911367.
HSL color Cylindrical-coordinate representation of color #07F14A: hue angle of 137.18º 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 #07F14A is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 241 | 74 | - |
| CMYK | 0.97 | 0 | 0.69 | 0.05 |
| HSL | 137.18º | 0.94% | 0.49% | - |
| HSV(B) | 137.18º | 0.97% | 0.95% | - |
| XYZ | 32.78 | 63.45 | 17 | - |
| YUV | 152 | 83.98 | 24.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 241 | 74 | 0.97 | 0 | 0.69 | 0.05 | 137.18 | 0.94 | 0.49 |
| Hex | 7 | F1 | 4A | 61 | 0 | 45 | 5 | 89 | 5E | 31 |
| Octal | 7 | 361 | 112 | 141 | 0 | 105 | 5 | 211 | 136 | 61 |
| Binary | 111 | 11110001 | 1001010 | 1100001 | 0 | 1000101 | 101 | 10001001 | 1011110 | 110001 |
Color Harmonies of #07F14A
Complementary color
Monochromatic Colors of #07F14A
Black with #07F14A
Text Example
Text Example
White with #07F14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F14A; }
p { color: rgb(7,241,74); }
H1.HeaderClassName
{
color: #07F14A;
}
.AnyTagClassName
{
color: #07F14A;
}
</style>
background-color css
<style>
a { background-color: #07F14A; }
a { background-color: rgb(7,241,74); }
div.DivClassName
{
background-color: #07F14A;
}
.BgClassName
{
background-color: #07F14A;
}
</style>
border-color css
<style>
span { border-color: #07F14A; }
span { border-color: rgb(7,241,74); }
td.TdClassName
{
border-color: #07F14A;
}
.TagClassName
{
border-color: #07F14A;
}
</style>