Shades of Malachite #03D64D
Tints of Malachite #03D64D
RGB
CMYK
RGB Variations
Color information
#03D64D (or 0x03D64D) is known color: Malachite. HEX triplet: 03, D6 and 4D. RGB value is (3,214,77). Sum of RGB (Red+Green+Blue) = 3+214+77=294 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 294); Green value is 214 (83.98% from 255 or 72.79% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 214 - color contains mainly: green. Hex color #03D64D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D64D is #FC29B2. Grayscale: #878787. Windows color (decimal): -16525747 or 5101059. OLE color: 5101059.
HSL color Cylindrical-coordinate representation of color #03D64D: hue angle of 141.04º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D64D is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 214 | 77 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.16 |
| HSL | 141.04º | 0.97% | 0.43% | - |
| HSV(B) | 141.04º | 0.99% | 0.84% | - |
| XYZ | 25.42 | 48.65 | 15.07 | - |
| YUV | 135.29 | 95.1 | 33.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 214 | 77 | 0.99 | 0 | 0.64 | 0.16 | 141.04 | 0.97 | 0.43 |
| Hex | 3 | D6 | 4D | 63 | 0 | 40 | 10 | 8D | 61 | 2B |
| Octal | 3 | 326 | 115 | 143 | 0 | 100 | 20 | 215 | 141 | 53 |
| Binary | 11 | 11010110 | 1001101 | 1100011 | 0 | 1000000 | 10000 | 10001101 | 1100001 | 101011 |
Color Harmonies of #03D64D
Complementary color
Monochromatic Colors of #03D64D
Black with #03D64D
Text Example
Text Example
White with #03D64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D64D; }
p { color: rgb(3,214,77); }
H1.HeaderClassName
{
color: #03D64D;
}
.AnyTagClassName
{
color: #03D64D;
}
</style>
background-color css
<style>
a { background-color: #03D64D; }
a { background-color: rgb(3,214,77); }
div.DivClassName
{
background-color: #03D64D;
}
.BgClassName
{
background-color: #03D64D;
}
</style>
border-color css
<style>
span { border-color: #03D64D; }
span { border-color: rgb(3,214,77); }
td.TdClassName
{
border-color: #03D64D;
}
.TagClassName
{
border-color: #03D64D;
}
</style>