Shades of Malachite #04FA50
Tints of Malachite #04FA50
RGB
CMYK
RGB Variations
Color information
#04FA50 (or 0x04FA50) is known color: Malachite. HEX triplet: 04, FA and 50. RGB value is (4,250,80). Sum of RGB (Red+Green+Blue) = 4+250+80=334 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 334); Green value is 250 (98.05% from 255 or 74.85% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 250 - color contains mainly: green. Hex color #04FA50 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04FA50 is #FB05AF. Grayscale: #9D9D9D. Windows color (decimal): -16450992 or 5306884. OLE color: 5306884.
HSL color Cylindrical-coordinate representation of color #04FA50: hue angle of 138.54º 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 #04FA50 is Cyan = 0.98, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 250 | 80 | - |
| CMYK | 0.98 | 0 | 0.68 | 0.02 |
| HSL | 138.54º | 0.97% | 0.5% | - |
| HSV(B) | 138.54º | 0.98% | 0.98% | - |
| XYZ | 35.68 | 68.98 | 19.02 | - |
| YUV | 157.07 | 84.5 | 18.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 250 | 80 | 0.98 | 0 | 0.68 | 0.02 | 138.54 | 0.97 | 0.5 |
| Hex | 4 | FA | 50 | 62 | 0 | 44 | 2 | 8B | 61 | 32 |
| Octal | 4 | 372 | 120 | 142 | 0 | 104 | 2 | 213 | 141 | 62 |
| Binary | 100 | 11111010 | 1010000 | 1100010 | 0 | 1000100 | 10 | 10001011 | 1100001 | 110010 |
Color Harmonies of #04FA50
Complementary color
Monochromatic Colors of #04FA50
Black with #04FA50
Text Example
Text Example
White with #04FA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FA50; }
p { color: rgb(4,250,80); }
H1.HeaderClassName
{
color: #04FA50;
}
.AnyTagClassName
{
color: #04FA50;
}
</style>
background-color css
<style>
a { background-color: #04FA50; }
a { background-color: rgb(4,250,80); }
div.DivClassName
{
background-color: #04FA50;
}
.BgClassName
{
background-color: #04FA50;
}
</style>
border-color css
<style>
span { border-color: #04FA50; }
span { border-color: rgb(4,250,80); }
td.TdClassName
{
border-color: #04FA50;
}
.TagClassName
{
border-color: #04FA50;
}
</style>