Shades of Malachite #04CA5D
Tints of Malachite #04CA5D
RGB
CMYK
RGB Variations
Color information
#04CA5D (or 0x04CA5D) is known color: Malachite. HEX triplet: 04, CA and 5D. RGB value is (4,202,93). Sum of RGB (Red+Green+Blue) = 4+202+93=299 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 299); Green value is 202 (79.30% from 255 or 67.56% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 202 - color contains mainly: green. Hex color #04CA5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04CA5D is #FB35A2. Grayscale: #828282. Windows color (decimal): -16463267 or 6146564. OLE color: 6146564.
HSL color Cylindrical-coordinate representation of color #04CA5D: hue angle of 146.97º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CA5D is Cyan = 0.98, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 4 | 202 | 93 | - |
| CMYK | 0.98 | 0 | 0.54 | 0.21 |
| HSL | 146.97º | 0.96% | 0.4% | - |
| HSV(B) | 146.97º | 0.98% | 0.79% | - |
| XYZ | 23.15 | 43.06 | 17.45 | - |
| YUV | 130.37 | 106.9 | 37.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 202 | 93 | 0.98 | 0 | 0.54 | 0.21 | 146.97 | 0.96 | 0.4 |
| Hex | 4 | CA | 5D | 62 | 0 | 36 | 15 | 93 | 60 | 28 |
| Octal | 4 | 312 | 135 | 142 | 0 | 66 | 25 | 223 | 140 | 50 |
| Binary | 100 | 11001010 | 1011101 | 1100010 | 0 | 110110 | 10101 | 10010011 | 1100000 | 101000 |
Color Harmonies of #04CA5D
Complementary color
Monochromatic Colors of #04CA5D
Black with #04CA5D
Text Example
Text Example
White with #04CA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CA5D; }
p { color: rgb(4,202,93); }
H1.HeaderClassName
{
color: #04CA5D;
}
.AnyTagClassName
{
color: #04CA5D;
}
</style>
background-color css
<style>
a { background-color: #04CA5D; }
a { background-color: rgb(4,202,93); }
div.DivClassName
{
background-color: #04CA5D;
}
.BgClassName
{
background-color: #04CA5D;
}
</style>
border-color css
<style>
span { border-color: #04CA5D; }
span { border-color: rgb(4,202,93); }
td.TdClassName
{
border-color: #04CA5D;
}
.TagClassName
{
border-color: #04CA5D;
}
</style>