Shades of Malachite #07F143
Tints of Malachite #07F143
RGB
CMYK
RGB Variations
Color information
#07F143 (or 0x07F143) is known color: Malachite. HEX triplet: 07, F1 and 43. RGB value is (7,241,67). Sum of RGB (Red+Green+Blue) = 7+241+67=315 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 315); Green value is 241 (94.53% from 255 or 76.51% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 241 - color contains mainly: green. Hex color #07F143 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07F143 is #F80EBC. Grayscale: #979797. Windows color (decimal): -16256701 or 4452615. OLE color: 4452615.
HSL color Cylindrical-coordinate representation of color #07F143: hue angle of 135.38º 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 #07F143 is Cyan = 0.97, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 241 | 67 | - |
| CMYK | 0.97 | 0 | 0.72 | 0.05 |
| HSL | 135.38º | 0.94% | 0.49% | - |
| HSV(B) | 135.38º | 0.97% | 0.95% | - |
| XYZ | 32.56 | 63.36 | 15.82 | - |
| YUV | 151.2 | 80.48 | 25.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 241 | 67 | 0.97 | 0 | 0.72 | 0.05 | 135.38 | 0.94 | 0.49 |
| Hex | 7 | F1 | 43 | 61 | 0 | 48 | 5 | 87 | 5E | 31 |
| Octal | 7 | 361 | 103 | 141 | 0 | 110 | 5 | 207 | 136 | 61 |
| Binary | 111 | 11110001 | 1000011 | 1100001 | 0 | 1001000 | 101 | 10000111 | 1011110 | 110001 |
Color Harmonies of #07F143
Complementary color
Monochromatic Colors of #07F143
Black with #07F143
Text Example
Text Example
White with #07F143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F143; }
p { color: rgb(7,241,67); }
H1.HeaderClassName
{
color: #07F143;
}
.AnyTagClassName
{
color: #07F143;
}
</style>
background-color css
<style>
a { background-color: #07F143; }
a { background-color: rgb(7,241,67); }
div.DivClassName
{
background-color: #07F143;
}
.BgClassName
{
background-color: #07F143;
}
</style>
border-color css
<style>
span { border-color: #07F143; }
span { border-color: rgb(7,241,67); }
td.TdClassName
{
border-color: #07F143;
}
.TagClassName
{
border-color: #07F143;
}
</style>