Shades of Malachite #04F065
Tints of Malachite #04F065
RGB
CMYK
RGB Variations
Color information
#04F065 (or 0x04F065) is known color: Malachite. HEX triplet: 04, F0 and 65. RGB value is (4,240,101). Sum of RGB (Red+Green+Blue) = 4+240+101=345 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 345); Green value is 240 (94.14% from 255 or 69.57% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 240 - color contains mainly: green. Hex color #04F065 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04F065 is #FB0F9A. Grayscale: #999999. Windows color (decimal): -16453531 or 6680580. OLE color: 6680580.
HSL color Cylindrical-coordinate representation of color #04F065: hue angle of 144.66º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F065 is Cyan = 0.98, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 240 | 101 | - |
| CMYK | 0.98 | 0 | 0.58 | 0.06 |
| HSL | 144.66º | 0.97% | 0.48% | - |
| HSV(B) | 144.66º | 0.98% | 0.94% | - |
| XYZ | 33.56 | 63.29 | 22.76 | - |
| YUV | 153.59 | 98.31 | 21.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 240 | 101 | 0.98 | 0 | 0.58 | 0.06 | 144.66 | 0.97 | 0.48 |
| Hex | 4 | F0 | 65 | 62 | 0 | 3A | 6 | 91 | 61 | 30 |
| Octal | 4 | 360 | 145 | 142 | 0 | 72 | 6 | 221 | 141 | 60 |
| Binary | 100 | 11110000 | 1100101 | 1100010 | 0 | 111010 | 110 | 10010001 | 1100001 | 110000 |
Color Harmonies of #04F065
Complementary color
Monochromatic Colors of #04F065
Black with #04F065
Text Example
Text Example
White with #04F065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F065; }
p { color: rgb(4,240,101); }
H1.HeaderClassName
{
color: #04F065;
}
.AnyTagClassName
{
color: #04F065;
}
</style>
background-color css
<style>
a { background-color: #04F065; }
a { background-color: rgb(4,240,101); }
div.DivClassName
{
background-color: #04F065;
}
.BgClassName
{
background-color: #04F065;
}
</style>
border-color css
<style>
span { border-color: #04F065; }
span { border-color: rgb(4,240,101); }
td.TdClassName
{
border-color: #04F065;
}
.TagClassName
{
border-color: #04F065;
}
</style>