Shades of Malachite #07F04A
Tints of Malachite #07F04A
RGB
CMYK
RGB Variations
Color information
#07F04A (or 0x07F04A) is known color: Malachite. HEX triplet: 07, F0 and 4A. RGB value is (7,240,74). Sum of RGB (Red+Green+Blue) = 7+240+74=321 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.18% from 321); Green value is 240 (94.14% from 255 or 74.77% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 240 - color contains mainly: green. Hex color #07F04A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07F04A is #F80FB5. Grayscale: #979797. Windows color (decimal): -16256950 or 4911111. OLE color: 4911111.
HSL color Cylindrical-coordinate representation of color #07F04A: hue angle of 137.25º 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 #07F04A is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 240 | 74 | - |
| CMYK | 0.97 | 0 | 0.69 | 0.06 |
| HSL | 137.25º | 0.94% | 0.48% | - |
| HSV(B) | 137.25º | 0.97% | 0.94% | - |
| XYZ | 32.48 | 62.86 | 16.9 | - |
| YUV | 151.41 | 84.31 | 25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 240 | 74 | 0.97 | 0 | 0.69 | 0.06 | 137.25 | 0.94 | 0.48 |
| Hex | 7 | F0 | 4A | 61 | 0 | 45 | 6 | 89 | 5E | 30 |
| Octal | 7 | 360 | 112 | 141 | 0 | 105 | 6 | 211 | 136 | 60 |
| Binary | 111 | 11110000 | 1001010 | 1100001 | 0 | 1000101 | 110 | 10001001 | 1011110 | 110000 |
Color Harmonies of #07F04A
Complementary color
Monochromatic Colors of #07F04A
Black with #07F04A
Text Example
Text Example
White with #07F04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F04A; }
p { color: rgb(7,240,74); }
H1.HeaderClassName
{
color: #07F04A;
}
.AnyTagClassName
{
color: #07F04A;
}
</style>
background-color css
<style>
a { background-color: #07F04A; }
a { background-color: rgb(7,240,74); }
div.DivClassName
{
background-color: #07F04A;
}
.BgClassName
{
background-color: #07F04A;
}
</style>
border-color css
<style>
span { border-color: #07F04A; }
span { border-color: rgb(7,240,74); }
td.TdClassName
{
border-color: #07F04A;
}
.TagClassName
{
border-color: #07F04A;
}
</style>