Shades of Malachite #04DD5E
Tints of Malachite #04DD5E
RGB
CMYK
RGB Variations
Color information
#04DD5E (or 0x04DD5E) is known color: Malachite. HEX triplet: 04, DD and 5E. RGB value is (4,221,94). Sum of RGB (Red+Green+Blue) = 4+221+94=319 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 319); Green value is 221 (86.72% from 255 or 69.28% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 221 - color contains mainly: green. Hex color #04DD5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04DD5E is #FB22A1. Grayscale: #8D8D8D. Windows color (decimal): -16458402 or 6216964. OLE color: 6216964.
HSL color Cylindrical-coordinate representation of color #04DD5E: hue angle of 144.88º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DD5E is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 221 | 94 | - |
| CMYK | 0.98 | 0 | 0.57 | 0.13 |
| HSL | 144.88º | 0.96% | 0.44% | - |
| HSV(B) | 144.88º | 0.98% | 0.87% | - |
| XYZ | 27.93 | 52.55 | 19.26 | - |
| YUV | 141.64 | 101.11 | 29.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 221 | 94 | 0.98 | 0 | 0.57 | 0.13 | 144.88 | 0.96 | 0.44 |
| Hex | 4 | DD | 5E | 62 | 0 | 39 | D | 91 | 60 | 2C |
| Octal | 4 | 335 | 136 | 142 | 0 | 71 | 15 | 221 | 140 | 54 |
| Binary | 100 | 11011101 | 1011110 | 1100010 | 0 | 111001 | 1101 | 10010001 | 1100000 | 101100 |
Color Harmonies of #04DD5E
Complementary color
Monochromatic Colors of #04DD5E
Black with #04DD5E
Text Example
Text Example
White with #04DD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DD5E; }
p { color: rgb(4,221,94); }
H1.HeaderClassName
{
color: #04DD5E;
}
.AnyTagClassName
{
color: #04DD5E;
}
</style>
background-color css
<style>
a { background-color: #04DD5E; }
a { background-color: rgb(4,221,94); }
div.DivClassName
{
background-color: #04DD5E;
}
.BgClassName
{
background-color: #04DD5E;
}
</style>
border-color css
<style>
span { border-color: #04DD5E; }
span { border-color: rgb(4,221,94); }
td.TdClassName
{
border-color: #04DD5E;
}
.TagClassName
{
border-color: #04DD5E;
}
</style>