Shades of Malachite #07C55E
Tints of Malachite #07C55E
RGB
CMYK
RGB Variations
Color information
#07C55E (or 0x07C55E) is known color: Malachite. HEX triplet: 07, C5 and 5E. RGB value is (7,197,94). Sum of RGB (Red+Green+Blue) = 7+197+94=298 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.35% from 298); Green value is 197 (77.34% from 255 or 66.11% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 197 - color contains mainly: green. Hex color #07C55E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07C55E is #F83AA1. Grayscale: #808080. Windows color (decimal): -16267938 or 6210823. OLE color: 6210823.
HSL color Cylindrical-coordinate representation of color #07C55E: hue angle of 147.47º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C55E is Cyan = 0.96, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 197 | 94 | - |
| CMYK | 0.96 | 0 | 0.52 | 0.23 |
| HSL | 147.47º | 0.93% | 0.4% | - |
| HSV(B) | 147.47º | 0.96% | 0.77% | - |
| XYZ | 22.07 | 40.79 | 17.3 | - |
| YUV | 128.45 | 108.55 | 41.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 197 | 94 | 0.96 | 0 | 0.52 | 0.23 | 147.47 | 0.93 | 0.4 |
| Hex | 7 | C5 | 5E | 60 | 0 | 34 | 17 | 93 | 5D | 28 |
| Octal | 7 | 305 | 136 | 140 | 0 | 64 | 27 | 223 | 135 | 50 |
| Binary | 111 | 11000101 | 1011110 | 1100000 | 0 | 110100 | 10111 | 10010011 | 1011101 | 101000 |
Color Harmonies of #07C55E
Complementary color
Monochromatic Colors of #07C55E
Black with #07C55E
Text Example
Text Example
White with #07C55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C55E; }
p { color: rgb(7,197,94); }
H1.HeaderClassName
{
color: #07C55E;
}
.AnyTagClassName
{
color: #07C55E;
}
</style>
background-color css
<style>
a { background-color: #07C55E; }
a { background-color: rgb(7,197,94); }
div.DivClassName
{
background-color: #07C55E;
}
.BgClassName
{
background-color: #07C55E;
}
</style>
border-color css
<style>
span { border-color: #07C55E; }
span { border-color: rgb(7,197,94); }
td.TdClassName
{
border-color: #07C55E;
}
.TagClassName
{
border-color: #07C55E;
}
</style>