Shades of Malachite #01DD64
Tints of Malachite #01DD64
RGB
CMYK
RGB Variations
Color information
#01DD64 (or 0x01DD64) is known color: Malachite. HEX triplet: 01, DD and 64. RGB value is (1,221,100). Sum of RGB (Red+Green+Blue) = 1+221+100=322 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 322); Green value is 221 (86.72% from 255 or 68.63% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 221 - color contains mainly: green. Hex color #01DD64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01DD64 is #FE229B. Grayscale: #8D8D8D. Windows color (decimal): -16655004 or 6610177. OLE color: 6610177.
HSL color Cylindrical-coordinate representation of color #01DD64: hue angle of 147º 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 #01DD64 is Cyan = 1.00, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 221 | 100 | - |
| CMYK | 1.00 | 0 | 0.55 | 0.13 |
| HSL | 147º | 0.99% | 0.44% | - |
| HSV(B) | 147º | 1% | 0.87% | - |
| XYZ | 28.17 | 52.64 | 20.73 | - |
| YUV | 141.43 | 104.61 | 27.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 221 | 100 | 1.00 | 0 | 0.55 | 0.13 | 147 | 0.99 | 0.44 |
| Hex | 1 | DD | 64 | 64 | 0 | 37 | D | 93 | 63 | 2C |
| Octal | 1 | 335 | 144 | 144 | 0 | 67 | 15 | 223 | 143 | 54 |
| Binary | 1 | 11011101 | 1100100 | 1100100 | 0 | 110111 | 1101 | 10010011 | 1100011 | 101100 |
Color Harmonies of #01DD64
Complementary color
Monochromatic Colors of #01DD64
Black with #01DD64
Text Example
Text Example
White with #01DD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DD64; }
p { color: rgb(1,221,100); }
H1.HeaderClassName
{
color: #01DD64;
}
.AnyTagClassName
{
color: #01DD64;
}
</style>
background-color css
<style>
a { background-color: #01DD64; }
a { background-color: rgb(1,221,100); }
div.DivClassName
{
background-color: #01DD64;
}
.BgClassName
{
background-color: #01DD64;
}
</style>
border-color css
<style>
span { border-color: #01DD64; }
span { border-color: rgb(1,221,100); }
td.TdClassName
{
border-color: #01DD64;
}
.TagClassName
{
border-color: #01DD64;
}
</style>