Shades of Malachite #07DF3C
Tints of Malachite #07DF3C
RGB
CMYK
RGB Variations
Color information
#07DF3C (or 0x07DF3C) is known color: Malachite. HEX triplet: 07, DF and 3C. RGB value is (7,223,60). Sum of RGB (Red+Green+Blue) = 7+223+60=290 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 290); Green value is 223 (87.5% from 255 or 76.90% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 223 - color contains mainly: green. Hex color #07DF3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07DF3C is #F820C3. Grayscale: #8C8C8C. Windows color (decimal): -16261316 or 3989255. OLE color: 3989255.
HSL color Cylindrical-coordinate representation of color #07DF3C: hue angle of 134.72º 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 #07DF3C is Cyan = 0.97, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 223 | 60 | - |
| CMYK | 0.97 | 0 | 0.73 | 0.13 |
| HSL | 134.72º | 0.94% | 0.45% | - |
| HSV(B) | 134.72º | 0.97% | 0.87% | - |
| XYZ | 27.29 | 53.15 | 13.09 | - |
| YUV | 139.83 | 82.94 | 33.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 223 | 60 | 0.97 | 0 | 0.73 | 0.13 | 134.72 | 0.94 | 0.45 |
| Hex | 7 | DF | 3C | 61 | 0 | 49 | D | 87 | 5E | 2D |
| Octal | 7 | 337 | 74 | 141 | 0 | 111 | 15 | 207 | 136 | 55 |
| Binary | 111 | 11011111 | 111100 | 1100001 | 0 | 1001001 | 1101 | 10000111 | 1011110 | 101101 |
Color Harmonies of #07DF3C
Complementary color
Monochromatic Colors of #07DF3C
Black with #07DF3C
Text Example
Text Example
White with #07DF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DF3C; }
p { color: rgb(7,223,60); }
H1.HeaderClassName
{
color: #07DF3C;
}
.AnyTagClassName
{
color: #07DF3C;
}
</style>
background-color css
<style>
a { background-color: #07DF3C; }
a { background-color: rgb(7,223,60); }
div.DivClassName
{
background-color: #07DF3C;
}
.BgClassName
{
background-color: #07DF3C;
}
</style>
border-color css
<style>
span { border-color: #07DF3C; }
span { border-color: rgb(7,223,60); }
td.TdClassName
{
border-color: #07DF3C;
}
.TagClassName
{
border-color: #07DF3C;
}
</style>