Shades of Malachite #07F240
Tints of Malachite #07F240
RGB
CMYK
RGB Variations
Color information
#07F240 (or 0x07F240) is known color: Malachite. HEX triplet: 07, F2 and 40. RGB value is (7,242,64). Sum of RGB (Red+Green+Blue) = 7+242+64=313 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 313); Green value is 242 (94.92% from 255 or 77.32% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 242 - color contains mainly: green. Hex color #07F240 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07F240 is #F80DBF. Grayscale: #979797. Windows color (decimal): -16256448 or 4256263. OLE color: 4256263.
HSL color Cylindrical-coordinate representation of color #07F240: hue angle of 134.55º 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 #07F240 is Cyan = 0.97, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 242 | 64 | - |
| CMYK | 0.97 | 0 | 0.74 | 0.05 |
| HSL | 134.55º | 0.94% | 0.49% | - |
| HSV(B) | 134.55º | 0.97% | 0.95% | - |
| XYZ | 32.77 | 63.92 | 15.46 | - |
| YUV | 151.44 | 78.64 | 24.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 242 | 64 | 0.97 | 0 | 0.74 | 0.05 | 134.55 | 0.94 | 0.49 |
| Hex | 7 | F2 | 40 | 61 | 0 | 4A | 5 | 87 | 5E | 31 |
| Octal | 7 | 362 | 100 | 141 | 0 | 112 | 5 | 207 | 136 | 61 |
| Binary | 111 | 11110010 | 1000000 | 1100001 | 0 | 1001010 | 101 | 10000111 | 1011110 | 110001 |
Color Harmonies of #07F240
Complementary color
Monochromatic Colors of #07F240
Black with #07F240
Text Example
Text Example
White with #07F240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F240; }
p { color: rgb(7,242,64); }
H1.HeaderClassName
{
color: #07F240;
}
.AnyTagClassName
{
color: #07F240;
}
</style>
background-color css
<style>
a { background-color: #07F240; }
a { background-color: rgb(7,242,64); }
div.DivClassName
{
background-color: #07F240;
}
.BgClassName
{
background-color: #07F240;
}
</style>
border-color css
<style>
span { border-color: #07F240; }
span { border-color: rgb(7,242,64); }
td.TdClassName
{
border-color: #07F240;
}
.TagClassName
{
border-color: #07F240;
}
</style>