Shades of Malachite #07DF4D
Tints of Malachite #07DF4D
RGB
CMYK
RGB Variations
Color information
#07DF4D (or 0x07DF4D) is known color: Malachite. HEX triplet: 07, DF and 4D. RGB value is (7,223,77). Sum of RGB (Red+Green+Blue) = 7+223+77=307 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.28% from 307); Green value is 223 (87.5% from 255 or 72.64% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 223 - color contains mainly: green. Hex color #07DF4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07DF4D is #F820B2. Grayscale: #8E8E8E. Windows color (decimal): -16261299 or 5103367. OLE color: 5103367.
HSL color Cylindrical-coordinate representation of color #07DF4D: hue angle of 139.44º 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 #07DF4D is Cyan = 0.97, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 223 | 77 | - |
| CMYK | 0.97 | 0 | 0.65 | 0.13 |
| HSL | 139.44º | 0.94% | 0.45% | - |
| HSV(B) | 139.44º | 0.97% | 0.87% | - |
| XYZ | 27.81 | 53.36 | 15.85 | - |
| YUV | 141.77 | 91.44 | 31.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 223 | 77 | 0.97 | 0 | 0.65 | 0.13 | 139.44 | 0.94 | 0.45 |
| Hex | 7 | DF | 4D | 61 | 0 | 41 | D | 8B | 5E | 2D |
| Octal | 7 | 337 | 115 | 141 | 0 | 101 | 15 | 213 | 136 | 55 |
| Binary | 111 | 11011111 | 1001101 | 1100001 | 0 | 1000001 | 1101 | 10001011 | 1011110 | 101101 |
Color Harmonies of #07DF4D
Complementary color
Monochromatic Colors of #07DF4D
Black with #07DF4D
Text Example
Text Example
White with #07DF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DF4D; }
p { color: rgb(7,223,77); }
H1.HeaderClassName
{
color: #07DF4D;
}
.AnyTagClassName
{
color: #07DF4D;
}
</style>
background-color css
<style>
a { background-color: #07DF4D; }
a { background-color: rgb(7,223,77); }
div.DivClassName
{
background-color: #07DF4D;
}
.BgClassName
{
background-color: #07DF4D;
}
</style>
border-color css
<style>
span { border-color: #07DF4D; }
span { border-color: rgb(7,223,77); }
td.TdClassName
{
border-color: #07DF4D;
}
.TagClassName
{
border-color: #07DF4D;
}
</style>