Shades of Malachite #04CF5B
Tints of Malachite #04CF5B
RGB
CMYK
RGB Variations
Color information
#04CF5B (or 0x04CF5B) is known color: Malachite. HEX triplet: 04, CF and 5B. RGB value is (4,207,91). Sum of RGB (Red+Green+Blue) = 4+207+91=302 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 302); Green value is 207 (81.25% from 255 or 68.54% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 207 - color contains mainly: green. Hex color #04CF5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04CF5B is #FB30A4. Grayscale: #858585. Windows color (decimal): -16461989 or 6016772. OLE color: 6016772.
HSL color Cylindrical-coordinate representation of color #04CF5B: hue angle of 145.71º 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 #04CF5B is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 207 | 91 | - |
| CMYK | 0.98 | 0 | 0.56 | 0.19 |
| HSL | 145.71º | 0.96% | 0.41% | - |
| HSV(B) | 145.71º | 0.98% | 0.81% | - |
| XYZ | 24.25 | 45.41 | 17.38 | - |
| YUV | 133.08 | 104.25 | 35.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 207 | 91 | 0.98 | 0 | 0.56 | 0.19 | 145.71 | 0.96 | 0.41 |
| Hex | 4 | CF | 5B | 62 | 0 | 38 | 13 | 92 | 60 | 29 |
| Octal | 4 | 317 | 133 | 142 | 0 | 70 | 23 | 222 | 140 | 51 |
| Binary | 100 | 11001111 | 1011011 | 1100010 | 0 | 111000 | 10011 | 10010010 | 1100000 | 101001 |
Color Harmonies of #04CF5B
Complementary color
Monochromatic Colors of #04CF5B
Black with #04CF5B
Text Example
Text Example
White with #04CF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CF5B; }
p { color: rgb(4,207,91); }
H1.HeaderClassName
{
color: #04CF5B;
}
.AnyTagClassName
{
color: #04CF5B;
}
</style>
background-color css
<style>
a { background-color: #04CF5B; }
a { background-color: rgb(4,207,91); }
div.DivClassName
{
background-color: #04CF5B;
}
.BgClassName
{
background-color: #04CF5B;
}
</style>
border-color css
<style>
span { border-color: #04CF5B; }
span { border-color: rgb(4,207,91); }
td.TdClassName
{
border-color: #04CF5B;
}
.TagClassName
{
border-color: #04CF5B;
}
</style>