Shades of Malachite #03D14D
Tints of Malachite #03D14D
RGB
CMYK
RGB Variations
Color information
#03D14D (or 0x03D14D) is known color: Malachite. HEX triplet: 03, D1 and 4D. RGB value is (3,209,77). Sum of RGB (Red+Green+Blue) = 3+209+77=289 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 289); Green value is 209 (82.03% from 255 or 72.32% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 209 - color contains mainly: green. Hex color #03D14D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D14D is #FC2EB2. Grayscale: #848484. Windows color (decimal): -16527027 or 5099779. OLE color: 5099779.
HSL color Cylindrical-coordinate representation of color #03D14D: hue angle of 141.55º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D14D is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 209 | 77 | - |
| CMYK | 0.99 | 0 | 0.63 | 0.18 |
| HSL | 141.55º | 0.97% | 0.42% | - |
| HSV(B) | 141.55º | 0.99% | 0.82% | - |
| XYZ | 24.18 | 46.16 | 14.66 | - |
| YUV | 132.36 | 96.75 | 35.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 209 | 77 | 0.99 | 0 | 0.63 | 0.18 | 141.55 | 0.97 | 0.42 |
| Hex | 3 | D1 | 4D | 63 | 0 | 3F | 12 | 8E | 61 | 2A |
| Octal | 3 | 321 | 115 | 143 | 0 | 77 | 22 | 216 | 141 | 52 |
| Binary | 11 | 11010001 | 1001101 | 1100011 | 0 | 111111 | 10010 | 10001110 | 1100001 | 101010 |
Color Harmonies of #03D14D
Complementary color
Monochromatic Colors of #03D14D
Black with #03D14D
Text Example
Text Example
White with #03D14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D14D; }
p { color: rgb(3,209,77); }
H1.HeaderClassName
{
color: #03D14D;
}
.AnyTagClassName
{
color: #03D14D;
}
</style>
background-color css
<style>
a { background-color: #03D14D; }
a { background-color: rgb(3,209,77); }
div.DivClassName
{
background-color: #03D14D;
}
.BgClassName
{
background-color: #03D14D;
}
</style>
border-color css
<style>
span { border-color: #03D14D; }
span { border-color: rgb(3,209,77); }
td.TdClassName
{
border-color: #03D14D;
}
.TagClassName
{
border-color: #03D14D;
}
</style>