Shades of Malachite #07FA3C
Tints of Malachite #07FA3C
RGB
CMYK
RGB Variations
Color information
#07FA3C (or 0x07FA3C) is known color: Malachite. HEX triplet: 07, FA and 3C. RGB value is (7,250,60). Sum of RGB (Red+Green+Blue) = 7+250+60=317 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.21% from 317); Green value is 250 (98.05% from 255 or 78.86% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 250 - color contains mainly: green. Hex color #07FA3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07FA3C is #F805C3. Grayscale: #9C9C9C. Windows color (decimal): -16254404 or 3996167. OLE color: 3996167.
HSL color Cylindrical-coordinate representation of color #07FA3C: hue angle of 133.09º 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 #07FA3C is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 250 | 60 | - |
| CMYK | 0.97 | 0 | 0.76 | 0.02 |
| HSL | 133.09º | 0.96% | 0.5% | - |
| HSV(B) | 133.09º | 0.97% | 0.98% | - |
| XYZ | 35.09 | 68.74 | 15.69 | - |
| YUV | 155.68 | 73.99 | 21.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 250 | 60 | 0.97 | 0 | 0.76 | 0.02 | 133.09 | 0.96 | 0.5 |
| Hex | 7 | FA | 3C | 61 | 0 | 4C | 2 | 85 | 60 | 32 |
| Octal | 7 | 372 | 74 | 141 | 0 | 114 | 2 | 205 | 140 | 62 |
| Binary | 111 | 11111010 | 111100 | 1100001 | 0 | 1001100 | 10 | 10000101 | 1100000 | 110010 |
Color Harmonies of #07FA3C
Complementary color
Monochromatic Colors of #07FA3C
Black with #07FA3C
Text Example
Text Example
White with #07FA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FA3C; }
p { color: rgb(7,250,60); }
H1.HeaderClassName
{
color: #07FA3C;
}
.AnyTagClassName
{
color: #07FA3C;
}
</style>
background-color css
<style>
a { background-color: #07FA3C; }
a { background-color: rgb(7,250,60); }
div.DivClassName
{
background-color: #07FA3C;
}
.BgClassName
{
background-color: #07FA3C;
}
</style>
border-color css
<style>
span { border-color: #07FA3C; }
span { border-color: rgb(7,250,60); }
td.TdClassName
{
border-color: #07FA3C;
}
.TagClassName
{
border-color: #07FA3C;
}
</style>