Shades of Malachite #07F341
Tints of Malachite #07F341
RGB
CMYK
RGB Variations
Color information
#07F341 (or 0x07F341) is known color: Malachite. HEX triplet: 07, F3 and 41. RGB value is (7,243,65). Sum of RGB (Red+Green+Blue) = 7+243+65=315 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 315); Green value is 243 (95.31% from 255 or 77.14% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 243 - color contains mainly: green. Hex color #07F341 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07F341 is #F80CBE. Grayscale: #989898. Windows color (decimal): -16256191 or 4322055. OLE color: 4322055.
HSL color Cylindrical-coordinate representation of color #07F341: hue angle of 134.75º 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 #07F341 is Cyan = 0.97, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 243 | 65 | - |
| CMYK | 0.97 | 0 | 0.73 | 0.05 |
| HSL | 134.75º | 0.94% | 0.49% | - |
| HSV(B) | 134.75º | 0.97% | 0.95% | - |
| XYZ | 33.09 | 64.53 | 15.71 | - |
| YUV | 152.14 | 78.81 | 24.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 243 | 65 | 0.97 | 0 | 0.73 | 0.05 | 134.75 | 0.94 | 0.49 |
| Hex | 7 | F3 | 41 | 61 | 0 | 49 | 5 | 87 | 5E | 31 |
| Octal | 7 | 363 | 101 | 141 | 0 | 111 | 5 | 207 | 136 | 61 |
| Binary | 111 | 11110011 | 1000001 | 1100001 | 0 | 1001001 | 101 | 10000111 | 1011110 | 110001 |
Color Harmonies of #07F341
Complementary color
Monochromatic Colors of #07F341
Black with #07F341
Text Example
Text Example
White with #07F341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F341; }
p { color: rgb(7,243,65); }
H1.HeaderClassName
{
color: #07F341;
}
.AnyTagClassName
{
color: #07F341;
}
</style>
background-color css
<style>
a { background-color: #07F341; }
a { background-color: rgb(7,243,65); }
div.DivClassName
{
background-color: #07F341;
}
.BgClassName
{
background-color: #07F341;
}
</style>
border-color css
<style>
span { border-color: #07F341; }
span { border-color: rgb(7,243,65); }
td.TdClassName
{
border-color: #07F341;
}
.TagClassName
{
border-color: #07F341;
}
</style>