Shades of Malachite #03CA4D
Tints of Malachite #03CA4D
RGB
CMYK
RGB Variations
Color information
#03CA4D (or 0x03CA4D) is known color: Malachite. HEX triplet: 03, CA and 4D. RGB value is (3,202,77). Sum of RGB (Red+Green+Blue) = 3+202+77=282 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 282); Green value is 202 (79.30% from 255 or 71.63% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 202 - color contains mainly: green. Hex color #03CA4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03CA4D is #FC35B2. Grayscale: #808080. Windows color (decimal): -16528819 or 5097987. OLE color: 5097987.
HSL color Cylindrical-coordinate representation of color #03CA4D: hue angle of 142.31º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CA4D is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 202 | 77 | - |
| CMYK | 0.99 | 0 | 0.62 | 0.21 |
| HSL | 142.31º | 0.97% | 0.4% | - |
| HSV(B) | 142.31º | 0.99% | 0.79% | - |
| XYZ | 22.5 | 42.8 | 14.1 | - |
| YUV | 128.25 | 99.07 | 38.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 202 | 77 | 0.99 | 0 | 0.62 | 0.21 | 142.31 | 0.97 | 0.4 |
| Hex | 3 | CA | 4D | 63 | 0 | 3E | 15 | 8E | 61 | 28 |
| Octal | 3 | 312 | 115 | 143 | 0 | 76 | 25 | 216 | 141 | 50 |
| Binary | 11 | 11001010 | 1001101 | 1100011 | 0 | 111110 | 10101 | 10001110 | 1100001 | 101000 |
Color Harmonies of #03CA4D
Complementary color
Monochromatic Colors of #03CA4D
Black with #03CA4D
Text Example
Text Example
White with #03CA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CA4D; }
p { color: rgb(3,202,77); }
H1.HeaderClassName
{
color: #03CA4D;
}
.AnyTagClassName
{
color: #03CA4D;
}
</style>
background-color css
<style>
a { background-color: #03CA4D; }
a { background-color: rgb(3,202,77); }
div.DivClassName
{
background-color: #03CA4D;
}
.BgClassName
{
background-color: #03CA4D;
}
</style>
border-color css
<style>
span { border-color: #03CA4D; }
span { border-color: rgb(3,202,77); }
td.TdClassName
{
border-color: #03CA4D;
}
.TagClassName
{
border-color: #03CA4D;
}
</style>