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