Shades of Malachite #04D068
Tints of Malachite #04D068
RGB
CMYK
RGB Variations
Color information
#04D068 (or 0x04D068) is known color: Malachite. HEX triplet: 04, D0 and 68. RGB value is (4,208,104). Sum of RGB (Red+Green+Blue) = 4+208+104=316 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 316); Green value is 208 (81.64% from 255 or 65.82% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 208 - color contains mainly: green. Hex color #04D068 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04D068 is #FB2F97. Grayscale: #878787. Windows color (decimal): -16461720 or 6868996. OLE color: 6868996.
HSL color Cylindrical-coordinate representation of color #04D068: hue angle of 149.41º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D068 is Cyan = 0.98, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 208 | 104 | - |
| CMYK | 0.98 | 0 | 0.5 | 0.18 |
| HSL | 149.41º | 0.96% | 0.42% | - |
| HSV(B) | 149.41º | 0.98% | 0.82% | - |
| XYZ | 25.1 | 46.14 | 20.68 | - |
| YUV | 135.15 | 110.41 | 34.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 208 | 104 | 0.98 | 0 | 0.5 | 0.18 | 149.41 | 0.96 | 0.42 |
| Hex | 4 | D0 | 68 | 62 | 0 | 32 | 12 | 95 | 60 | 2A |
| Octal | 4 | 320 | 150 | 142 | 0 | 62 | 22 | 225 | 140 | 52 |
| Binary | 100 | 11010000 | 1101000 | 1100010 | 0 | 110010 | 10010 | 10010101 | 1100000 | 101010 |
Color Harmonies of #04D068
Complementary color
Monochromatic Colors of #04D068
Black with #04D068
Text Example
Text Example
White with #04D068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D068; }
p { color: rgb(4,208,104); }
H1.HeaderClassName
{
color: #04D068;
}
.AnyTagClassName
{
color: #04D068;
}
</style>
background-color css
<style>
a { background-color: #04D068; }
a { background-color: rgb(4,208,104); }
div.DivClassName
{
background-color: #04D068;
}
.BgClassName
{
background-color: #04D068;
}
</style>
border-color css
<style>
span { border-color: #04D068; }
span { border-color: rgb(4,208,104); }
td.TdClassName
{
border-color: #04D068;
}
.TagClassName
{
border-color: #04D068;
}
</style>