Shades of Malachite #04D85B
Tints of Malachite #04D85B
RGB
CMYK
RGB Variations
Color information
#04D85B (or 0x04D85B) is known color: Malachite. HEX triplet: 04, D8 and 5B. RGB value is (4,216,91). Sum of RGB (Red+Green+Blue) = 4+216+91=311 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 311); Green value is 216 (84.77% from 255 or 69.45% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 216 - color contains mainly: green. Hex color #04D85B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04D85B is #FB27A4. Grayscale: #8A8A8A. Windows color (decimal): -16459685 or 6019076. OLE color: 6019076.
HSL color Cylindrical-coordinate representation of color #04D85B: hue angle of 144.62º 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 #04D85B is Cyan = 0.98, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 216 | 91 | - |
| CMYK | 0.98 | 0 | 0.58 | 0.15 |
| HSL | 144.62º | 0.96% | 0.43% | - |
| HSV(B) | 144.62º | 0.98% | 0.85% | - |
| XYZ | 26.49 | 49.89 | 18.13 | - |
| YUV | 138.36 | 101.26 | 32.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 216 | 91 | 0.98 | 0 | 0.58 | 0.15 | 144.62 | 0.96 | 0.43 |
| Hex | 4 | D8 | 5B | 62 | 0 | 3A | F | 91 | 60 | 2B |
| Octal | 4 | 330 | 133 | 142 | 0 | 72 | 17 | 221 | 140 | 53 |
| Binary | 100 | 11011000 | 1011011 | 1100010 | 0 | 111010 | 1111 | 10010001 | 1100000 | 101011 |
Color Harmonies of #04D85B
Complementary color
Monochromatic Colors of #04D85B
Black with #04D85B
Text Example
Text Example
White with #04D85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D85B; }
p { color: rgb(4,216,91); }
H1.HeaderClassName
{
color: #04D85B;
}
.AnyTagClassName
{
color: #04D85B;
}
</style>
background-color css
<style>
a { background-color: #04D85B; }
a { background-color: rgb(4,216,91); }
div.DivClassName
{
background-color: #04D85B;
}
.BgClassName
{
background-color: #04D85B;
}
</style>
border-color css
<style>
span { border-color: #04D85B; }
span { border-color: rgb(4,216,91); }
td.TdClassName
{
border-color: #04D85B;
}
.TagClassName
{
border-color: #04D85B;
}
</style>