Shades of Malachite #04CA4C
Tints of Malachite #04CA4C
RGB
CMYK
RGB Variations
Color information
#04CA4C (or 0x04CA4C) is known color: Malachite. HEX triplet: 04, CA and 4C. RGB value is (4,202,76). Sum of RGB (Red+Green+Blue) = 4+202+76=282 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 282); Green value is 202 (79.30% from 255 or 71.63% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 202 - color contains mainly: green. Hex color #04CA4C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CA4C is #FB35B3. Grayscale: #808080. Windows color (decimal): -16463284 or 5032452. OLE color: 5032452.
HSL color Cylindrical-coordinate representation of color #04CA4C: hue angle of 141.82º 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 #04CA4C is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 4 | 202 | 76 | - |
| CMYK | 0.98 | 0 | 0.62 | 0.21 |
| HSL | 141.82º | 0.96% | 0.4% | - |
| HSV(B) | 141.82º | 0.98% | 0.79% | - |
| XYZ | 22.48 | 42.79 | 13.91 | - |
| YUV | 128.43 | 98.4 | 39.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 202 | 76 | 0.98 | 0 | 0.62 | 0.21 | 141.82 | 0.96 | 0.4 |
| Hex | 4 | CA | 4C | 62 | 0 | 3E | 15 | 8E | 60 | 28 |
| Octal | 4 | 312 | 114 | 142 | 0 | 76 | 25 | 216 | 140 | 50 |
| Binary | 100 | 11001010 | 1001100 | 1100010 | 0 | 111110 | 10101 | 10001110 | 1100000 | 101000 |
Color Harmonies of #04CA4C
Complementary color
Monochromatic Colors of #04CA4C
Black with #04CA4C
Text Example
Text Example
White with #04CA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CA4C; }
p { color: rgb(4,202,76); }
H1.HeaderClassName
{
color: #04CA4C;
}
.AnyTagClassName
{
color: #04CA4C;
}
</style>
background-color css
<style>
a { background-color: #04CA4C; }
a { background-color: rgb(4,202,76); }
div.DivClassName
{
background-color: #04CA4C;
}
.BgClassName
{
background-color: #04CA4C;
}
</style>
border-color css
<style>
span { border-color: #04CA4C; }
span { border-color: rgb(4,202,76); }
td.TdClassName
{
border-color: #04CA4C;
}
.TagClassName
{
border-color: #04CA4C;
}
</style>