Shades of Malachite #07C258
Tints of Malachite #07C258
RGB
CMYK
RGB Variations
Color information
#07C258 (or 0x07C258) is known color: Malachite. HEX triplet: 07, C2 and 58. RGB value is (7,194,88). Sum of RGB (Red+Green+Blue) = 7+194+88=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 194 (76.17% from 255 or 67.13% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 194 - color contains mainly: green. Hex color #07C258 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07C258 is #F83DA7. Grayscale: #7E7E7E. Windows color (decimal): -16268712 or 5816839. OLE color: 5816839.
HSL color Cylindrical-coordinate representation of color #07C258: hue angle of 145.99º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C258 is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 194 | 88 | - |
| CMYK | 0.96 | 0 | 0.55 | 0.24 |
| HSL | 145.99º | 0.93% | 0.39% | - |
| HSV(B) | 145.99º | 0.96% | 0.76% | - |
| XYZ | 21.14 | 39.33 | 15.71 | - |
| YUV | 126 | 106.55 | 43.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 194 | 88 | 0.96 | 0 | 0.55 | 0.24 | 145.99 | 0.93 | 0.39 |
| Hex | 7 | C2 | 58 | 60 | 0 | 37 | 18 | 92 | 5D | 27 |
| Octal | 7 | 302 | 130 | 140 | 0 | 67 | 30 | 222 | 135 | 47 |
| Binary | 111 | 11000010 | 1011000 | 1100000 | 0 | 110111 | 11000 | 10010010 | 1011101 | 100111 |
Color Harmonies of #07C258
Complementary color
Monochromatic Colors of #07C258
Black with #07C258
Text Example
Text Example
White with #07C258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C258; }
p { color: rgb(7,194,88); }
H1.HeaderClassName
{
color: #07C258;
}
.AnyTagClassName
{
color: #07C258;
}
</style>
background-color css
<style>
a { background-color: #07C258; }
a { background-color: rgb(7,194,88); }
div.DivClassName
{
background-color: #07C258;
}
.BgClassName
{
background-color: #07C258;
}
</style>
border-color css
<style>
span { border-color: #07C258; }
span { border-color: rgb(7,194,88); }
td.TdClassName
{
border-color: #07C258;
}
.TagClassName
{
border-color: #07C258;
}
</style>