Shades of Malachite #04F45A
Tints of Malachite #04F45A
RGB
CMYK
RGB Variations
Color information
#04F45A (or 0x04F45A) is known color: Malachite. HEX triplet: 04, F4 and 5A. RGB value is (4,244,90). Sum of RGB (Red+Green+Blue) = 4+244+90=338 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 338); Green value is 244 (95.70% from 255 or 72.19% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 244 - color contains mainly: green. Hex color #04F45A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04F45A is #FB0BA5. Grayscale: #9B9B9B. Windows color (decimal): -16452518 or 5960708. OLE color: 5960708.
HSL color Cylindrical-coordinate representation of color #04F45A: hue angle of 141.5º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F45A is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 4 | 244 | 90 | - |
| CMYK | 0.98 | 0 | 0.63 | 0.04 |
| HSL | 141.5º | 0.97% | 0.49% | - |
| HSV(B) | 141.5º | 0.98% | 0.96% | - |
| XYZ | 34.25 | 65.47 | 20.5 | - |
| YUV | 154.68 | 91.49 | 20.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 244 | 90 | 0.98 | 0 | 0.63 | 0.04 | 141.5 | 0.97 | 0.49 |
| Hex | 4 | F4 | 5A | 62 | 0 | 3F | 4 | 8E | 61 | 31 |
| Octal | 4 | 364 | 132 | 142 | 0 | 77 | 4 | 216 | 141 | 61 |
| Binary | 100 | 11110100 | 1011010 | 1100010 | 0 | 111111 | 100 | 10001110 | 1100001 | 110001 |
Color Harmonies of #04F45A
Complementary color
Monochromatic Colors of #04F45A
Black with #04F45A
Text Example
Text Example
White with #04F45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F45A; }
p { color: rgb(4,244,90); }
H1.HeaderClassName
{
color: #04F45A;
}
.AnyTagClassName
{
color: #04F45A;
}
</style>
background-color css
<style>
a { background-color: #04F45A; }
a { background-color: rgb(4,244,90); }
div.DivClassName
{
background-color: #04F45A;
}
.BgClassName
{
background-color: #04F45A;
}
</style>
border-color css
<style>
span { border-color: #04F45A; }
span { border-color: rgb(4,244,90); }
td.TdClassName
{
border-color: #04F45A;
}
.TagClassName
{
border-color: #04F45A;
}
</style>