Shades of Malachite #00D64B
Tints of Malachite #00D64B
RGB
CMYK
RGB Variations
Color information
#00D64B (or 0x00D64B) is known color: Malachite. HEX triplet: 00, D6 and 4B. RGB value is (0,214,75). Sum of RGB (Red+Green+Blue) = 0+214+75=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 214 (83.98% from 255 or 74.05% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 214 - color contains mainly: green. Hex color #00D64B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D64B is #FF29B4. Grayscale: #868686. Windows color (decimal): -16722357 or 4969984. OLE color: 4969984.
HSL color Cylindrical-coordinate representation of color #00D64B: hue angle of 141.03º 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 #00D64B is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 214 | 75 | - |
| CMYK | 1 | 0 | 0.65 | 0.16 |
| HSL | 141.03º | 1% | 0.42% | - |
| HSV(B) | 141.03º | 1% | 0.84% | - |
| XYZ | 25.32 | 48.6 | 14.7 | - |
| YUV | 134.17 | 94.6 | 32.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 214 | 75 | 1 | 0 | 0.65 | 0.16 | 141.03 | 1 | 0.42 |
| Hex | 0 | D6 | 4B | 64 | 0 | 41 | 10 | 8D | 64 | 2A |
| Octal | 0 | 326 | 113 | 144 | 0 | 101 | 20 | 215 | 144 | 52 |
| Binary | 0 | 11010110 | 1001011 | 1100100 | 0 | 1000001 | 10000 | 10001101 | 1100100 | 101010 |
Color Harmonies of #00D64B
Complementary color
Monochromatic Colors of #00D64B
Black with #00D64B
Text Example
Text Example
White with #00D64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D64B; }
p { color: rgb(0,214,75); }
H1.HeaderClassName
{
color: #00D64B;
}
.AnyTagClassName
{
color: #00D64B;
}
</style>
background-color css
<style>
a { background-color: #00D64B; }
a { background-color: rgb(0,214,75); }
div.DivClassName
{
background-color: #00D64B;
}
.BgClassName
{
background-color: #00D64B;
}
</style>
border-color css
<style>
span { border-color: #00D64B; }
span { border-color: rgb(0,214,75); }
td.TdClassName
{
border-color: #00D64B;
}
.TagClassName
{
border-color: #00D64B;
}
</style>