Shades of Malachite #04FB5A
Tints of Malachite #04FB5A
RGB
CMYK
RGB Variations
Color information
#04FB5A (or 0x04FB5A) is known color: Malachite. HEX triplet: 04, FB and 5A. RGB value is (4,251,90). Sum of RGB (Red+Green+Blue) = 4+251+90=345 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 345); Green value is 251 (98.44% from 255 or 72.75% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 251 - color contains mainly: green. Hex color #04FB5A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04FB5A is #FB04A5. Grayscale: #9F9F9F. Windows color (decimal): -16450726 or 5962500. OLE color: 5962500.
HSL color Cylindrical-coordinate representation of color #04FB5A: hue angle of 140.89º 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 #04FB5A is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 251 | 90 | - |
| CMYK | 0.98 | 0 | 0.64 | 0.02 |
| HSL | 140.89º | 0.97% | 0.5% | - |
| HSV(B) | 140.89º | 0.98% | 0.98% | - |
| XYZ | 36.39 | 69.76 | 21.22 | - |
| YUV | 158.79 | 89.17 | 17.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 251 | 90 | 0.98 | 0 | 0.64 | 0.02 | 140.89 | 0.97 | 0.5 |
| Hex | 4 | FB | 5A | 62 | 0 | 40 | 2 | 8D | 61 | 32 |
| Octal | 4 | 373 | 132 | 142 | 0 | 100 | 2 | 215 | 141 | 62 |
| Binary | 100 | 11111011 | 1011010 | 1100010 | 0 | 1000000 | 10 | 10001101 | 1100001 | 110010 |
Color Harmonies of #04FB5A
Complementary color
Monochromatic Colors of #04FB5A
Black with #04FB5A
Text Example
Text Example
White with #04FB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FB5A; }
p { color: rgb(4,251,90); }
H1.HeaderClassName
{
color: #04FB5A;
}
.AnyTagClassName
{
color: #04FB5A;
}
</style>
background-color css
<style>
a { background-color: #04FB5A; }
a { background-color: rgb(4,251,90); }
div.DivClassName
{
background-color: #04FB5A;
}
.BgClassName
{
background-color: #04FB5A;
}
</style>
border-color css
<style>
span { border-color: #04FB5A; }
span { border-color: rgb(4,251,90); }
td.TdClassName
{
border-color: #04FB5A;
}
.TagClassName
{
border-color: #04FB5A;
}
</style>