Shades of Malachite #01D64B
Tints of Malachite #01D64B
RGB
CMYK
RGB Variations
Color information
#01D64B (or 0x01D64B) is known color: Malachite. HEX triplet: 01, D6 and 4B. RGB value is (1,214,75). Sum of RGB (Red+Green+Blue) = 1+214+75=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 214 (83.98% from 255 or 73.79% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 214 - color contains mainly: green. Hex color #01D64B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D64B is #FE29B4. Grayscale: #868686. Windows color (decimal): -16656821 or 4969985. OLE color: 4969985.
HSL color Cylindrical-coordinate representation of color #01D64B: hue angle of 140.85º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D64B is Cyan = 1.00, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 214 | 75 | - |
| CMYK | 1.00 | 0 | 0.65 | 0.16 |
| HSL | 140.85º | 0.99% | 0.42% | - |
| HSV(B) | 140.85º | 1% | 0.84% | - |
| XYZ | 25.33 | 48.61 | 14.7 | - |
| YUV | 134.47 | 94.43 | 32.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 214 | 75 | 1.00 | 0 | 0.65 | 0.16 | 140.85 | 0.99 | 0.42 |
| Hex | 1 | D6 | 4B | 64 | 0 | 41 | 10 | 8D | 63 | 2A |
| Octal | 1 | 326 | 113 | 144 | 0 | 101 | 20 | 215 | 143 | 52 |
| Binary | 1 | 11010110 | 1001011 | 1100100 | 0 | 1000001 | 10000 | 10001101 | 1100011 | 101010 |
Color Harmonies of #01D64B
Complementary color
Monochromatic Colors of #01D64B
Black with #01D64B
Text Example
Text Example
White with #01D64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D64B; }
p { color: rgb(1,214,75); }
H1.HeaderClassName
{
color: #01D64B;
}
.AnyTagClassName
{
color: #01D64B;
}
</style>
background-color css
<style>
a { background-color: #01D64B; }
a { background-color: rgb(1,214,75); }
div.DivClassName
{
background-color: #01D64B;
}
.BgClassName
{
background-color: #01D64B;
}
</style>
border-color css
<style>
span { border-color: #01D64B; }
span { border-color: rgb(1,214,75); }
td.TdClassName
{
border-color: #01D64B;
}
.TagClassName
{
border-color: #01D64B;
}
</style>