Shades of Malachite #07DD5E
Tints of Malachite #07DD5E
RGB
CMYK
RGB Variations
Color information
#07DD5E (or 0x07DD5E) is known color: Malachite. HEX triplet: 07, DD and 5E. RGB value is (7,221,94). Sum of RGB (Red+Green+Blue) = 7+221+94=322 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 322); Green value is 221 (86.72% from 255 or 68.63% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 221 - color contains mainly: green. Hex color #07DD5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07DD5E is #F822A1. Grayscale: #8E8E8E. Windows color (decimal): -16261794 or 6216967. OLE color: 6216967.
HSL color Cylindrical-coordinate representation of color #07DD5E: hue angle of 144.39º 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 #07DD5E is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 221 | 94 | - |
| CMYK | 0.97 | 0 | 0.57 | 0.13 |
| HSL | 144.39º | 0.94% | 0.45% | - |
| HSV(B) | 144.39º | 0.97% | 0.87% | - |
| XYZ | 27.96 | 52.57 | 19.26 | - |
| YUV | 142.54 | 100.6 | 31.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 221 | 94 | 0.97 | 0 | 0.57 | 0.13 | 144.39 | 0.94 | 0.45 |
| Hex | 7 | DD | 5E | 61 | 0 | 39 | D | 90 | 5E | 2D |
| Octal | 7 | 335 | 136 | 141 | 0 | 71 | 15 | 220 | 136 | 55 |
| Binary | 111 | 11011101 | 1011110 | 1100001 | 0 | 111001 | 1101 | 10010000 | 1011110 | 101101 |
Color Harmonies of #07DD5E
Complementary color
Monochromatic Colors of #07DD5E
Black with #07DD5E
Text Example
Text Example
White with #07DD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DD5E; }
p { color: rgb(7,221,94); }
H1.HeaderClassName
{
color: #07DD5E;
}
.AnyTagClassName
{
color: #07DD5E;
}
</style>
background-color css
<style>
a { background-color: #07DD5E; }
a { background-color: rgb(7,221,94); }
div.DivClassName
{
background-color: #07DD5E;
}
.BgClassName
{
background-color: #07DD5E;
}
</style>
border-color css
<style>
span { border-color: #07DD5E; }
span { border-color: rgb(7,221,94); }
td.TdClassName
{
border-color: #07DD5E;
}
.TagClassName
{
border-color: #07DD5E;
}
</style>