Shades of Malachite #04F05C
Tints of Malachite #04F05C
RGB
CMYK
RGB Variations
Color information
#04F05C (or 0x04F05C) is known color: Malachite. HEX triplet: 04, F0 and 5C. RGB value is (4,240,92). Sum of RGB (Red+Green+Blue) = 4+240+92=336 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 336); Green value is 240 (94.14% from 255 or 71.43% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 240 - color contains mainly: green. Hex color #04F05C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04F05C is #FB0FA3. Grayscale: #989898. Windows color (decimal): -16453540 or 6090756. OLE color: 6090756.
HSL color Cylindrical-coordinate representation of color #04F05C: hue angle of 142.37º 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 #04F05C is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 240 | 92 | - |
| CMYK | 0.98 | 0 | 0.62 | 0.06 |
| HSL | 142.37º | 0.97% | 0.48% | - |
| HSV(B) | 142.37º | 0.98% | 0.94% | - |
| XYZ | 33.14 | 63.12 | 20.56 | - |
| YUV | 152.56 | 93.81 | 22.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 240 | 92 | 0.98 | 0 | 0.62 | 0.06 | 142.37 | 0.97 | 0.48 |
| Hex | 4 | F0 | 5C | 62 | 0 | 3E | 6 | 8E | 61 | 30 |
| Octal | 4 | 360 | 134 | 142 | 0 | 76 | 6 | 216 | 141 | 60 |
| Binary | 100 | 11110000 | 1011100 | 1100010 | 0 | 111110 | 110 | 10001110 | 1100001 | 110000 |
Color Harmonies of #04F05C
Complementary color
Monochromatic Colors of #04F05C
Black with #04F05C
Text Example
Text Example
White with #04F05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F05C; }
p { color: rgb(4,240,92); }
H1.HeaderClassName
{
color: #04F05C;
}
.AnyTagClassName
{
color: #04F05C;
}
</style>
background-color css
<style>
a { background-color: #04F05C; }
a { background-color: rgb(4,240,92); }
div.DivClassName
{
background-color: #04F05C;
}
.BgClassName
{
background-color: #04F05C;
}
</style>
border-color css
<style>
span { border-color: #04F05C; }
span { border-color: rgb(4,240,92); }
td.TdClassName
{
border-color: #04F05C;
}
.TagClassName
{
border-color: #04F05C;
}
</style>