Shades of Malachite #07E85D
Tints of Malachite #07E85D
RGB
CMYK
RGB Variations
Color information
#07E85D (or 0x07E85D) is known color: Malachite. HEX triplet: 07, E8 and 5D. RGB value is (7,232,93). Sum of RGB (Red+Green+Blue) = 7+232+93=332 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.11% from 332); Green value is 232 (91.02% from 255 or 69.88% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 232 - color contains mainly: green. Hex color #07E85D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #07E85D is #F817A2. Grayscale: #959595. Windows color (decimal): -16258979 or 6154247. OLE color: 6154247.
HSL color Cylindrical-coordinate representation of color #07E85D: hue angle of 142.93º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E85D is Cyan = 0.97, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 7 | 232 | 93 | - |
| CMYK | 0.97 | 0 | 0.60 | 0.09 |
| HSL | 142.93º | 0.94% | 0.47% | - |
| HSV(B) | 142.93º | 0.97% | 0.91% | - |
| XYZ | 30.92 | 58.55 | 20.03 | - |
| YUV | 148.88 | 96.46 | 26.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 232 | 93 | 0.97 | 0 | 0.60 | 0.09 | 142.93 | 0.94 | 0.47 |
| Hex | 7 | E8 | 5D | 61 | 0 | 3C | 9 | 8F | 5E | 2F |
| Octal | 7 | 350 | 135 | 141 | 0 | 74 | 11 | 217 | 136 | 57 |
| Binary | 111 | 11101000 | 1011101 | 1100001 | 0 | 111100 | 1001 | 10001111 | 1011110 | 101111 |
Color Harmonies of #07E85D
Complementary color
Monochromatic Colors of #07E85D
Black with #07E85D
Text Example
Text Example
White with #07E85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E85D; }
p { color: rgb(7,232,93); }
H1.HeaderClassName
{
color: #07E85D;
}
.AnyTagClassName
{
color: #07E85D;
}
</style>
background-color css
<style>
a { background-color: #07E85D; }
a { background-color: rgb(7,232,93); }
div.DivClassName
{
background-color: #07E85D;
}
.BgClassName
{
background-color: #07E85D;
}
</style>
border-color css
<style>
span { border-color: #07E85D; }
span { border-color: rgb(7,232,93); }
td.TdClassName
{
border-color: #07E85D;
}
.TagClassName
{
border-color: #07E85D;
}
</style>