Shades of Malachite #04DD68
Tints of Malachite #04DD68
RGB
CMYK
RGB Variations
Color information
#04DD68 (or 0x04DD68) is known color: Malachite. HEX triplet: 04, DD and 68. RGB value is (4,221,104). Sum of RGB (Red+Green+Blue) = 4+221+104=329 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 329); Green value is 221 (86.72% from 255 or 67.17% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 221 - color contains mainly: green. Hex color #04DD68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04DD68 is #FB2297. Grayscale: #8F8F8F. Windows color (decimal): -16458392 or 6872324. OLE color: 6872324.
HSL color Cylindrical-coordinate representation of color #04DD68: hue angle of 147.65º 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 #04DD68 is Cyan = 0.98, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 221 | 104 | - |
| CMYK | 0.98 | 0 | 0.53 | 0.13 |
| HSL | 147.65º | 0.96% | 0.44% | - |
| HSV(B) | 147.65º | 0.98% | 0.87% | - |
| XYZ | 28.41 | 52.74 | 21.78 | - |
| YUV | 142.78 | 106.11 | 29.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 221 | 104 | 0.98 | 0 | 0.53 | 0.13 | 147.65 | 0.96 | 0.44 |
| Hex | 4 | DD | 68 | 62 | 0 | 35 | D | 94 | 60 | 2C |
| Octal | 4 | 335 | 150 | 142 | 0 | 65 | 15 | 224 | 140 | 54 |
| Binary | 100 | 11011101 | 1101000 | 1100010 | 0 | 110101 | 1101 | 10010100 | 1100000 | 101100 |
Color Harmonies of #04DD68
Complementary color
Monochromatic Colors of #04DD68
Black with #04DD68
Text Example
Text Example
White with #04DD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DD68; }
p { color: rgb(4,221,104); }
H1.HeaderClassName
{
color: #04DD68;
}
.AnyTagClassName
{
color: #04DD68;
}
</style>
background-color css
<style>
a { background-color: #04DD68; }
a { background-color: rgb(4,221,104); }
div.DivClassName
{
background-color: #04DD68;
}
.BgClassName
{
background-color: #04DD68;
}
</style>
border-color css
<style>
span { border-color: #04DD68; }
span { border-color: rgb(4,221,104); }
td.TdClassName
{
border-color: #04DD68;
}
.TagClassName
{
border-color: #04DD68;
}
</style>