Shades of Malachite #04DD56
Tints of Malachite #04DD56
RGB
CMYK
RGB Variations
Color information
#04DD56 (or 0x04DD56) is known color: Malachite. HEX triplet: 04, DD and 56. RGB value is (4,221,86). Sum of RGB (Red+Green+Blue) = 4+221+86=311 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 311); Green value is 221 (86.72% from 255 or 71.06% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 221 - color contains mainly: green. Hex color #04DD56 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04DD56 is #FB22A9. Grayscale: #8D8D8D. Windows color (decimal): -16458410 or 5692676. OLE color: 5692676.
HSL color Cylindrical-coordinate representation of color #04DD56: hue angle of 142.67º 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 #04DD56 is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 221 | 86 | - |
| CMYK | 0.98 | 0 | 0.61 | 0.13 |
| HSL | 142.67º | 0.96% | 0.44% | - |
| HSV(B) | 142.67º | 0.98% | 0.87% | - |
| XYZ | 27.59 | 52.41 | 17.47 | - |
| YUV | 140.73 | 97.11 | 30.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 221 | 86 | 0.98 | 0 | 0.61 | 0.13 | 142.67 | 0.96 | 0.44 |
| Hex | 4 | DD | 56 | 62 | 0 | 3D | D | 8F | 60 | 2C |
| Octal | 4 | 335 | 126 | 142 | 0 | 75 | 15 | 217 | 140 | 54 |
| Binary | 100 | 11011101 | 1010110 | 1100010 | 0 | 111101 | 1101 | 10001111 | 1100000 | 101100 |
Color Harmonies of #04DD56
Complementary color
Monochromatic Colors of #04DD56
Black with #04DD56
Text Example
Text Example
White with #04DD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DD56; }
p { color: rgb(4,221,86); }
H1.HeaderClassName
{
color: #04DD56;
}
.AnyTagClassName
{
color: #04DD56;
}
</style>
background-color css
<style>
a { background-color: #04DD56; }
a { background-color: rgb(4,221,86); }
div.DivClassName
{
background-color: #04DD56;
}
.BgClassName
{
background-color: #04DD56;
}
</style>
border-color css
<style>
span { border-color: #04DD56; }
span { border-color: rgb(4,221,86); }
td.TdClassName
{
border-color: #04DD56;
}
.TagClassName
{
border-color: #04DD56;
}
</style>