Shades of Malachite #04FC40
Tints of Malachite #04FC40
RGB
CMYK
RGB Variations
Color information
#04FC40 (or 0x04FC40) is known color: Malachite. HEX triplet: 04, FC and 40. RGB value is (4,252,64). Sum of RGB (Red+Green+Blue) = 4+252+64=320 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 320); Green value is 252 (98.83% from 255 or 78.75% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 252 - color contains mainly: green. Hex color #04FC40 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #04FC40 is #FB03BF. Grayscale: #9C9C9C. Windows color (decimal): -16450496 or 4258820. OLE color: 4258820.
HSL color Cylindrical-coordinate representation of color #04FC40: hue angle of 134.52º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FC40 is Cyan = 0.98, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 252 | 64 | - |
| CMYK | 0.98 | 0 | 0.75 | 0.01 |
| HSL | 134.52º | 0.98% | 0.5% | - |
| HSV(B) | 134.52º | 0.98% | 0.99% | - |
| XYZ | 35.79 | 70.02 | 16.48 | - |
| YUV | 156.42 | 75.84 | 19.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 252 | 64 | 0.98 | 0 | 0.75 | 0.01 | 134.52 | 0.98 | 0.5 |
| Hex | 4 | FC | 40 | 62 | 0 | 4B | 1 | 87 | 62 | 32 |
| Octal | 4 | 374 | 100 | 142 | 0 | 113 | 1 | 207 | 142 | 62 |
| Binary | 100 | 11111100 | 1000000 | 1100010 | 0 | 1001011 | 1 | 10000111 | 1100010 | 110010 |
Color Harmonies of #04FC40
Complementary color
Monochromatic Colors of #04FC40
Black with #04FC40
Text Example
Text Example
White with #04FC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FC40; }
p { color: rgb(4,252,64); }
H1.HeaderClassName
{
color: #04FC40;
}
.AnyTagClassName
{
color: #04FC40;
}
</style>
background-color css
<style>
a { background-color: #04FC40; }
a { background-color: rgb(4,252,64); }
div.DivClassName
{
background-color: #04FC40;
}
.BgClassName
{
background-color: #04FC40;
}
</style>
border-color css
<style>
span { border-color: #04FC40; }
span { border-color: rgb(4,252,64); }
td.TdClassName
{
border-color: #04FC40;
}
.TagClassName
{
border-color: #04FC40;
}
</style>