Shades of Malachite #07F15D
Tints of Malachite #07F15D
RGB
CMYK
RGB Variations
Color information
#07F15D (or 0x07F15D) is known color: Malachite. HEX triplet: 07, F1 and 5D. RGB value is (7,241,93). Sum of RGB (Red+Green+Blue) = 7+241+93=341 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.05% from 341); Green value is 241 (94.53% from 255 or 70.67% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 241 - color contains mainly: green. Hex color #07F15D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #07F15D is #F80EA2. Grayscale: #9A9A9A. Windows color (decimal): -16256675 or 6156551. OLE color: 6156551.
HSL color Cylindrical-coordinate representation of color #07F15D: hue angle of 142.05º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F15D is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 241 | 93 | - |
| CMYK | 0.97 | 0 | 0.61 | 0.05 |
| HSL | 142.05º | 0.94% | 0.49% | - |
| HSV(B) | 142.05º | 0.97% | 0.95% | - |
| XYZ | 33.52 | 63.75 | 20.89 | - |
| YUV | 154.16 | 93.48 | 23.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 241 | 93 | 0.97 | 0 | 0.61 | 0.05 | 142.05 | 0.94 | 0.49 |
| Hex | 7 | F1 | 5D | 61 | 0 | 3D | 5 | 8E | 5E | 31 |
| Octal | 7 | 361 | 135 | 141 | 0 | 75 | 5 | 216 | 136 | 61 |
| Binary | 111 | 11110001 | 1011101 | 1100001 | 0 | 111101 | 101 | 10001110 | 1011110 | 110001 |
Color Harmonies of #07F15D
Complementary color
Monochromatic Colors of #07F15D
Black with #07F15D
Text Example
Text Example
White with #07F15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F15D; }
p { color: rgb(7,241,93); }
H1.HeaderClassName
{
color: #07F15D;
}
.AnyTagClassName
{
color: #07F15D;
}
</style>
background-color css
<style>
a { background-color: #07F15D; }
a { background-color: rgb(7,241,93); }
div.DivClassName
{
background-color: #07F15D;
}
.BgClassName
{
background-color: #07F15D;
}
</style>
border-color css
<style>
span { border-color: #07F15D; }
span { border-color: rgb(7,241,93); }
td.TdClassName
{
border-color: #07F15D;
}
.TagClassName
{
border-color: #07F15D;
}
</style>