Shades of Malachite #04F53A
Tints of Malachite #04F53A
RGB
CMYK
RGB Variations
Color information
#04F53A (or 0x04F53A) is known color: Malachite. HEX triplet: 04, F5 and 3A. RGB value is (4,245,58). Sum of RGB (Red+Green+Blue) = 4+245+58=307 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 307); Green value is 245 (96.09% from 255 or 79.80% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 245 - color contains mainly: green. Hex color #04F53A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #04F53A is #FB0AC5. Grayscale: #989898. Windows color (decimal): -16452294 or 3863812. OLE color: 3863812.
HSL color Cylindrical-coordinate representation of color #04F53A: hue angle of 133.44º 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 #04F53A is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 4 | 245 | 58 | - |
| CMYK | 0.98 | 0 | 0.76 | 0.04 |
| HSL | 133.44º | 0.97% | 0.49% | - |
| HSV(B) | 133.44º | 0.98% | 0.96% | - |
| XYZ | 33.47 | 65.64 | 14.91 | - |
| YUV | 151.62 | 75.16 | 22.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 245 | 58 | 0.98 | 0 | 0.76 | 0.04 | 133.44 | 0.97 | 0.49 |
| Hex | 4 | F5 | 3A | 62 | 0 | 4C | 4 | 85 | 61 | 31 |
| Octal | 4 | 365 | 72 | 142 | 0 | 114 | 4 | 205 | 141 | 61 |
| Binary | 100 | 11110101 | 111010 | 1100010 | 0 | 1001100 | 100 | 10000101 | 1100001 | 110001 |
Color Harmonies of #04F53A
Complementary color
Monochromatic Colors of #04F53A
Black with #04F53A
Text Example
Text Example
White with #04F53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F53A; }
p { color: rgb(4,245,58); }
H1.HeaderClassName
{
color: #04F53A;
}
.AnyTagClassName
{
color: #04F53A;
}
</style>
background-color css
<style>
a { background-color: #04F53A; }
a { background-color: rgb(4,245,58); }
div.DivClassName
{
background-color: #04F53A;
}
.BgClassName
{
background-color: #04F53A;
}
</style>
border-color css
<style>
span { border-color: #04F53A; }
span { border-color: rgb(4,245,58); }
td.TdClassName
{
border-color: #04F53A;
}
.TagClassName
{
border-color: #04F53A;
}
</style>