Shades of Malachite #00D64D
Tints of Malachite #00D64D
RGB
CMYK
RGB Variations
Color information
#00D64D (or 0x00D64D) is known color: Malachite. HEX triplet: 00, D6 and 4D. RGB value is (0,214,77). Sum of RGB (Red+Green+Blue) = 0+214+77=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 214 (83.98% from 255 or 73.54% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 214 - color contains mainly: green. Hex color #00D64D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D64D is #FF29B2. Grayscale: #868686. Windows color (decimal): -16722355 or 5101056. OLE color: 5101056.
HSL color Cylindrical-coordinate representation of color #00D64D: hue angle of 141.59º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D64D is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 214 | 77 | - |
| CMYK | 1 | 0 | 0.64 | 0.16 |
| HSL | 141.59º | 1% | 0.42% | - |
| HSV(B) | 141.59º | 1% | 0.84% | - |
| XYZ | 25.39 | 48.63 | 15.07 | - |
| YUV | 134.4 | 95.6 | 32.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 214 | 77 | 1 | 0 | 0.64 | 0.16 | 141.59 | 1 | 0.42 |
| Hex | 0 | D6 | 4D | 64 | 0 | 40 | 10 | 8E | 64 | 2A |
| Octal | 0 | 326 | 115 | 144 | 0 | 100 | 20 | 216 | 144 | 52 |
| Binary | 0 | 11010110 | 1001101 | 1100100 | 0 | 1000000 | 10000 | 10001110 | 1100100 | 101010 |
Color Harmonies of #00D64D
Complementary color
Monochromatic Colors of #00D64D
Black with #00D64D
Text Example
Text Example
White with #00D64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D64D; }
p { color: rgb(0,214,77); }
H1.HeaderClassName
{
color: #00D64D;
}
.AnyTagClassName
{
color: #00D64D;
}
</style>
background-color css
<style>
a { background-color: #00D64D; }
a { background-color: rgb(0,214,77); }
div.DivClassName
{
background-color: #00D64D;
}
.BgClassName
{
background-color: #00D64D;
}
</style>
border-color css
<style>
span { border-color: #00D64D; }
span { border-color: rgb(0,214,77); }
td.TdClassName
{
border-color: #00D64D;
}
.TagClassName
{
border-color: #00D64D;
}
</style>