Shades of Malachite #00D64F
Tints of Malachite #00D64F
RGB
CMYK
RGB Variations
Color information
#00D64F (or 0x00D64F) is known color: Malachite. HEX triplet: 00, D6 and 4F. RGB value is (0,214,79). Sum of RGB (Red+Green+Blue) = 0+214+79=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 214 (83.98% from 255 or 73.04% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 214 - color contains mainly: green. Hex color #00D64F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D64F is #FF29B0. Grayscale: #868686. Windows color (decimal): -16722353 or 5232128. OLE color: 5232128.
HSL color Cylindrical-coordinate representation of color #00D64F: hue angle of 142.15º 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 #00D64F is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 214 | 79 | - |
| CMYK | 1 | 0 | 0.63 | 0.16 |
| HSL | 142.15º | 1% | 0.42% | - |
| HSV(B) | 142.15º | 1% | 0.84% | - |
| XYZ | 25.46 | 48.66 | 15.45 | - |
| YUV | 134.62 | 96.6 | 31.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 214 | 79 | 1 | 0 | 0.63 | 0.16 | 142.15 | 1 | 0.42 |
| Hex | 0 | D6 | 4F | 64 | 0 | 3F | 10 | 8E | 64 | 2A |
| Octal | 0 | 326 | 117 | 144 | 0 | 77 | 20 | 216 | 144 | 52 |
| Binary | 0 | 11010110 | 1001111 | 1100100 | 0 | 111111 | 10000 | 10001110 | 1100100 | 101010 |
Color Harmonies of #00D64F
Complementary color
Monochromatic Colors of #00D64F
Black with #00D64F
Text Example
Text Example
White with #00D64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D64F; }
p { color: rgb(0,214,79); }
H1.HeaderClassName
{
color: #00D64F;
}
.AnyTagClassName
{
color: #00D64F;
}
</style>
background-color css
<style>
a { background-color: #00D64F; }
a { background-color: rgb(0,214,79); }
div.DivClassName
{
background-color: #00D64F;
}
.BgClassName
{
background-color: #00D64F;
}
</style>
border-color css
<style>
span { border-color: #00D64F; }
span { border-color: rgb(0,214,79); }
td.TdClassName
{
border-color: #00D64F;
}
.TagClassName
{
border-color: #00D64F;
}
</style>