Shades of Malachite #01DF64
Tints of Malachite #01DF64
RGB
CMYK
RGB Variations
Color information
#01DF64 (or 0x01DF64) is known color: Malachite. HEX triplet: 01, DF and 64. RGB value is (1,223,100). Sum of RGB (Red+Green+Blue) = 1+223+100=324 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 324); Green value is 223 (87.5% from 255 or 68.83% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 223 - color contains mainly: green. Hex color #01DF64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01DF64 is #FE209B. Grayscale: #8E8E8E. Windows color (decimal): -16654492 or 6610689. OLE color: 6610689.
HSL color Cylindrical-coordinate representation of color #01DF64: hue angle of 146.76º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DF64 is Cyan = 1.00, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 223 | 100 | - |
| CMYK | 1.00 | 0 | 0.55 | 0.13 |
| HSL | 146.76º | 0.99% | 0.44% | - |
| HSV(B) | 146.76º | 1% | 0.87% | - |
| XYZ | 28.7 | 53.7 | 20.91 | - |
| YUV | 142.6 | 103.95 | 27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 223 | 100 | 1.00 | 0 | 0.55 | 0.13 | 146.76 | 0.99 | 0.44 |
| Hex | 1 | DF | 64 | 64 | 0 | 37 | D | 93 | 63 | 2C |
| Octal | 1 | 337 | 144 | 144 | 0 | 67 | 15 | 223 | 143 | 54 |
| Binary | 1 | 11011111 | 1100100 | 1100100 | 0 | 110111 | 1101 | 10010011 | 1100011 | 101100 |
Color Harmonies of #01DF64
Complementary color
Monochromatic Colors of #01DF64
Black with #01DF64
Text Example
Text Example
White with #01DF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DF64; }
p { color: rgb(1,223,100); }
H1.HeaderClassName
{
color: #01DF64;
}
.AnyTagClassName
{
color: #01DF64;
}
</style>
background-color css
<style>
a { background-color: #01DF64; }
a { background-color: rgb(1,223,100); }
div.DivClassName
{
background-color: #01DF64;
}
.BgClassName
{
background-color: #01DF64;
}
</style>
border-color css
<style>
span { border-color: #01DF64; }
span { border-color: rgb(1,223,100); }
td.TdClassName
{
border-color: #01DF64;
}
.TagClassName
{
border-color: #01DF64;
}
</style>