Shades of Malachite #07F441
Tints of Malachite #07F441
RGB
CMYK
RGB Variations
Color information
#07F441 (or 0x07F441) is known color: Malachite. HEX triplet: 07, F4 and 41. RGB value is (7,244,65). Sum of RGB (Red+Green+Blue) = 7+244+65=316 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 316); Green value is 244 (95.70% from 255 or 77.22% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 244 - color contains mainly: green. Hex color #07F441 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07F441 is #F80BBE. Grayscale: #999999. Windows color (decimal): -16255935 or 4322311. OLE color: 4322311.
HSL color Cylindrical-coordinate representation of color #07F441: hue angle of 134.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 #07F441 is Cyan = 0.97, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 7 | 244 | 65 | - |
| CMYK | 0.97 | 0 | 0.73 | 0.04 |
| HSL | 134.68º | 0.94% | 0.49% | - |
| HSV(B) | 134.68º | 0.97% | 0.96% | - |
| XYZ | 33.39 | 65.13 | 15.81 | - |
| YUV | 152.73 | 78.48 | 24.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 244 | 65 | 0.97 | 0 | 0.73 | 0.04 | 134.68 | 0.94 | 0.49 |
| Hex | 7 | F4 | 41 | 61 | 0 | 49 | 4 | 87 | 5E | 31 |
| Octal | 7 | 364 | 101 | 141 | 0 | 111 | 4 | 207 | 136 | 61 |
| Binary | 111 | 11110100 | 1000001 | 1100001 | 0 | 1001001 | 100 | 10000111 | 1011110 | 110001 |
Color Harmonies of #07F441
Complementary color
Monochromatic Colors of #07F441
Black with #07F441
Text Example
Text Example
White with #07F441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F441; }
p { color: rgb(7,244,65); }
H1.HeaderClassName
{
color: #07F441;
}
.AnyTagClassName
{
color: #07F441;
}
</style>
background-color css
<style>
a { background-color: #07F441; }
a { background-color: rgb(7,244,65); }
div.DivClassName
{
background-color: #07F441;
}
.BgClassName
{
background-color: #07F441;
}
</style>
border-color css
<style>
span { border-color: #07F441; }
span { border-color: rgb(7,244,65); }
td.TdClassName
{
border-color: #07F441;
}
.TagClassName
{
border-color: #07F441;
}
</style>