Shades of Malachite #04FE5B
Tints of Malachite #04FE5B
RGB
CMYK
RGB Variations
Color information
#04FE5B (or 0x04FE5B) is known color: Malachite. HEX triplet: 04, FE and 5B. RGB value is (4,254,91). Sum of RGB (Red+Green+Blue) = 4+254+91=349 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 349); Green value is 254 (99.61% from 255 or 72.78% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 254 - color contains mainly: green. Hex color #04FE5B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04FE5B is #FB01A4. Grayscale: #A1A1A1. Windows color (decimal): -16449957 or 6028804. OLE color: 6028804.
HSL color Cylindrical-coordinate representation of color #04FE5B: hue angle of 140.88º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FE5B is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 254 | 91 | - |
| CMYK | 0.98 | 0 | 0.64 | 0.00 |
| HSL | 140.88º | 0.99% | 0.51% | - |
| HSV(B) | 140.88º | 0.98% | 1% | - |
| XYZ | 37.38 | 71.66 | 21.76 | - |
| YUV | 160.67 | 88.68 | 16.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 254 | 91 | 0.98 | 0 | 0.64 | 0.00 | 140.88 | 0.99 | 0.51 |
| Hex | 4 | FE | 5B | 62 | 0 | 40 | 0 | 8D | 63 | 33 |
| Octal | 4 | 376 | 133 | 142 | 0 | 100 | 0 | 215 | 143 | 63 |
| Binary | 100 | 11111110 | 1011011 | 1100010 | 0 | 1000000 | 0 | 10001101 | 1100011 | 110011 |
Color Harmonies of #04FE5B
Complementary color
Monochromatic Colors of #04FE5B
Black with #04FE5B
Text Example
Text Example
White with #04FE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FE5B; }
p { color: rgb(4,254,91); }
H1.HeaderClassName
{
color: #04FE5B;
}
.AnyTagClassName
{
color: #04FE5B;
}
</style>
background-color css
<style>
a { background-color: #04FE5B; }
a { background-color: rgb(4,254,91); }
div.DivClassName
{
background-color: #04FE5B;
}
.BgClassName
{
background-color: #04FE5B;
}
</style>
border-color css
<style>
span { border-color: #04FE5B; }
span { border-color: rgb(4,254,91); }
td.TdClassName
{
border-color: #04FE5B;
}
.TagClassName
{
border-color: #04FE5B;
}
</style>