Shades of Malachite #04FD3C
Tints of Malachite #04FD3C
RGB
CMYK
RGB Variations
Color information
#04FD3C (or 0x04FD3C) is known color: Malachite. HEX triplet: 04, FD and 3C. RGB value is (4,253,60). Sum of RGB (Red+Green+Blue) = 4+253+60=317 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 317); Green value is 253 (99.22% from 255 or 79.81% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 253 - color contains mainly: green. Hex color #04FD3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #04FD3C is #FB02C3. Grayscale: #9D9D9D. Windows color (decimal): -16450244 or 3996932. OLE color: 3996932.
HSL color Cylindrical-coordinate representation of color #04FD3C: hue angle of 133.49º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FD3C is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 253 | 60 | - |
| CMYK | 0.98 | 0 | 0.76 | 0.01 |
| HSL | 133.49º | 0.98% | 0.5% | - |
| HSV(B) | 133.49º | 0.98% | 0.99% | - |
| XYZ | 35.99 | 70.6 | 16.01 | - |
| YUV | 156.55 | 73.51 | 19.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 253 | 60 | 0.98 | 0 | 0.76 | 0.01 | 133.49 | 0.98 | 0.5 |
| Hex | 4 | FD | 3C | 62 | 0 | 4C | 1 | 85 | 62 | 32 |
| Octal | 4 | 375 | 74 | 142 | 0 | 114 | 1 | 205 | 142 | 62 |
| Binary | 100 | 11111101 | 111100 | 1100010 | 0 | 1001100 | 1 | 10000101 | 1100010 | 110010 |
Color Harmonies of #04FD3C
Complementary color
Monochromatic Colors of #04FD3C
Black with #04FD3C
Text Example
Text Example
White with #04FD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FD3C; }
p { color: rgb(4,253,60); }
H1.HeaderClassName
{
color: #04FD3C;
}
.AnyTagClassName
{
color: #04FD3C;
}
</style>
background-color css
<style>
a { background-color: #04FD3C; }
a { background-color: rgb(4,253,60); }
div.DivClassName
{
background-color: #04FD3C;
}
.BgClassName
{
background-color: #04FD3C;
}
</style>
border-color css
<style>
span { border-color: #04FD3C; }
span { border-color: rgb(4,253,60); }
td.TdClassName
{
border-color: #04FD3C;
}
.TagClassName
{
border-color: #04FD3C;
}
</style>