Shades of Malachite #07F440
Tints of Malachite #07F440
RGB
CMYK
RGB Variations
Color information
#07F440 (or 0x07F440) is known color: Malachite. HEX triplet: 07, F4 and 40. RGB value is (7,244,64). Sum of RGB (Red+Green+Blue) = 7+244+64=315 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 315); Green value is 244 (95.70% from 255 or 77.46% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 244 - color contains mainly: green. Hex color #07F440 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07F440 is #F80BBF. Grayscale: #999999. Windows color (decimal): -16255936 or 4256775. OLE color: 4256775.
HSL color Cylindrical-coordinate representation of color #07F440: hue angle of 134.43º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F440 is Cyan = 0.97, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 7 | 244 | 64 | - |
| CMYK | 0.97 | 0 | 0.74 | 0.04 |
| HSL | 134.43º | 0.94% | 0.49% | - |
| HSV(B) | 134.43º | 0.97% | 0.96% | - |
| XYZ | 33.36 | 65.12 | 15.66 | - |
| YUV | 152.62 | 77.98 | 24.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 244 | 64 | 0.97 | 0 | 0.74 | 0.04 | 134.43 | 0.94 | 0.49 |
| Hex | 7 | F4 | 40 | 61 | 0 | 4A | 4 | 86 | 5E | 31 |
| Octal | 7 | 364 | 100 | 141 | 0 | 112 | 4 | 206 | 136 | 61 |
| Binary | 111 | 11110100 | 1000000 | 1100001 | 0 | 1001010 | 100 | 10000110 | 1011110 | 110001 |
Color Harmonies of #07F440
Complementary color
Monochromatic Colors of #07F440
Black with #07F440
Text Example
Text Example
White with #07F440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F440; }
p { color: rgb(7,244,64); }
H1.HeaderClassName
{
color: #07F440;
}
.AnyTagClassName
{
color: #07F440;
}
</style>
background-color css
<style>
a { background-color: #07F440; }
a { background-color: rgb(7,244,64); }
div.DivClassName
{
background-color: #07F440;
}
.BgClassName
{
background-color: #07F440;
}
</style>
border-color css
<style>
span { border-color: #07F440; }
span { border-color: rgb(7,244,64); }
td.TdClassName
{
border-color: #07F440;
}
.TagClassName
{
border-color: #07F440;
}
</style>