Shades of Malachite #07FA42
Tints of Malachite #07FA42
RGB
CMYK
RGB Variations
Color information
#07FA42 (or 0x07FA42) is known color: Malachite. HEX triplet: 07, FA and 42. RGB value is (7,250,66). Sum of RGB (Red+Green+Blue) = 7+250+66=323 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 323); Green value is 250 (98.05% from 255 or 77.40% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 250 - color contains mainly: green. Hex color #07FA42 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07FA42 is #F805BD. Grayscale: #9C9C9C. Windows color (decimal): -16254398 or 4389383. OLE color: 4389383.
HSL color Cylindrical-coordinate representation of color #07FA42: hue angle of 134.57º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FA42 is Cyan = 0.97, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 250 | 66 | - |
| CMYK | 0.97 | 0 | 0.74 | 0.02 |
| HSL | 134.57º | 0.96% | 0.5% | - |
| HSV(B) | 134.57º | 0.97% | 0.98% | - |
| XYZ | 35.26 | 68.81 | 16.58 | - |
| YUV | 156.37 | 76.99 | 21.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 250 | 66 | 0.97 | 0 | 0.74 | 0.02 | 134.57 | 0.96 | 0.5 |
| Hex | 7 | FA | 42 | 61 | 0 | 4A | 2 | 87 | 60 | 32 |
| Octal | 7 | 372 | 102 | 141 | 0 | 112 | 2 | 207 | 140 | 62 |
| Binary | 111 | 11111010 | 1000010 | 1100001 | 0 | 1001010 | 10 | 10000111 | 1100000 | 110010 |
Color Harmonies of #07FA42
Complementary color
Monochromatic Colors of #07FA42
Black with #07FA42
Text Example
Text Example
White with #07FA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FA42; }
p { color: rgb(7,250,66); }
H1.HeaderClassName
{
color: #07FA42;
}
.AnyTagClassName
{
color: #07FA42;
}
</style>
background-color css
<style>
a { background-color: #07FA42; }
a { background-color: rgb(7,250,66); }
div.DivClassName
{
background-color: #07FA42;
}
.BgClassName
{
background-color: #07FA42;
}
</style>
border-color css
<style>
span { border-color: #07FA42; }
span { border-color: rgb(7,250,66); }
td.TdClassName
{
border-color: #07FA42;
}
.TagClassName
{
border-color: #07FA42;
}
</style>