Shades of Malachite #04CF4A
Tints of Malachite #04CF4A
RGB
CMYK
RGB Variations
Color information
#04CF4A (or 0x04CF4A) is known color: Malachite. HEX triplet: 04, CF and 4A. RGB value is (4,207,74). Sum of RGB (Red+Green+Blue) = 4+207+74=285 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 285); Green value is 207 (81.25% from 255 or 72.63% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 207 - color contains mainly: green. Hex color #04CF4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CF4A is #FB30B5. Grayscale: #838383. Windows color (decimal): -16462006 or 4902660. OLE color: 4902660.
HSL color Cylindrical-coordinate representation of color #04CF4A: hue angle of 140.69º 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 #04CF4A is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 207 | 74 | - |
| CMYK | 0.98 | 0 | 0.64 | 0.19 |
| HSL | 140.69º | 0.96% | 0.41% | - |
| HSV(B) | 140.69º | 0.98% | 0.81% | - |
| XYZ | 23.6 | 45.15 | 13.95 | - |
| YUV | 131.14 | 95.75 | 37.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 207 | 74 | 0.98 | 0 | 0.64 | 0.19 | 140.69 | 0.96 | 0.41 |
| Hex | 4 | CF | 4A | 62 | 0 | 40 | 13 | 8D | 60 | 29 |
| Octal | 4 | 317 | 112 | 142 | 0 | 100 | 23 | 215 | 140 | 51 |
| Binary | 100 | 11001111 | 1001010 | 1100010 | 0 | 1000000 | 10011 | 10001101 | 1100000 | 101001 |
Color Harmonies of #04CF4A
Complementary color
Monochromatic Colors of #04CF4A
Black with #04CF4A
Text Example
Text Example
White with #04CF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CF4A; }
p { color: rgb(4,207,74); }
H1.HeaderClassName
{
color: #04CF4A;
}
.AnyTagClassName
{
color: #04CF4A;
}
</style>
background-color css
<style>
a { background-color: #04CF4A; }
a { background-color: rgb(4,207,74); }
div.DivClassName
{
background-color: #04CF4A;
}
.BgClassName
{
background-color: #04CF4A;
}
</style>
border-color css
<style>
span { border-color: #04CF4A; }
span { border-color: rgb(4,207,74); }
td.TdClassName
{
border-color: #04CF4A;
}
.TagClassName
{
border-color: #04CF4A;
}
</style>