Shades of Malachite #04F25C
Tints of Malachite #04F25C
RGB
CMYK
RGB Variations
Color information
#04F25C (or 0x04F25C) is known color: Malachite. HEX triplet: 04, F2 and 5C. RGB value is (4,242,92). Sum of RGB (Red+Green+Blue) = 4+242+92=338 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 338); Green value is 242 (94.92% from 255 or 71.60% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 242 - color contains mainly: green. Hex color #04F25C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04F25C is #FB0DA3. Grayscale: #9A9A9A. Windows color (decimal): -16453028 or 6091268. OLE color: 6091268.
HSL color Cylindrical-coordinate representation of color #04F25C: hue angle of 142.18º 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 #04F25C is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 242 | 92 | - |
| CMYK | 0.98 | 0 | 0.62 | 0.05 |
| HSL | 142.18º | 0.97% | 0.48% | - |
| HSV(B) | 142.18º | 0.98% | 0.95% | - |
| XYZ | 33.73 | 64.3 | 20.76 | - |
| YUV | 153.74 | 93.15 | 21.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 242 | 92 | 0.98 | 0 | 0.62 | 0.05 | 142.18 | 0.97 | 0.48 |
| Hex | 4 | F2 | 5C | 62 | 0 | 3E | 5 | 8E | 61 | 30 |
| Octal | 4 | 362 | 134 | 142 | 0 | 76 | 5 | 216 | 141 | 60 |
| Binary | 100 | 11110010 | 1011100 | 1100010 | 0 | 111110 | 101 | 10001110 | 1100001 | 110000 |
Color Harmonies of #04F25C
Complementary color
Monochromatic Colors of #04F25C
Black with #04F25C
Text Example
Text Example
White with #04F25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F25C; }
p { color: rgb(4,242,92); }
H1.HeaderClassName
{
color: #04F25C;
}
.AnyTagClassName
{
color: #04F25C;
}
</style>
background-color css
<style>
a { background-color: #04F25C; }
a { background-color: rgb(4,242,92); }
div.DivClassName
{
background-color: #04F25C;
}
.BgClassName
{
background-color: #04F25C;
}
</style>
border-color css
<style>
span { border-color: #04F25C; }
span { border-color: rgb(4,242,92); }
td.TdClassName
{
border-color: #04F25C;
}
.TagClassName
{
border-color: #04F25C;
}
</style>