Shades of Malachite #07DA4D
Tints of Malachite #07DA4D
RGB
CMYK
RGB Variations
Color information
#07DA4D (or 0x07DA4D) is known color: Malachite. HEX triplet: 07, DA and 4D. RGB value is (7,218,77). Sum of RGB (Red+Green+Blue) = 7+218+77=302 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.32% from 302); Green value is 218 (85.55% from 255 or 72.19% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 218 - color contains mainly: green. Hex color #07DA4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07DA4D is #F825B2. Grayscale: #8B8B8B. Windows color (decimal): -16262579 or 5102087. OLE color: 5102087.
HSL color Cylindrical-coordinate representation of color #07DA4D: hue angle of 139.91º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DA4D is Cyan = 0.97, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 218 | 77 | - |
| CMYK | 0.97 | 0 | 0.65 | 0.15 |
| HSL | 139.91º | 0.94% | 0.44% | - |
| HSV(B) | 139.91º | 0.97% | 0.85% | - |
| XYZ | 26.5 | 50.72 | 15.42 | - |
| YUV | 138.84 | 93.1 | 33.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 218 | 77 | 0.97 | 0 | 0.65 | 0.15 | 139.91 | 0.94 | 0.44 |
| Hex | 7 | DA | 4D | 61 | 0 | 41 | F | 8C | 5E | 2C |
| Octal | 7 | 332 | 115 | 141 | 0 | 101 | 17 | 214 | 136 | 54 |
| Binary | 111 | 11011010 | 1001101 | 1100001 | 0 | 1000001 | 1111 | 10001100 | 1011110 | 101100 |
Color Harmonies of #07DA4D
Complementary color
Monochromatic Colors of #07DA4D
Black with #07DA4D
Text Example
Text Example
White with #07DA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DA4D; }
p { color: rgb(7,218,77); }
H1.HeaderClassName
{
color: #07DA4D;
}
.AnyTagClassName
{
color: #07DA4D;
}
</style>
background-color css
<style>
a { background-color: #07DA4D; }
a { background-color: rgb(7,218,77); }
div.DivClassName
{
background-color: #07DA4D;
}
.BgClassName
{
background-color: #07DA4D;
}
</style>
border-color css
<style>
span { border-color: #07DA4D; }
span { border-color: rgb(7,218,77); }
td.TdClassName
{
border-color: #07DA4D;
}
.TagClassName
{
border-color: #07DA4D;
}
</style>