Shades of Malachite #00D640
Tints of Malachite #00D640
RGB
CMYK
RGB Variations
Color information
#00D640 (or 0x00D640) is known color: Malachite. HEX triplet: 00, D6 and 40. RGB value is (0,214,64). Sum of RGB (Red+Green+Blue) = 0+214+64=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 214 (83.98% from 255 or 76.98% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 214 - color contains mainly: green. Hex color #00D640 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D640 is #FF29BF. Grayscale: #858585. Windows color (decimal): -16722368 or 4249088. OLE color: 4249088.
HSL color Cylindrical-coordinate representation of color #00D640: hue angle of 137.94º 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 #00D640 is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 214 | 64 | - |
| CMYK | 1 | 0 | 0.70 | 0.16 |
| HSL | 137.94º | 1% | 0.42% | - |
| HSV(B) | 137.94º | 1% | 0.84% | - |
| XYZ | 24.97 | 48.46 | 12.89 | - |
| YUV | 132.91 | 89.1 | 33.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 214 | 64 | 1 | 0 | 0.70 | 0.16 | 137.94 | 1 | 0.42 |
| Hex | 0 | D6 | 40 | 64 | 0 | 46 | 10 | 8A | 64 | 2A |
| Octal | 0 | 326 | 100 | 144 | 0 | 106 | 20 | 212 | 144 | 52 |
| Binary | 0 | 11010110 | 1000000 | 1100100 | 0 | 1000110 | 10000 | 10001010 | 1100100 | 101010 |
Color Harmonies of #00D640
Complementary color
Monochromatic Colors of #00D640
Black with #00D640
Text Example
Text Example
White with #00D640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D640; }
p { color: rgb(0,214,64); }
H1.HeaderClassName
{
color: #00D640;
}
.AnyTagClassName
{
color: #00D640;
}
</style>
background-color css
<style>
a { background-color: #00D640; }
a { background-color: rgb(0,214,64); }
div.DivClassName
{
background-color: #00D640;
}
.BgClassName
{
background-color: #00D640;
}
</style>
border-color css
<style>
span { border-color: #00D640; }
span { border-color: rgb(0,214,64); }
td.TdClassName
{
border-color: #00D640;
}
.TagClassName
{
border-color: #00D640;
}
</style>