Shades of Malachite #04CA5A
Tints of Malachite #04CA5A
RGB
CMYK
RGB Variations
Color information
#04CA5A (or 0x04CA5A) is known color: Malachite. HEX triplet: 04, CA and 5A. RGB value is (4,202,90). Sum of RGB (Red+Green+Blue) = 4+202+90=296 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.35% from 296); Green value is 202 (79.30% from 255 or 68.24% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 202 - color contains mainly: green. Hex color #04CA5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04CA5A is #FB35A5. Grayscale: #828282. Windows color (decimal): -16463270 or 5949956. OLE color: 5949956.
HSL color Cylindrical-coordinate representation of color #04CA5A: hue angle of 146.06º 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 #04CA5A is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 4 | 202 | 90 | - |
| CMYK | 0.98 | 0 | 0.55 | 0.21 |
| HSL | 146.06º | 0.96% | 0.4% | - |
| HSV(B) | 146.06º | 0.98% | 0.79% | - |
| XYZ | 23.02 | 43.01 | 16.76 | - |
| YUV | 130.03 | 105.4 | 38.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 202 | 90 | 0.98 | 0 | 0.55 | 0.21 | 146.06 | 0.96 | 0.4 |
| Hex | 4 | CA | 5A | 62 | 0 | 37 | 15 | 92 | 60 | 28 |
| Octal | 4 | 312 | 132 | 142 | 0 | 67 | 25 | 222 | 140 | 50 |
| Binary | 100 | 11001010 | 1011010 | 1100010 | 0 | 110111 | 10101 | 10010010 | 1100000 | 101000 |
Color Harmonies of #04CA5A
Complementary color
Monochromatic Colors of #04CA5A
Black with #04CA5A
Text Example
Text Example
White with #04CA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CA5A; }
p { color: rgb(4,202,90); }
H1.HeaderClassName
{
color: #04CA5A;
}
.AnyTagClassName
{
color: #04CA5A;
}
</style>
background-color css
<style>
a { background-color: #04CA5A; }
a { background-color: rgb(4,202,90); }
div.DivClassName
{
background-color: #04CA5A;
}
.BgClassName
{
background-color: #04CA5A;
}
</style>
border-color css
<style>
span { border-color: #04CA5A; }
span { border-color: rgb(4,202,90); }
td.TdClassName
{
border-color: #04CA5A;
}
.TagClassName
{
border-color: #04CA5A;
}
</style>