Shades of Malachite #07C355
Tints of Malachite #07C355
RGB
CMYK
RGB Variations
Color information
#07C355 (or 0x07C355) is known color: Malachite. HEX triplet: 07, C3 and 55. RGB value is (7,195,85). Sum of RGB (Red+Green+Blue) = 7+195+85=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 195 (76.56% from 255 or 67.94% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 195 - color contains mainly: green. Hex color #07C355 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07C355 is #F83CAA. Grayscale: #7E7E7E. Windows color (decimal): -16268459 or 5620487. OLE color: 5620487.
HSL color Cylindrical-coordinate representation of color #07C355: hue angle of 144.89º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C355 is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 195 | 85 | - |
| CMYK | 0.96 | 0 | 0.56 | 0.24 |
| HSL | 144.89º | 0.93% | 0.4% | - |
| HSV(B) | 144.89º | 0.96% | 0.76% | - |
| XYZ | 21.24 | 39.73 | 15.14 | - |
| YUV | 126.25 | 104.72 | 42.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 195 | 85 | 0.96 | 0 | 0.56 | 0.24 | 144.89 | 0.93 | 0.4 |
| Hex | 7 | C3 | 55 | 60 | 0 | 38 | 18 | 91 | 5D | 28 |
| Octal | 7 | 303 | 125 | 140 | 0 | 70 | 30 | 221 | 135 | 50 |
| Binary | 111 | 11000011 | 1010101 | 1100000 | 0 | 111000 | 11000 | 10010001 | 1011101 | 101000 |
Color Harmonies of #07C355
Complementary color
Monochromatic Colors of #07C355
Black with #07C355
Text Example
Text Example
White with #07C355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C355; }
p { color: rgb(7,195,85); }
H1.HeaderClassName
{
color: #07C355;
}
.AnyTagClassName
{
color: #07C355;
}
</style>
background-color css
<style>
a { background-color: #07C355; }
a { background-color: rgb(7,195,85); }
div.DivClassName
{
background-color: #07C355;
}
.BgClassName
{
background-color: #07C355;
}
</style>
border-color css
<style>
span { border-color: #07C355; }
span { border-color: rgb(7,195,85); }
td.TdClassName
{
border-color: #07C355;
}
.TagClassName
{
border-color: #07C355;
}
</style>