Shades of Malachite #03CA5D
Tints of Malachite #03CA5D
RGB
CMYK
RGB Variations
Color information
#03CA5D (or 0x03CA5D) is known color: Malachite. HEX triplet: 03, CA and 5D. RGB value is (3,202,93). Sum of RGB (Red+Green+Blue) = 3+202+93=298 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 298); Green value is 202 (79.30% from 255 or 67.79% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 202 - color contains mainly: green. Hex color #03CA5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03CA5D is #FC35A2. Grayscale: #828282. Windows color (decimal): -16528803 or 6146563. OLE color: 6146563.
HSL color Cylindrical-coordinate representation of color #03CA5D: hue angle of 147.14º 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 #03CA5D is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 202 | 93 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.21 |
| HSL | 147.14º | 0.97% | 0.4% | - |
| HSV(B) | 147.14º | 0.99% | 0.79% | - |
| XYZ | 23.13 | 43.05 | 17.45 | - |
| YUV | 130.07 | 107.07 | 37.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 202 | 93 | 0.99 | 0 | 0.54 | 0.21 | 147.14 | 0.97 | 0.4 |
| Hex | 3 | CA | 5D | 63 | 0 | 36 | 15 | 93 | 61 | 28 |
| Octal | 3 | 312 | 135 | 143 | 0 | 66 | 25 | 223 | 141 | 50 |
| Binary | 11 | 11001010 | 1011101 | 1100011 | 0 | 110110 | 10101 | 10010011 | 1100001 | 101000 |
Color Harmonies of #03CA5D
Complementary color
Monochromatic Colors of #03CA5D
Black with #03CA5D
Text Example
Text Example
White with #03CA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CA5D; }
p { color: rgb(3,202,93); }
H1.HeaderClassName
{
color: #03CA5D;
}
.AnyTagClassName
{
color: #03CA5D;
}
</style>
background-color css
<style>
a { background-color: #03CA5D; }
a { background-color: rgb(3,202,93); }
div.DivClassName
{
background-color: #03CA5D;
}
.BgClassName
{
background-color: #03CA5D;
}
</style>
border-color css
<style>
span { border-color: #03CA5D; }
span { border-color: rgb(3,202,93); }
td.TdClassName
{
border-color: #03CA5D;
}
.TagClassName
{
border-color: #03CA5D;
}
</style>