Shades of Malachite #07FF5A
Tints of Malachite #07FF5A
RGB
CMYK
RGB Variations
Color information
#07FF5A (or 0x07FF5A) is known color: Malachite. HEX triplet: 07, FF and 5A. RGB value is (7,255,90). Sum of RGB (Red+Green+Blue) = 7+255+90=352 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 352); Green value is 255 (100% from 255 or 72.44% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 255 - color contains mainly: green. Hex color #07FF5A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #07FF5A is #F800A5. Grayscale: #A2A2A2. Windows color (decimal): -16253094 or 5963527. OLE color: 5963527.
HSL color Cylindrical-coordinate representation of color #07FF5A: hue angle of 140.08º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FF5A is Cyan = 0.97, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 255 | 90 | - |
| CMYK | 0.97 | 0 | 0.65 | 0 |
| HSL | 140.08º | 1% | 0.51% | - |
| HSV(B) | 140.08º | 0.97% | 1% | - |
| XYZ | 37.69 | 72.3 | 21.64 | - |
| YUV | 162.04 | 87.34 | 17.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 255 | 90 | 0.97 | 0 | 0.65 | 0 | 140.08 | 1 | 0.51 |
| Hex | 7 | FF | 5A | 61 | 0 | 41 | 0 | 8C | 64 | 33 |
| Octal | 7 | 377 | 132 | 141 | 0 | 101 | 0 | 214 | 144 | 63 |
| Binary | 111 | 11111111 | 1011010 | 1100001 | 0 | 1000001 | 0 | 10001100 | 1100100 | 110011 |
Color Harmonies of #07FF5A
Complementary color
Monochromatic Colors of #07FF5A
Black with #07FF5A
Text Example
Text Example
White with #07FF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FF5A; }
p { color: rgb(7,255,90); }
H1.HeaderClassName
{
color: #07FF5A;
}
.AnyTagClassName
{
color: #07FF5A;
}
</style>
background-color css
<style>
a { background-color: #07FF5A; }
a { background-color: rgb(7,255,90); }
div.DivClassName
{
background-color: #07FF5A;
}
.BgClassName
{
background-color: #07FF5A;
}
</style>
border-color css
<style>
span { border-color: #07FF5A; }
span { border-color: rgb(7,255,90); }
td.TdClassName
{
border-color: #07FF5A;
}
.TagClassName
{
border-color: #07FF5A;
}
</style>