Shades of Malachite #04D968
Tints of Malachite #04D968
RGB
CMYK
RGB Variations
Color information
#04D968 (or 0x04D968) is known color: Malachite. HEX triplet: 04, D9 and 68. RGB value is (4,217,104). Sum of RGB (Red+Green+Blue) = 4+217+104=325 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 325); Green value is 217 (85.16% from 255 or 66.77% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 217 - color contains mainly: green. Hex color #04D968 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04D968 is #FB2697. Grayscale: #8C8C8C. Windows color (decimal): -16459416 or 6871300. OLE color: 6871300.
HSL color Cylindrical-coordinate representation of color #04D968: hue angle of 148.17º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D968 is Cyan = 0.98, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 217 | 104 | - |
| CMYK | 0.98 | 0 | 0.52 | 0.15 |
| HSL | 148.17º | 0.96% | 0.43% | - |
| HSV(B) | 148.17º | 0.98% | 0.85% | - |
| XYZ | 27.36 | 50.65 | 21.43 | - |
| YUV | 140.43 | 107.43 | 30.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 217 | 104 | 0.98 | 0 | 0.52 | 0.15 | 148.17 | 0.96 | 0.43 |
| Hex | 4 | D9 | 68 | 62 | 0 | 34 | F | 94 | 60 | 2B |
| Octal | 4 | 331 | 150 | 142 | 0 | 64 | 17 | 224 | 140 | 53 |
| Binary | 100 | 11011001 | 1101000 | 1100010 | 0 | 110100 | 1111 | 10010100 | 1100000 | 101011 |
Color Harmonies of #04D968
Complementary color
Monochromatic Colors of #04D968
Black with #04D968
Text Example
Text Example
White with #04D968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D968; }
p { color: rgb(4,217,104); }
H1.HeaderClassName
{
color: #04D968;
}
.AnyTagClassName
{
color: #04D968;
}
</style>
background-color css
<style>
a { background-color: #04D968; }
a { background-color: rgb(4,217,104); }
div.DivClassName
{
background-color: #04D968;
}
.BgClassName
{
background-color: #04D968;
}
</style>
border-color css
<style>
span { border-color: #04D968; }
span { border-color: rgb(4,217,104); }
td.TdClassName
{
border-color: #04D968;
}
.TagClassName
{
border-color: #04D968;
}
</style>