Shades of Malachite #07DC3C
Tints of Malachite #07DC3C
RGB
CMYK
RGB Variations
Color information
#07DC3C (or 0x07DC3C) is known color: Malachite. HEX triplet: 07, DC and 3C. RGB value is (7,220,60). Sum of RGB (Red+Green+Blue) = 7+220+60=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 220 (86.33% from 255 or 76.66% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 220 - color contains mainly: green. Hex color #07DC3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07DC3C is #F823C3. Grayscale: #8A8A8A. Windows color (decimal): -16262084 or 3988487. OLE color: 3988487.
HSL color Cylindrical-coordinate representation of color #07DC3C: hue angle of 134.93º 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 #07DC3C is Cyan = 0.97, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 220 | 60 | - |
| CMYK | 0.97 | 0 | 0.73 | 0.14 |
| HSL | 134.93º | 0.94% | 0.45% | - |
| HSV(B) | 134.93º | 0.97% | 0.86% | - |
| XYZ | 26.5 | 51.56 | 12.83 | - |
| YUV | 138.07 | 83.93 | 34.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 220 | 60 | 0.97 | 0 | 0.73 | 0.14 | 134.93 | 0.94 | 0.45 |
| Hex | 7 | DC | 3C | 61 | 0 | 49 | E | 87 | 5E | 2D |
| Octal | 7 | 334 | 74 | 141 | 0 | 111 | 16 | 207 | 136 | 55 |
| Binary | 111 | 11011100 | 111100 | 1100001 | 0 | 1001001 | 1110 | 10000111 | 1011110 | 101101 |
Color Harmonies of #07DC3C
Complementary color
Monochromatic Colors of #07DC3C
Black with #07DC3C
Text Example
Text Example
White with #07DC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DC3C; }
p { color: rgb(7,220,60); }
H1.HeaderClassName
{
color: #07DC3C;
}
.AnyTagClassName
{
color: #07DC3C;
}
</style>
background-color css
<style>
a { background-color: #07DC3C; }
a { background-color: rgb(7,220,60); }
div.DivClassName
{
background-color: #07DC3C;
}
.BgClassName
{
background-color: #07DC3C;
}
</style>
border-color css
<style>
span { border-color: #07DC3C; }
span { border-color: rgb(7,220,60); }
td.TdClassName
{
border-color: #07DC3C;
}
.TagClassName
{
border-color: #07DC3C;
}
</style>