Shades of Malachite #04F25D
Tints of Malachite #04F25D
RGB
CMYK
RGB Variations
Color information
#04F25D (or 0x04F25D) is known color: Malachite. HEX triplet: 04, F2 and 5D. RGB value is (4,242,93). Sum of RGB (Red+Green+Blue) = 4+242+93=339 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 339); Green value is 242 (94.92% from 255 or 71.39% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 242 - color contains mainly: green. Hex color #04F25D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04F25D is #FB0DA2. Grayscale: #9A9A9A. Windows color (decimal): -16453027 or 6156804. OLE color: 6156804.
HSL color Cylindrical-coordinate representation of color #04F25D: hue angle of 142.44º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F25D is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 242 | 93 | - |
| CMYK | 0.98 | 0 | 0.62 | 0.05 |
| HSL | 142.44º | 0.97% | 0.48% | - |
| HSV(B) | 142.44º | 0.98% | 0.95% | - |
| XYZ | 33.78 | 64.32 | 20.99 | - |
| YUV | 153.85 | 93.65 | 21.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 242 | 93 | 0.98 | 0 | 0.62 | 0.05 | 142.44 | 0.97 | 0.48 |
| Hex | 4 | F2 | 5D | 62 | 0 | 3E | 5 | 8E | 61 | 30 |
| Octal | 4 | 362 | 135 | 142 | 0 | 76 | 5 | 216 | 141 | 60 |
| Binary | 100 | 11110010 | 1011101 | 1100010 | 0 | 111110 | 101 | 10001110 | 1100001 | 110000 |
Color Harmonies of #04F25D
Complementary color
Monochromatic Colors of #04F25D
Black with #04F25D
Text Example
Text Example
White with #04F25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F25D; }
p { color: rgb(4,242,93); }
H1.HeaderClassName
{
color: #04F25D;
}
.AnyTagClassName
{
color: #04F25D;
}
</style>
background-color css
<style>
a { background-color: #04F25D; }
a { background-color: rgb(4,242,93); }
div.DivClassName
{
background-color: #04F25D;
}
.BgClassName
{
background-color: #04F25D;
}
</style>
border-color css
<style>
span { border-color: #04F25D; }
span { border-color: rgb(4,242,93); }
td.TdClassName
{
border-color: #04F25D;
}
.TagClassName
{
border-color: #04F25D;
}
</style>