Shades of Malachite #07DF4A
Tints of Malachite #07DF4A
RGB
CMYK
RGB Variations
Color information
#07DF4A (or 0x07DF4A) is known color: Malachite. HEX triplet: 07, DF and 4A. RGB value is (7,223,74). Sum of RGB (Red+Green+Blue) = 7+223+74=304 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 304); Green value is 223 (87.5% from 255 or 73.36% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 223 - color contains mainly: green. Hex color #07DF4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07DF4A is #F820B5. Grayscale: #8D8D8D. Windows color (decimal): -16261302 or 4906759. OLE color: 4906759.
HSL color Cylindrical-coordinate representation of color #07DF4A: hue angle of 138.61º 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 #07DF4A is Cyan = 0.97, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 223 | 74 | - |
| CMYK | 0.97 | 0 | 0.67 | 0.13 |
| HSL | 138.61º | 0.94% | 0.45% | - |
| HSV(B) | 138.61º | 0.97% | 0.87% | - |
| XYZ | 27.71 | 53.31 | 15.31 | - |
| YUV | 141.43 | 89.94 | 32.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 223 | 74 | 0.97 | 0 | 0.67 | 0.13 | 138.61 | 0.94 | 0.45 |
| Hex | 7 | DF | 4A | 61 | 0 | 43 | D | 8B | 5E | 2D |
| Octal | 7 | 337 | 112 | 141 | 0 | 103 | 15 | 213 | 136 | 55 |
| Binary | 111 | 11011111 | 1001010 | 1100001 | 0 | 1000011 | 1101 | 10001011 | 1011110 | 101101 |
Color Harmonies of #07DF4A
Complementary color
Monochromatic Colors of #07DF4A
Black with #07DF4A
Text Example
Text Example
White with #07DF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DF4A; }
p { color: rgb(7,223,74); }
H1.HeaderClassName
{
color: #07DF4A;
}
.AnyTagClassName
{
color: #07DF4A;
}
</style>
background-color css
<style>
a { background-color: #07DF4A; }
a { background-color: rgb(7,223,74); }
div.DivClassName
{
background-color: #07DF4A;
}
.BgClassName
{
background-color: #07DF4A;
}
</style>
border-color css
<style>
span { border-color: #07DF4A; }
span { border-color: rgb(7,223,74); }
td.TdClassName
{
border-color: #07DF4A;
}
.TagClassName
{
border-color: #07DF4A;
}
</style>