Shades of Malachite #07DC3E
Tints of Malachite #07DC3E
RGB
CMYK
RGB Variations
Color information
#07DC3E (or 0x07DC3E) is known color: Malachite. HEX triplet: 07, DC and 3E. RGB value is (7,220,62). Sum of RGB (Red+Green+Blue) = 7+220+62=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 220 (86.33% from 255 or 76.12% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 220 - color contains mainly: green. Hex color #07DC3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07DC3E is #F823C1. Grayscale: #8A8A8A. Windows color (decimal): -16262082 or 4119559. OLE color: 4119559.
HSL color Cylindrical-coordinate representation of color #07DC3E: hue angle of 135.49º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DC3E is Cyan = 0.97, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 220 | 62 | - |
| CMYK | 0.97 | 0 | 0.72 | 0.14 |
| HSL | 135.49º | 0.94% | 0.45% | - |
| HSV(B) | 135.49º | 0.97% | 0.86% | - |
| XYZ | 26.55 | 51.58 | 13.11 | - |
| YUV | 138.3 | 84.93 | 34.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 220 | 62 | 0.97 | 0 | 0.72 | 0.14 | 135.49 | 0.94 | 0.45 |
| Hex | 7 | DC | 3E | 61 | 0 | 48 | E | 87 | 5E | 2D |
| Octal | 7 | 334 | 76 | 141 | 0 | 110 | 16 | 207 | 136 | 55 |
| Binary | 111 | 11011100 | 111110 | 1100001 | 0 | 1001000 | 1110 | 10000111 | 1011110 | 101101 |
Color Harmonies of #07DC3E
Complementary color
Monochromatic Colors of #07DC3E
Black with #07DC3E
Text Example
Text Example
White with #07DC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DC3E; }
p { color: rgb(7,220,62); }
H1.HeaderClassName
{
color: #07DC3E;
}
.AnyTagClassName
{
color: #07DC3E;
}
</style>
background-color css
<style>
a { background-color: #07DC3E; }
a { background-color: rgb(7,220,62); }
div.DivClassName
{
background-color: #07DC3E;
}
.BgClassName
{
background-color: #07DC3E;
}
</style>
border-color css
<style>
span { border-color: #07DC3E; }
span { border-color: rgb(7,220,62); }
td.TdClassName
{
border-color: #07DC3E;
}
.TagClassName
{
border-color: #07DC3E;
}
</style>