Shades of Malachite #07E65F
Tints of Malachite #07E65F
RGB
CMYK
RGB Variations
Color information
#07E65F (or 0x07E65F) is known color: Malachite. HEX triplet: 07, E6 and 5F. RGB value is (7,230,95). Sum of RGB (Red+Green+Blue) = 7+230+95=332 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.11% from 332); Green value is 230 (90.23% from 255 or 69.28% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 230 - color contains mainly: green. Hex color #07E65F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #07E65F is #F819A0. Grayscale: #949494. Windows color (decimal): -16259489 or 6284807. OLE color: 6284807.
HSL color Cylindrical-coordinate representation of color #07E65F: hue angle of 143.68º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E65F is Cyan = 0.97, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 7 | 230 | 95 | - |
| CMYK | 0.97 | 0 | 0.59 | 0.10 |
| HSL | 143.68º | 0.94% | 0.46% | - |
| HSV(B) | 143.68º | 0.97% | 0.9% | - |
| XYZ | 30.45 | 57.47 | 20.31 | - |
| YUV | 147.93 | 98.12 | 27.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 230 | 95 | 0.97 | 0 | 0.59 | 0.10 | 143.68 | 0.94 | 0.46 |
| Hex | 7 | E6 | 5F | 61 | 0 | 3B | A | 90 | 5E | 2E |
| Octal | 7 | 346 | 137 | 141 | 0 | 73 | 12 | 220 | 136 | 56 |
| Binary | 111 | 11100110 | 1011111 | 1100001 | 0 | 111011 | 1010 | 10010000 | 1011110 | 101110 |
Color Harmonies of #07E65F
Complementary color
Monochromatic Colors of #07E65F
Black with #07E65F
Text Example
Text Example
White with #07E65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E65F; }
p { color: rgb(7,230,95); }
H1.HeaderClassName
{
color: #07E65F;
}
.AnyTagClassName
{
color: #07E65F;
}
</style>
background-color css
<style>
a { background-color: #07E65F; }
a { background-color: rgb(7,230,95); }
div.DivClassName
{
background-color: #07E65F;
}
.BgClassName
{
background-color: #07E65F;
}
</style>
border-color css
<style>
span { border-color: #07E65F; }
span { border-color: rgb(7,230,95); }
td.TdClassName
{
border-color: #07E65F;
}
.TagClassName
{
border-color: #07E65F;
}
</style>