Shades of Malachite #04CF71
Tints of Malachite #04CF71
RGB
CMYK
RGB Variations
Color information
#04CF71 (or 0x04CF71) is known color: Malachite. HEX triplet: 04, CF and 71. RGB value is (4,207,113). Sum of RGB (Red+Green+Blue) = 4+207+113=324 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 324); Green value is 207 (81.25% from 255 or 63.89% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 207 - color contains mainly: green. Hex color #04CF71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04CF71 is #FB308E. Grayscale: #878787. Windows color (decimal): -16461967 or 7458564. OLE color: 7458564.
HSL color Cylindrical-coordinate representation of color #04CF71: hue angle of 152.22º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CF71 is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 207 | 113 | - |
| CMYK | 0.98 | 0 | 0.45 | 0.19 |
| HSL | 152.22º | 0.96% | 0.41% | - |
| HSV(B) | 152.22º | 0.98% | 0.81% | - |
| XYZ | 25.34 | 45.84 | 23.14 | - |
| YUV | 135.59 | 115.25 | 34.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 207 | 113 | 0.98 | 0 | 0.45 | 0.19 | 152.22 | 0.96 | 0.41 |
| Hex | 4 | CF | 71 | 62 | 0 | 2D | 13 | 98 | 60 | 29 |
| Octal | 4 | 317 | 161 | 142 | 0 | 55 | 23 | 230 | 140 | 51 |
| Binary | 100 | 11001111 | 1110001 | 1100010 | 0 | 101101 | 10011 | 10011000 | 1100000 | 101001 |
Color Harmonies of #04CF71
Complementary color
Monochromatic Colors of #04CF71
Black with #04CF71
Text Example
Text Example
White with #04CF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CF71; }
p { color: rgb(4,207,113); }
H1.HeaderClassName
{
color: #04CF71;
}
.AnyTagClassName
{
color: #04CF71;
}
</style>
background-color css
<style>
a { background-color: #04CF71; }
a { background-color: rgb(4,207,113); }
div.DivClassName
{
background-color: #04CF71;
}
.BgClassName
{
background-color: #04CF71;
}
</style>
border-color css
<style>
span { border-color: #04CF71; }
span { border-color: rgb(4,207,113); }
td.TdClassName
{
border-color: #04CF71;
}
.TagClassName
{
border-color: #04CF71;
}
</style>