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