Shades of Malachite #07DE64
Tints of Malachite #07DE64
RGB
CMYK
RGB Variations
Color information
#07DE64 (or 0x07DE64) is known color: Malachite. HEX triplet: 07, DE and 64. RGB value is (7,222,100). Sum of RGB (Red+Green+Blue) = 7+222+100=329 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.13% from 329); Green value is 222 (87.11% from 255 or 67.48% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 222 - color contains mainly: green. Hex color #07DE64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07DE64 is #F8219B. Grayscale: #909090. Windows color (decimal): -16261532 or 6610439. OLE color: 6610439.
HSL color Cylindrical-coordinate representation of color #07DE64: hue angle of 145.95º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DE64 is Cyan = 0.97, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 222 | 100 | - |
| CMYK | 0.97 | 0 | 0.55 | 0.13 |
| HSL | 145.95º | 0.94% | 0.45% | - |
| HSV(B) | 145.95º | 0.97% | 0.87% | - |
| XYZ | 28.51 | 53.21 | 20.82 | - |
| YUV | 143.81 | 103.27 | 30.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 222 | 100 | 0.97 | 0 | 0.55 | 0.13 | 145.95 | 0.94 | 0.45 |
| Hex | 7 | DE | 64 | 61 | 0 | 37 | D | 92 | 5E | 2D |
| Octal | 7 | 336 | 144 | 141 | 0 | 67 | 15 | 222 | 136 | 55 |
| Binary | 111 | 11011110 | 1100100 | 1100001 | 0 | 110111 | 1101 | 10010010 | 1011110 | 101101 |
Color Harmonies of #07DE64
Complementary color
Monochromatic Colors of #07DE64
Black with #07DE64
Text Example
Text Example
White with #07DE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DE64; }
p { color: rgb(7,222,100); }
H1.HeaderClassName
{
color: #07DE64;
}
.AnyTagClassName
{
color: #07DE64;
}
</style>
background-color css
<style>
a { background-color: #07DE64; }
a { background-color: rgb(7,222,100); }
div.DivClassName
{
background-color: #07DE64;
}
.BgClassName
{
background-color: #07DE64;
}
</style>
border-color css
<style>
span { border-color: #07DE64; }
span { border-color: rgb(7,222,100); }
td.TdClassName
{
border-color: #07DE64;
}
.TagClassName
{
border-color: #07DE64;
}
</style>