Shades of Malachite #07F03F
Tints of Malachite #07F03F
RGB
CMYK
RGB Variations
Color information
#07F03F (or 0x07F03F) is known color: Malachite. HEX triplet: 07, F0 and 3F. RGB value is (7,240,63). Sum of RGB (Red+Green+Blue) = 7+240+63=310 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.26% from 310); Green value is 240 (94.14% from 255 or 77.42% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 240 - color contains mainly: green. Hex color #07F03F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07F03F is #F80FC0. Grayscale: #969696. Windows color (decimal): -16256961 or 4190215. OLE color: 4190215.
HSL color Cylindrical-coordinate representation of color #07F03F: hue angle of 134.42º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F03F is Cyan = 0.97, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 240 | 63 | - |
| CMYK | 0.97 | 0 | 0.74 | 0.06 |
| HSL | 134.42º | 0.94% | 0.48% | - |
| HSV(B) | 134.42º | 0.97% | 0.94% | - |
| XYZ | 32.14 | 62.72 | 15.12 | - |
| YUV | 150.16 | 78.81 | 25.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 240 | 63 | 0.97 | 0 | 0.74 | 0.06 | 134.42 | 0.94 | 0.48 |
| Hex | 7 | F0 | 3F | 61 | 0 | 4A | 6 | 86 | 5E | 30 |
| Octal | 7 | 360 | 77 | 141 | 0 | 112 | 6 | 206 | 136 | 60 |
| Binary | 111 | 11110000 | 111111 | 1100001 | 0 | 1001010 | 110 | 10000110 | 1011110 | 110000 |
Color Harmonies of #07F03F
Complementary color
Monochromatic Colors of #07F03F
Black with #07F03F
Text Example
Text Example
White with #07F03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F03F; }
p { color: rgb(7,240,63); }
H1.HeaderClassName
{
color: #07F03F;
}
.AnyTagClassName
{
color: #07F03F;
}
</style>
background-color css
<style>
a { background-color: #07F03F; }
a { background-color: rgb(7,240,63); }
div.DivClassName
{
background-color: #07F03F;
}
.BgClassName
{
background-color: #07F03F;
}
</style>
border-color css
<style>
span { border-color: #07F03F; }
span { border-color: rgb(7,240,63); }
td.TdClassName
{
border-color: #07F03F;
}
.TagClassName
{
border-color: #07F03F;
}
</style>