Shades of Malachite #00D65F
Tints of Malachite #00D65F
RGB
CMYK
RGB Variations
Color information
#00D65F (or 0x00D65F) is known color: Malachite. HEX triplet: 00, D6 and 5F. RGB value is (0,214,95). Sum of RGB (Red+Green+Blue) = 0+214+95=309 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 309); Green value is 214 (83.98% from 255 or 69.26% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 214 - color contains mainly: green. Hex color #00D65F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D65F is #FF29A0. Grayscale: #888888. Windows color (decimal): -16722337 or 6280704. OLE color: 6280704.
HSL color Cylindrical-coordinate representation of color #00D65F: hue angle of 146.64º 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 #00D65F is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 214 | 95 | - |
| CMYK | 1 | 0 | 0.56 | 0.16 |
| HSL | 146.64º | 1% | 0.42% | - |
| HSV(B) | 146.64º | 1% | 0.84% | - |
| XYZ | 26.11 | 48.92 | 18.89 | - |
| YUV | 136.45 | 104.6 | 30.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 214 | 95 | 1 | 0 | 0.56 | 0.16 | 146.64 | 1 | 0.42 |
| Hex | 0 | D6 | 5F | 64 | 0 | 38 | 10 | 93 | 64 | 2A |
| Octal | 0 | 326 | 137 | 144 | 0 | 70 | 20 | 223 | 144 | 52 |
| Binary | 0 | 11010110 | 1011111 | 1100100 | 0 | 111000 | 10000 | 10010011 | 1100100 | 101010 |
Color Harmonies of #00D65F
Complementary color
Monochromatic Colors of #00D65F
Black with #00D65F
Text Example
Text Example
White with #00D65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D65F; }
p { color: rgb(0,214,95); }
H1.HeaderClassName
{
color: #00D65F;
}
.AnyTagClassName
{
color: #00D65F;
}
</style>
background-color css
<style>
a { background-color: #00D65F; }
a { background-color: rgb(0,214,95); }
div.DivClassName
{
background-color: #00D65F;
}
.BgClassName
{
background-color: #00D65F;
}
</style>
border-color css
<style>
span { border-color: #00D65F; }
span { border-color: rgb(0,214,95); }
td.TdClassName
{
border-color: #00D65F;
}
.TagClassName
{
border-color: #00D65F;
}
</style>