Shades of Malachite #07FF48
Tints of Malachite #07FF48
RGB
CMYK
RGB Variations
Color information
#07FF48 (or 0x07FF48) is known color: Malachite. HEX triplet: 07, FF and 48. RGB value is (7,255,72). Sum of RGB (Red+Green+Blue) = 7+255+72=334 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 334); Green value is 255 (100% from 255 or 76.35% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 255 - color contains mainly: green. Hex color #07FF48 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07FF48 is #F800B7. Grayscale: #A0A0A0. Windows color (decimal): -16253112 or 4783879. OLE color: 4783879.
HSL color Cylindrical-coordinate representation of color #07FF48: hue angle of 135.73º 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 #07FF48 is Cyan = 0.97, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 255 | 72 | - |
| CMYK | 0.97 | 0 | 0.72 | 0 |
| HSL | 135.73º | 1% | 0.51% | - |
| HSV(B) | 135.73º | 0.97% | 1% | - |
| XYZ | 37.02 | 72.03 | 18.08 | - |
| YUV | 159.99 | 78.34 | 18.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 255 | 72 | 0.97 | 0 | 0.72 | 0 | 135.73 | 1 | 0.51 |
| Hex | 7 | FF | 48 | 61 | 0 | 48 | 0 | 88 | 64 | 33 |
| Octal | 7 | 377 | 110 | 141 | 0 | 110 | 0 | 210 | 144 | 63 |
| Binary | 111 | 11111111 | 1001000 | 1100001 | 0 | 1001000 | 0 | 10001000 | 1100100 | 110011 |
Color Harmonies of #07FF48
Complementary color
Monochromatic Colors of #07FF48
Black with #07FF48
Text Example
Text Example
White with #07FF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FF48; }
p { color: rgb(7,255,72); }
H1.HeaderClassName
{
color: #07FF48;
}
.AnyTagClassName
{
color: #07FF48;
}
</style>
background-color css
<style>
a { background-color: #07FF48; }
a { background-color: rgb(7,255,72); }
div.DivClassName
{
background-color: #07FF48;
}
.BgClassName
{
background-color: #07FF48;
}
</style>
border-color css
<style>
span { border-color: #07FF48; }
span { border-color: rgb(7,255,72); }
td.TdClassName
{
border-color: #07FF48;
}
.TagClassName
{
border-color: #07FF48;
}
</style>