Shades of Malachite #07DE4D
Tints of Malachite #07DE4D
RGB
CMYK
RGB Variations
Color information
#07DE4D (or 0x07DE4D) is known color: Malachite. HEX triplet: 07, DE and 4D. RGB value is (7,222,77). Sum of RGB (Red+Green+Blue) = 7+222+77=306 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.29% from 306); Green value is 222 (87.11% from 255 or 72.55% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 222 - color contains mainly: green. Hex color #07DE4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07DE4D is #F821B2. Grayscale: #8D8D8D. Windows color (decimal): -16261555 or 5103111. OLE color: 5103111.
HSL color Cylindrical-coordinate representation of color #07DE4D: hue angle of 139.53º 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 #07DE4D is Cyan = 0.97, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 222 | 77 | - |
| CMYK | 0.97 | 0 | 0.65 | 0.13 |
| HSL | 139.53º | 0.94% | 0.45% | - |
| HSV(B) | 139.53º | 0.97% | 0.87% | - |
| XYZ | 27.55 | 52.82 | 15.77 | - |
| YUV | 141.19 | 91.77 | 32.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 222 | 77 | 0.97 | 0 | 0.65 | 0.13 | 139.53 | 0.94 | 0.45 |
| Hex | 7 | DE | 4D | 61 | 0 | 41 | D | 8C | 5E | 2D |
| Octal | 7 | 336 | 115 | 141 | 0 | 101 | 15 | 214 | 136 | 55 |
| Binary | 111 | 11011110 | 1001101 | 1100001 | 0 | 1000001 | 1101 | 10001100 | 1011110 | 101101 |
Color Harmonies of #07DE4D
Complementary color
Monochromatic Colors of #07DE4D
Black with #07DE4D
Text Example
Text Example
White with #07DE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DE4D; }
p { color: rgb(7,222,77); }
H1.HeaderClassName
{
color: #07DE4D;
}
.AnyTagClassName
{
color: #07DE4D;
}
</style>
background-color css
<style>
a { background-color: #07DE4D; }
a { background-color: rgb(7,222,77); }
div.DivClassName
{
background-color: #07DE4D;
}
.BgClassName
{
background-color: #07DE4D;
}
</style>
border-color css
<style>
span { border-color: #07DE4D; }
span { border-color: rgb(7,222,77); }
td.TdClassName
{
border-color: #07DE4D;
}
.TagClassName
{
border-color: #07DE4D;
}
</style>