Shades of Malachite #04DD51
Tints of Malachite #04DD51
RGB
CMYK
RGB Variations
Color information
#04DD51 (or 0x04DD51) is known color: Malachite. HEX triplet: 04, DD and 51. RGB value is (4,221,81). Sum of RGB (Red+Green+Blue) = 4+221+81=306 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 306); Green value is 221 (86.72% from 255 or 72.22% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 221 - color contains mainly: green. Hex color #04DD51 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04DD51 is #FB22AE. Grayscale: #8C8C8C. Windows color (decimal): -16458415 or 5364996. OLE color: 5364996.
HSL color Cylindrical-coordinate representation of color #04DD51: hue angle of 141.29º 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 #04DD51 is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 221 | 81 | - |
| CMYK | 0.98 | 0 | 0.63 | 0.13 |
| HSL | 141.29º | 0.96% | 0.44% | - |
| HSV(B) | 141.29º | 0.98% | 0.87% | - |
| XYZ | 27.39 | 52.33 | 16.44 | - |
| YUV | 140.16 | 94.61 | 30.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 221 | 81 | 0.98 | 0 | 0.63 | 0.13 | 141.29 | 0.96 | 0.44 |
| Hex | 4 | DD | 51 | 62 | 0 | 3F | D | 8D | 60 | 2C |
| Octal | 4 | 335 | 121 | 142 | 0 | 77 | 15 | 215 | 140 | 54 |
| Binary | 100 | 11011101 | 1010001 | 1100010 | 0 | 111111 | 1101 | 10001101 | 1100000 | 101100 |
Color Harmonies of #04DD51
Complementary color
Monochromatic Colors of #04DD51
Black with #04DD51
Text Example
Text Example
White with #04DD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DD51; }
p { color: rgb(4,221,81); }
H1.HeaderClassName
{
color: #04DD51;
}
.AnyTagClassName
{
color: #04DD51;
}
</style>
background-color css
<style>
a { background-color: #04DD51; }
a { background-color: rgb(4,221,81); }
div.DivClassName
{
background-color: #04DD51;
}
.BgClassName
{
background-color: #04DD51;
}
</style>
border-color css
<style>
span { border-color: #04DD51; }
span { border-color: rgb(4,221,81); }
td.TdClassName
{
border-color: #04DD51;
}
.TagClassName
{
border-color: #04DD51;
}
</style>