Shades of Malachite #04D575
Tints of Malachite #04D575
RGB
CMYK
RGB Variations
Color information
#04D575 (or 0x04D575) is known color: Malachite. HEX triplet: 04, D5 and 75. RGB value is (4,213,117). Sum of RGB (Red+Green+Blue) = 4+213+117=334 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 334); Green value is 213 (83.59% from 255 or 63.77% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 213 - color contains mainly: green. Hex color #04D575 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04D575 is #FB2A8A. Grayscale: #8B8B8B. Windows color (decimal): -16460427 or 7722244. OLE color: 7722244.
HSL color Cylindrical-coordinate representation of color #04D575: hue angle of 152.44º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D575 is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 4 | 213 | 117 | - |
| CMYK | 0.98 | 0 | 0.45 | 0.16 |
| HSL | 152.44º | 0.96% | 0.43% | - |
| HSV(B) | 152.44º | 0.98% | 0.84% | - |
| XYZ | 27.06 | 48.9 | 24.84 | - |
| YUV | 139.57 | 115.26 | 31.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 213 | 117 | 0.98 | 0 | 0.45 | 0.16 | 152.44 | 0.96 | 0.43 |
| Hex | 4 | D5 | 75 | 62 | 0 | 2D | 10 | 98 | 60 | 2B |
| Octal | 4 | 325 | 165 | 142 | 0 | 55 | 20 | 230 | 140 | 53 |
| Binary | 100 | 11010101 | 1110101 | 1100010 | 0 | 101101 | 10000 | 10011000 | 1100000 | 101011 |
Color Harmonies of #04D575
Complementary color
Monochromatic Colors of #04D575
Black with #04D575
Text Example
Text Example
White with #04D575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D575; }
p { color: rgb(4,213,117); }
H1.HeaderClassName
{
color: #04D575;
}
.AnyTagClassName
{
color: #04D575;
}
</style>
background-color css
<style>
a { background-color: #04D575; }
a { background-color: rgb(4,213,117); }
div.DivClassName
{
background-color: #04D575;
}
.BgClassName
{
background-color: #04D575;
}
</style>
border-color css
<style>
span { border-color: #04D575; }
span { border-color: rgb(4,213,117); }
td.TdClassName
{
border-color: #04D575;
}
.TagClassName
{
border-color: #04D575;
}
</style>