Shades of Malachite #07FC4A
Tints of Malachite #07FC4A
RGB
CMYK
RGB Variations
Color information
#07FC4A (or 0x07FC4A) is known color: Malachite. HEX triplet: 07, FC and 4A. RGB value is (7,252,74). Sum of RGB (Red+Green+Blue) = 7+252+74=333 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 333); Green value is 252 (98.83% from 255 or 75.68% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 252 - color contains mainly: green. Hex color #07FC4A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07FC4A is #F803B5. Grayscale: #9E9E9E. Windows color (decimal): -16253878 or 4914183. OLE color: 4914183.
HSL color Cylindrical-coordinate representation of color #07FC4A: hue angle of 136.41º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FC4A is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 252 | 74 | - |
| CMYK | 0.97 | 0 | 0.71 | 0.01 |
| HSL | 136.41º | 0.98% | 0.51% | - |
| HSV(B) | 136.41º | 0.97% | 0.99% | - |
| XYZ | 36.13 | 70.16 | 18.12 | - |
| YUV | 158.45 | 80.33 | 19.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 252 | 74 | 0.97 | 0 | 0.71 | 0.01 | 136.41 | 0.98 | 0.51 |
| Hex | 7 | FC | 4A | 61 | 0 | 47 | 1 | 88 | 62 | 33 |
| Octal | 7 | 374 | 112 | 141 | 0 | 107 | 1 | 210 | 142 | 63 |
| Binary | 111 | 11111100 | 1001010 | 1100001 | 0 | 1000111 | 1 | 10001000 | 1100010 | 110011 |
Color Harmonies of #07FC4A
Complementary color
Monochromatic Colors of #07FC4A
Black with #07FC4A
Text Example
Text Example
White with #07FC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FC4A; }
p { color: rgb(7,252,74); }
H1.HeaderClassName
{
color: #07FC4A;
}
.AnyTagClassName
{
color: #07FC4A;
}
</style>
background-color css
<style>
a { background-color: #07FC4A; }
a { background-color: rgb(7,252,74); }
div.DivClassName
{
background-color: #07FC4A;
}
.BgClassName
{
background-color: #07FC4A;
}
</style>
border-color css
<style>
span { border-color: #07FC4A; }
span { border-color: rgb(7,252,74); }
td.TdClassName
{
border-color: #07FC4A;
}
.TagClassName
{
border-color: #07FC4A;
}
</style>