Shades of Malachite #04FE52
Tints of Malachite #04FE52
RGB
CMYK
RGB Variations
Color information
#04FE52 (or 0x04FE52) is known color: Malachite. HEX triplet: 04, FE and 52. RGB value is (4,254,82). Sum of RGB (Red+Green+Blue) = 4+254+82=340 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 340); Green value is 254 (99.61% from 255 or 74.71% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 254 - color contains mainly: green. Hex color #04FE52 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04FE52 is #FB01AD. Grayscale: #A0A0A0. Windows color (decimal): -16449966 or 5438980. OLE color: 5438980.
HSL color Cylindrical-coordinate representation of color #04FE52: hue angle of 138.72º 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 #04FE52 is Cyan = 0.98, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 254 | 82 | - |
| CMYK | 0.98 | 0 | 0.68 | 0.00 |
| HSL | 138.72º | 0.99% | 0.51% | - |
| HSV(B) | 138.72º | 0.98% | 1% | - |
| XYZ | 37.01 | 71.52 | 19.84 | - |
| YUV | 159.64 | 84.18 | 16.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 254 | 82 | 0.98 | 0 | 0.68 | 0.00 | 138.72 | 0.99 | 0.51 |
| Hex | 4 | FE | 52 | 62 | 0 | 44 | 0 | 8B | 63 | 33 |
| Octal | 4 | 376 | 122 | 142 | 0 | 104 | 0 | 213 | 143 | 63 |
| Binary | 100 | 11111110 | 1010010 | 1100010 | 0 | 1000100 | 0 | 10001011 | 1100011 | 110011 |
Color Harmonies of #04FE52
Complementary color
Monochromatic Colors of #04FE52
Black with #04FE52
Text Example
Text Example
White with #04FE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FE52; }
p { color: rgb(4,254,82); }
H1.HeaderClassName
{
color: #04FE52;
}
.AnyTagClassName
{
color: #04FE52;
}
</style>
background-color css
<style>
a { background-color: #04FE52; }
a { background-color: rgb(4,254,82); }
div.DivClassName
{
background-color: #04FE52;
}
.BgClassName
{
background-color: #04FE52;
}
</style>
border-color css
<style>
span { border-color: #04FE52; }
span { border-color: rgb(4,254,82); }
td.TdClassName
{
border-color: #04FE52;
}
.TagClassName
{
border-color: #04FE52;
}
</style>