Shades of Malachite #04F154
Tints of Malachite #04F154
RGB
CMYK
RGB Variations
Color information
#04F154 (or 0x04F154) is known color: Malachite. HEX triplet: 04, F1 and 54. RGB value is (4,241,84). Sum of RGB (Red+Green+Blue) = 4+241+84=329 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 329); Green value is 241 (94.53% from 255 or 73.25% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 241 - color contains mainly: green. Hex color #04F154 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04F154 is #FB0EAB. Grayscale: #989898. Windows color (decimal): -16453292 or 5566724. OLE color: 5566724.
HSL color Cylindrical-coordinate representation of color #04F154: hue angle of 140.25º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F154 is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 241 | 84 | - |
| CMYK | 0.98 | 0 | 0.65 | 0.05 |
| HSL | 140.25º | 0.97% | 0.48% | - |
| HSV(B) | 140.25º | 0.98% | 0.95% | - |
| XYZ | 33.11 | 63.58 | 18.91 | - |
| YUV | 152.24 | 89.48 | 22.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 241 | 84 | 0.98 | 0 | 0.65 | 0.05 | 140.25 | 0.97 | 0.48 |
| Hex | 4 | F1 | 54 | 62 | 0 | 41 | 5 | 8C | 61 | 30 |
| Octal | 4 | 361 | 124 | 142 | 0 | 101 | 5 | 214 | 141 | 60 |
| Binary | 100 | 11110001 | 1010100 | 1100010 | 0 | 1000001 | 101 | 10001100 | 1100001 | 110000 |
Color Harmonies of #04F154
Complementary color
Monochromatic Colors of #04F154
Black with #04F154
Text Example
Text Example
White with #04F154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F154; }
p { color: rgb(4,241,84); }
H1.HeaderClassName
{
color: #04F154;
}
.AnyTagClassName
{
color: #04F154;
}
</style>
background-color css
<style>
a { background-color: #04F154; }
a { background-color: rgb(4,241,84); }
div.DivClassName
{
background-color: #04F154;
}
.BgClassName
{
background-color: #04F154;
}
</style>
border-color css
<style>
span { border-color: #04F154; }
span { border-color: rgb(4,241,84); }
td.TdClassName
{
border-color: #04F154;
}
.TagClassName
{
border-color: #04F154;
}
</style>