Shades of Malachite #04DB5E
Tints of Malachite #04DB5E
RGB
CMYK
RGB Variations
Color information
#04DB5E (or 0x04DB5E) is known color: Malachite. HEX triplet: 04, DB and 5E. RGB value is (4,219,94). Sum of RGB (Red+Green+Blue) = 4+219+94=317 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 317); Green value is 219 (85.94% from 255 or 69.09% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 219 - color contains mainly: green. Hex color #04DB5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04DB5E is #FB24A1. Grayscale: #8C8C8C. Windows color (decimal): -16458914 or 6216452. OLE color: 6216452.
HSL color Cylindrical-coordinate representation of color #04DB5E: hue angle of 145.12º 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 #04DB5E is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 219 | 94 | - |
| CMYK | 0.98 | 0 | 0.57 | 0.14 |
| HSL | 145.12º | 0.96% | 0.44% | - |
| HSV(B) | 145.12º | 0.98% | 0.86% | - |
| XYZ | 27.4 | 51.5 | 19.09 | - |
| YUV | 140.47 | 101.77 | 30.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 219 | 94 | 0.98 | 0 | 0.57 | 0.14 | 145.12 | 0.96 | 0.44 |
| Hex | 4 | DB | 5E | 62 | 0 | 39 | E | 91 | 60 | 2C |
| Octal | 4 | 333 | 136 | 142 | 0 | 71 | 16 | 221 | 140 | 54 |
| Binary | 100 | 11011011 | 1011110 | 1100010 | 0 | 111001 | 1110 | 10010001 | 1100000 | 101100 |
Color Harmonies of #04DB5E
Complementary color
Monochromatic Colors of #04DB5E
Black with #04DB5E
Text Example
Text Example
White with #04DB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DB5E; }
p { color: rgb(4,219,94); }
H1.HeaderClassName
{
color: #04DB5E;
}
.AnyTagClassName
{
color: #04DB5E;
}
</style>
background-color css
<style>
a { background-color: #04DB5E; }
a { background-color: rgb(4,219,94); }
div.DivClassName
{
background-color: #04DB5E;
}
.BgClassName
{
background-color: #04DB5E;
}
</style>
border-color css
<style>
span { border-color: #04DB5E; }
span { border-color: rgb(4,219,94); }
td.TdClassName
{
border-color: #04DB5E;
}
.TagClassName
{
border-color: #04DB5E;
}
</style>