Shades of Malachite #07F55D
Tints of Malachite #07F55D
RGB
CMYK
RGB Variations
Color information
#07F55D (or 0x07F55D) is known color: Malachite. HEX triplet: 07, F5 and 5D. RGB value is (7,245,93). Sum of RGB (Red+Green+Blue) = 7+245+93=345 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.03% from 345); Green value is 245 (96.09% from 255 or 71.01% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 245 - color contains mainly: green. Hex color #07F55D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #07F55D is #F80AA2. Grayscale: #9C9C9C. Windows color (decimal): -16255651 or 6157575. OLE color: 6157575.
HSL color Cylindrical-coordinate representation of color #07F55D: hue angle of 141.68º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F55D is Cyan = 0.97, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 7 | 245 | 93 | - |
| CMYK | 0.97 | 0 | 0.62 | 0.04 |
| HSL | 141.68º | 0.94% | 0.49% | - |
| HSV(B) | 141.68º | 0.97% | 0.96% | - |
| XYZ | 34.72 | 66.14 | 21.29 | - |
| YUV | 156.51 | 92.15 | 21.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 245 | 93 | 0.97 | 0 | 0.62 | 0.04 | 141.68 | 0.94 | 0.49 |
| Hex | 7 | F5 | 5D | 61 | 0 | 3E | 4 | 8E | 5E | 31 |
| Octal | 7 | 365 | 135 | 141 | 0 | 76 | 4 | 216 | 136 | 61 |
| Binary | 111 | 11110101 | 1011101 | 1100001 | 0 | 111110 | 100 | 10001110 | 1011110 | 110001 |
Color Harmonies of #07F55D
Complementary color
Monochromatic Colors of #07F55D
Black with #07F55D
Text Example
Text Example
White with #07F55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F55D; }
p { color: rgb(7,245,93); }
H1.HeaderClassName
{
color: #07F55D;
}
.AnyTagClassName
{
color: #07F55D;
}
</style>
background-color css
<style>
a { background-color: #07F55D; }
a { background-color: rgb(7,245,93); }
div.DivClassName
{
background-color: #07F55D;
}
.BgClassName
{
background-color: #07F55D;
}
</style>
border-color css
<style>
span { border-color: #07F55D; }
span { border-color: rgb(7,245,93); }
td.TdClassName
{
border-color: #07F55D;
}
.TagClassName
{
border-color: #07F55D;
}
</style>