Shades of Malachite #07C850
Tints of Malachite #07C850
RGB
CMYK
RGB Variations
Color information
#07C850 (or 0x07C850) is known color: Malachite. HEX triplet: 07, C8 and 50. RGB value is (7,200,80). Sum of RGB (Red+Green+Blue) = 7+200+80=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 200 (78.52% from 255 or 69.69% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 200 - color contains mainly: green. Hex color #07C850 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07C850 is #F837AF. Grayscale: #808080. Windows color (decimal): -16267184 or 5294087. OLE color: 5294087.
HSL color Cylindrical-coordinate representation of color #07C850: hue angle of 142.69º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C850 is Cyan = 0.96, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 200 | 80 | - |
| CMYK | 0.96 | 0 | 0.6 | 0.22 |
| HSL | 142.69º | 0.93% | 0.41% | - |
| HSV(B) | 142.69º | 0.97% | 0.78% | - |
| XYZ | 22.19 | 41.93 | 14.51 | - |
| YUV | 128.61 | 100.56 | 41.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 200 | 80 | 0.96 | 0 | 0.6 | 0.22 | 142.69 | 0.93 | 0.41 |
| Hex | 7 | C8 | 50 | 60 | 0 | 3C | 16 | 8F | 5D | 29 |
| Octal | 7 | 310 | 120 | 140 | 0 | 74 | 26 | 217 | 135 | 51 |
| Binary | 111 | 11001000 | 1010000 | 1100000 | 0 | 111100 | 10110 | 10001111 | 1011101 | 101001 |
Color Harmonies of #07C850
Complementary color
Monochromatic Colors of #07C850
Black with #07C850
Text Example
Text Example
White with #07C850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C850; }
p { color: rgb(7,200,80); }
H1.HeaderClassName
{
color: #07C850;
}
.AnyTagClassName
{
color: #07C850;
}
</style>
background-color css
<style>
a { background-color: #07C850; }
a { background-color: rgb(7,200,80); }
div.DivClassName
{
background-color: #07C850;
}
.BgClassName
{
background-color: #07C850;
}
</style>
border-color css
<style>
span { border-color: #07C850; }
span { border-color: rgb(7,200,80); }
td.TdClassName
{
border-color: #07C850;
}
.TagClassName
{
border-color: #07C850;
}
</style>