Shades of Malachite #04FA5C
Tints of Malachite #04FA5C
RGB
CMYK
RGB Variations
Color information
#04FA5C (or 0x04FA5C) is known color: Malachite. HEX triplet: 04, FA and 5C. RGB value is (4,250,92). Sum of RGB (Red+Green+Blue) = 4+250+92=346 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 346); Green value is 250 (98.05% from 255 or 72.25% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 250 - color contains mainly: green. Hex color #04FA5C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04FA5C is #FB05A3. Grayscale: #9E9E9E. Windows color (decimal): -16450980 or 6093316. OLE color: 6093316.
HSL color Cylindrical-coordinate representation of color #04FA5C: hue angle of 141.46º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FA5C is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 250 | 92 | - |
| CMYK | 0.98 | 0 | 0.63 | 0.02 |
| HSL | 141.46º | 0.97% | 0.5% | - |
| HSV(B) | 141.46º | 0.98% | 0.98% | - |
| XYZ | 36.17 | 69.17 | 21.57 | - |
| YUV | 158.43 | 90.5 | 17.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 250 | 92 | 0.98 | 0 | 0.63 | 0.02 | 141.46 | 0.97 | 0.5 |
| Hex | 4 | FA | 5C | 62 | 0 | 3F | 2 | 8D | 61 | 32 |
| Octal | 4 | 372 | 134 | 142 | 0 | 77 | 2 | 215 | 141 | 62 |
| Binary | 100 | 11111010 | 1011100 | 1100010 | 0 | 111111 | 10 | 10001101 | 1100001 | 110010 |
Color Harmonies of #04FA5C
Complementary color
Monochromatic Colors of #04FA5C
Black with #04FA5C
Text Example
Text Example
White with #04FA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FA5C; }
p { color: rgb(4,250,92); }
H1.HeaderClassName
{
color: #04FA5C;
}
.AnyTagClassName
{
color: #04FA5C;
}
</style>
background-color css
<style>
a { background-color: #04FA5C; }
a { background-color: rgb(4,250,92); }
div.DivClassName
{
background-color: #04FA5C;
}
.BgClassName
{
background-color: #04FA5C;
}
</style>
border-color css
<style>
span { border-color: #04FA5C; }
span { border-color: rgb(4,250,92); }
td.TdClassName
{
border-color: #04FA5C;
}
.TagClassName
{
border-color: #04FA5C;
}
</style>