Shades of Malachite #07CC64
Tints of Malachite #07CC64
RGB
CMYK
RGB Variations
Color information
#07CC64 (or 0x07CC64) is known color: Malachite. HEX triplet: 07, CC and 64. RGB value is (7,204,100). Sum of RGB (Red+Green+Blue) = 7+204+100=311 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.25% from 311); Green value is 204 (80.08% from 255 or 65.59% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 204 - color contains mainly: green. Hex color #07CC64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07CC64 is #F8339B. Grayscale: #858585. Windows color (decimal): -16266140 or 6605831. OLE color: 6605831.
HSL color Cylindrical-coordinate representation of color #07CC64: hue angle of 148.32º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CC64 is Cyan = 0.97, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 7 | 204 | 100 | - |
| CMYK | 0.97 | 0 | 0.51 | 0.2 |
| HSL | 148.32º | 0.93% | 0.41% | - |
| HSV(B) | 148.32º | 0.97% | 0.8% | - |
| XYZ | 23.98 | 44.15 | 19.31 | - |
| YUV | 133.24 | 109.23 | 37.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 204 | 100 | 0.97 | 0 | 0.51 | 0.2 | 148.32 | 0.93 | 0.41 |
| Hex | 7 | CC | 64 | 61 | 0 | 33 | 14 | 94 | 5D | 29 |
| Octal | 7 | 314 | 144 | 141 | 0 | 63 | 24 | 224 | 135 | 51 |
| Binary | 111 | 11001100 | 1100100 | 1100001 | 0 | 110011 | 10100 | 10010100 | 1011101 | 101001 |
Color Harmonies of #07CC64
Complementary color
Monochromatic Colors of #07CC64
Black with #07CC64
Text Example
Text Example
White with #07CC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CC64; }
p { color: rgb(7,204,100); }
H1.HeaderClassName
{
color: #07CC64;
}
.AnyTagClassName
{
color: #07CC64;
}
</style>
background-color css
<style>
a { background-color: #07CC64; }
a { background-color: rgb(7,204,100); }
div.DivClassName
{
background-color: #07CC64;
}
.BgClassName
{
background-color: #07CC64;
}
</style>
border-color css
<style>
span { border-color: #07CC64; }
span { border-color: rgb(7,204,100); }
td.TdClassName
{
border-color: #07CC64;
}
.TagClassName
{
border-color: #07CC64;
}
</style>