Shades of Malachite #04DD48
Tints of Malachite #04DD48
RGB
CMYK
RGB Variations
Color information
#04DD48 (or 0x04DD48) is known color: Malachite. HEX triplet: 04, DD and 48. RGB value is (4,221,72). Sum of RGB (Red+Green+Blue) = 4+221+72=297 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.35% from 297); Green value is 221 (86.72% from 255 or 74.41% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 221 - color contains mainly: green. Hex color #04DD48 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04DD48 is #FB22B7. Grayscale: #8B8B8B. Windows color (decimal): -16458424 or 4775172. OLE color: 4775172.
HSL color Cylindrical-coordinate representation of color #04DD48: hue angle of 138.8º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DD48 is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 221 | 72 | - |
| CMYK | 0.98 | 0 | 0.67 | 0.13 |
| HSL | 138.8º | 0.96% | 0.44% | - |
| HSV(B) | 138.8º | 0.98% | 0.87% | - |
| XYZ | 27.08 | 52.21 | 14.78 | - |
| YUV | 139.13 | 90.11 | 31.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 221 | 72 | 0.98 | 0 | 0.67 | 0.13 | 138.8 | 0.96 | 0.44 |
| Hex | 4 | DD | 48 | 62 | 0 | 43 | D | 8B | 60 | 2C |
| Octal | 4 | 335 | 110 | 142 | 0 | 103 | 15 | 213 | 140 | 54 |
| Binary | 100 | 11011101 | 1001000 | 1100010 | 0 | 1000011 | 1101 | 10001011 | 1100000 | 101100 |
Color Harmonies of #04DD48
Complementary color
Monochromatic Colors of #04DD48
Black with #04DD48
Text Example
Text Example
White with #04DD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DD48; }
p { color: rgb(4,221,72); }
H1.HeaderClassName
{
color: #04DD48;
}
.AnyTagClassName
{
color: #04DD48;
}
</style>
background-color css
<style>
a { background-color: #04DD48; }
a { background-color: rgb(4,221,72); }
div.DivClassName
{
background-color: #04DD48;
}
.BgClassName
{
background-color: #04DD48;
}
</style>
border-color css
<style>
span { border-color: #04DD48; }
span { border-color: rgb(4,221,72); }
td.TdClassName
{
border-color: #04DD48;
}
.TagClassName
{
border-color: #04DD48;
}
</style>