Shades of Malachite #04CF6F
Tints of Malachite #04CF6F
RGB
CMYK
RGB Variations
Color information
#04CF6F (or 0x04CF6F) is known color: Malachite. HEX triplet: 04, CF and 6F. RGB value is (4,207,111). Sum of RGB (Red+Green+Blue) = 4+207+111=322 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 322); Green value is 207 (81.25% from 255 or 64.29% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 207 - color contains mainly: green. Hex color #04CF6F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04CF6F is #FB3090. Grayscale: #878787. Windows color (decimal): -16461969 or 7327492. OLE color: 7327492.
HSL color Cylindrical-coordinate representation of color #04CF6F: hue angle of 151.63º 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 #04CF6F is Cyan = 0.98, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 207 | 111 | - |
| CMYK | 0.98 | 0 | 0.46 | 0.19 |
| HSL | 151.63º | 0.96% | 0.41% | - |
| HSV(B) | 151.63º | 0.98% | 0.81% | - |
| XYZ | 25.23 | 45.8 | 22.55 | - |
| YUV | 135.36 | 114.25 | 34.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 207 | 111 | 0.98 | 0 | 0.46 | 0.19 | 151.63 | 0.96 | 0.41 |
| Hex | 4 | CF | 6F | 62 | 0 | 2E | 13 | 98 | 60 | 29 |
| Octal | 4 | 317 | 157 | 142 | 0 | 56 | 23 | 230 | 140 | 51 |
| Binary | 100 | 11001111 | 1101111 | 1100010 | 0 | 101110 | 10011 | 10011000 | 1100000 | 101001 |
Color Harmonies of #04CF6F
Complementary color
Monochromatic Colors of #04CF6F
Black with #04CF6F
Text Example
Text Example
White with #04CF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CF6F; }
p { color: rgb(4,207,111); }
H1.HeaderClassName
{
color: #04CF6F;
}
.AnyTagClassName
{
color: #04CF6F;
}
</style>
background-color css
<style>
a { background-color: #04CF6F; }
a { background-color: rgb(4,207,111); }
div.DivClassName
{
background-color: #04CF6F;
}
.BgClassName
{
background-color: #04CF6F;
}
</style>
border-color css
<style>
span { border-color: #04CF6F; }
span { border-color: rgb(4,207,111); }
td.TdClassName
{
border-color: #04CF6F;
}
.TagClassName
{
border-color: #04CF6F;
}
</style>