Shades of Malachite #07F552
Tints of Malachite #07F552
RGB
CMYK
RGB Variations
Color information
#07F552 (or 0x07F552) is known color: Malachite. HEX triplet: 07, F5 and 52. RGB value is (7,245,82). Sum of RGB (Red+Green+Blue) = 7+245+82=334 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 334); Green value is 245 (96.09% from 255 or 73.35% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 245 - color contains mainly: green. Hex color #07F552 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #07F552 is #F80AAD. Grayscale: #9B9B9B. Windows color (decimal): -16255662 or 5436679. OLE color: 5436679.
HSL color Cylindrical-coordinate representation of color #07F552: hue angle of 138.91º 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 #07F552 is Cyan = 0.97, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 7 | 245 | 82 | - |
| CMYK | 0.97 | 0 | 0.67 | 0.04 |
| HSL | 138.91º | 0.94% | 0.49% | - |
| HSV(B) | 138.91º | 0.97% | 0.96% | - |
| XYZ | 34.26 | 65.96 | 18.91 | - |
| YUV | 155.26 | 86.65 | 22.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 245 | 82 | 0.97 | 0 | 0.67 | 0.04 | 138.91 | 0.94 | 0.49 |
| Hex | 7 | F5 | 52 | 61 | 0 | 43 | 4 | 8B | 5E | 31 |
| Octal | 7 | 365 | 122 | 141 | 0 | 103 | 4 | 213 | 136 | 61 |
| Binary | 111 | 11110101 | 1010010 | 1100001 | 0 | 1000011 | 100 | 10001011 | 1011110 | 110001 |
Color Harmonies of #07F552
Complementary color
Monochromatic Colors of #07F552
Black with #07F552
Text Example
Text Example
White with #07F552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F552; }
p { color: rgb(7,245,82); }
H1.HeaderClassName
{
color: #07F552;
}
.AnyTagClassName
{
color: #07F552;
}
</style>
background-color css
<style>
a { background-color: #07F552; }
a { background-color: rgb(7,245,82); }
div.DivClassName
{
background-color: #07F552;
}
.BgClassName
{
background-color: #07F552;
}
</style>
border-color css
<style>
span { border-color: #07F552; }
span { border-color: rgb(7,245,82); }
td.TdClassName
{
border-color: #07F552;
}
.TagClassName
{
border-color: #07F552;
}
</style>