Shades of Malachite #04CF5E
Tints of Malachite #04CF5E
RGB
CMYK
RGB Variations
Color information
#04CF5E (or 0x04CF5E) is known color: Malachite. HEX triplet: 04, CF and 5E. RGB value is (4,207,94). Sum of RGB (Red+Green+Blue) = 4+207+94=305 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 305); Green value is 207 (81.25% from 255 or 67.87% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 207 - color contains mainly: green. Hex color #04CF5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04CF5E is #FB30A1. Grayscale: #858585. Windows color (decimal): -16461986 or 6213380. OLE color: 6213380.
HSL color Cylindrical-coordinate representation of color #04CF5E: hue angle of 146.6º 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 #04CF5E is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 207 | 94 | - |
| CMYK | 0.98 | 0 | 0.55 | 0.19 |
| HSL | 146.6º | 0.96% | 0.41% | - |
| HSV(B) | 146.6º | 0.98% | 0.81% | - |
| XYZ | 24.38 | 45.46 | 18.08 | - |
| YUV | 133.42 | 105.75 | 35.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 207 | 94 | 0.98 | 0 | 0.55 | 0.19 | 146.6 | 0.96 | 0.41 |
| Hex | 4 | CF | 5E | 62 | 0 | 37 | 13 | 93 | 60 | 29 |
| Octal | 4 | 317 | 136 | 142 | 0 | 67 | 23 | 223 | 140 | 51 |
| Binary | 100 | 11001111 | 1011110 | 1100010 | 0 | 110111 | 10011 | 10010011 | 1100000 | 101001 |
Color Harmonies of #04CF5E
Complementary color
Monochromatic Colors of #04CF5E
Black with #04CF5E
Text Example
Text Example
White with #04CF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CF5E; }
p { color: rgb(4,207,94); }
H1.HeaderClassName
{
color: #04CF5E;
}
.AnyTagClassName
{
color: #04CF5E;
}
</style>
background-color css
<style>
a { background-color: #04CF5E; }
a { background-color: rgb(4,207,94); }
div.DivClassName
{
background-color: #04CF5E;
}
.BgClassName
{
background-color: #04CF5E;
}
</style>
border-color css
<style>
span { border-color: #04CF5E; }
span { border-color: rgb(4,207,94); }
td.TdClassName
{
border-color: #04CF5E;
}
.TagClassName
{
border-color: #04CF5E;
}
</style>