Shades of Malachite #04F94C
Tints of Malachite #04F94C
RGB
CMYK
RGB Variations
Color information
#04F94C (or 0x04F94C) is known color: Malachite. HEX triplet: 04, F9 and 4C. RGB value is (4,249,76). Sum of RGB (Red+Green+Blue) = 4+249+76=329 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 329); Green value is 249 (97.66% from 255 or 75.68% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 249 - color contains mainly: green. Hex color #04F94C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #04F94C is #FB06B3. Grayscale: #9C9C9C. Windows color (decimal): -16451252 or 5044484. OLE color: 5044484.
HSL color Cylindrical-coordinate representation of color #04F94C: hue angle of 137.63º 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 #04F94C is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 249 | 76 | - |
| CMYK | 0.98 | 0 | 0.69 | 0.02 |
| HSL | 137.63º | 0.97% | 0.5% | - |
| HSV(B) | 137.63º | 0.98% | 0.98% | - |
| XYZ | 35.23 | 68.3 | 18.16 | - |
| YUV | 156.02 | 82.83 | 19.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 249 | 76 | 0.98 | 0 | 0.69 | 0.02 | 137.63 | 0.97 | 0.5 |
| Hex | 4 | F9 | 4C | 62 | 0 | 45 | 2 | 8A | 61 | 32 |
| Octal | 4 | 371 | 114 | 142 | 0 | 105 | 2 | 212 | 141 | 62 |
| Binary | 100 | 11111001 | 1001100 | 1100010 | 0 | 1000101 | 10 | 10001010 | 1100001 | 110010 |
Color Harmonies of #04F94C
Complementary color
Monochromatic Colors of #04F94C
Black with #04F94C
Text Example
Text Example
White with #04F94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F94C; }
p { color: rgb(4,249,76); }
H1.HeaderClassName
{
color: #04F94C;
}
.AnyTagClassName
{
color: #04F94C;
}
</style>
background-color css
<style>
a { background-color: #04F94C; }
a { background-color: rgb(4,249,76); }
div.DivClassName
{
background-color: #04F94C;
}
.BgClassName
{
background-color: #04F94C;
}
</style>
border-color css
<style>
span { border-color: #04F94C; }
span { border-color: rgb(4,249,76); }
td.TdClassName
{
border-color: #04F94C;
}
.TagClassName
{
border-color: #04F94C;
}
</style>