Shades of Malachite #04DC5B
Tints of Malachite #04DC5B
RGB
CMYK
RGB Variations
Color information
#04DC5B (or 0x04DC5B) is known color: Malachite. HEX triplet: 04, DC and 5B. RGB value is (4,220,91). Sum of RGB (Red+Green+Blue) = 4+220+91=315 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 315); Green value is 220 (86.33% from 255 or 69.84% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 220 - color contains mainly: green. Hex color #04DC5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04DC5B is #FB23A4. Grayscale: #8D8D8D. Windows color (decimal): -16458661 or 6020100. OLE color: 6020100.
HSL color Cylindrical-coordinate representation of color #04DC5B: hue angle of 144.17º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DC5B is Cyan = 0.98, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 220 | 91 | - |
| CMYK | 0.98 | 0 | 0.59 | 0.14 |
| HSL | 144.17º | 0.96% | 0.44% | - |
| HSV(B) | 144.17º | 0.98% | 0.86% | - |
| XYZ | 27.53 | 51.97 | 18.48 | - |
| YUV | 140.71 | 99.94 | 30.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 220 | 91 | 0.98 | 0 | 0.59 | 0.14 | 144.17 | 0.96 | 0.44 |
| Hex | 4 | DC | 5B | 62 | 0 | 3B | E | 90 | 60 | 2C |
| Octal | 4 | 334 | 133 | 142 | 0 | 73 | 16 | 220 | 140 | 54 |
| Binary | 100 | 11011100 | 1011011 | 1100010 | 0 | 111011 | 1110 | 10010000 | 1100000 | 101100 |
Color Harmonies of #04DC5B
Complementary color
Monochromatic Colors of #04DC5B
Black with #04DC5B
Text Example
Text Example
White with #04DC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DC5B; }
p { color: rgb(4,220,91); }
H1.HeaderClassName
{
color: #04DC5B;
}
.AnyTagClassName
{
color: #04DC5B;
}
</style>
background-color css
<style>
a { background-color: #04DC5B; }
a { background-color: rgb(4,220,91); }
div.DivClassName
{
background-color: #04DC5B;
}
.BgClassName
{
background-color: #04DC5B;
}
</style>
border-color css
<style>
span { border-color: #04DC5B; }
span { border-color: rgb(4,220,91); }
td.TdClassName
{
border-color: #04DC5B;
}
.TagClassName
{
border-color: #04DC5B;
}
</style>