Shades of Malachite #07FF4A
Tints of Malachite #07FF4A
RGB
CMYK
RGB Variations
Color information
#07FF4A (or 0x07FF4A) is known color: Malachite. HEX triplet: 07, FF and 4A. RGB value is (7,255,74). Sum of RGB (Red+Green+Blue) = 7+255+74=336 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 336); Green value is 255 (100% from 255 or 75.89% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 255 - color contains mainly: green. Hex color #07FF4A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07FF4A is #F800B5. Grayscale: #A0A0A0. Windows color (decimal): -16253110 or 4914951. OLE color: 4914951.
HSL color Cylindrical-coordinate representation of color #07FF4A: hue angle of 136.21º 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 #07FF4A is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 255 | 74 | - |
| CMYK | 0.97 | 0 | 0.71 | 0 |
| HSL | 136.21º | 1% | 0.51% | - |
| HSV(B) | 136.21º | 0.97% | 1% | - |
| XYZ | 37.08 | 72.06 | 18.43 | - |
| YUV | 160.21 | 79.34 | 18.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 255 | 74 | 0.97 | 0 | 0.71 | 0 | 136.21 | 1 | 0.51 |
| Hex | 7 | FF | 4A | 61 | 0 | 47 | 0 | 88 | 64 | 33 |
| Octal | 7 | 377 | 112 | 141 | 0 | 107 | 0 | 210 | 144 | 63 |
| Binary | 111 | 11111111 | 1001010 | 1100001 | 0 | 1000111 | 0 | 10001000 | 1100100 | 110011 |
Color Harmonies of #07FF4A
Complementary color
Monochromatic Colors of #07FF4A
Black with #07FF4A
Text Example
Text Example
White with #07FF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FF4A; }
p { color: rgb(7,255,74); }
H1.HeaderClassName
{
color: #07FF4A;
}
.AnyTagClassName
{
color: #07FF4A;
}
</style>
background-color css
<style>
a { background-color: #07FF4A; }
a { background-color: rgb(7,255,74); }
div.DivClassName
{
background-color: #07FF4A;
}
.BgClassName
{
background-color: #07FF4A;
}
</style>
border-color css
<style>
span { border-color: #07FF4A; }
span { border-color: rgb(7,255,74); }
td.TdClassName
{
border-color: #07FF4A;
}
.TagClassName
{
border-color: #07FF4A;
}
</style>