Shades of Malachite #01DD60
Tints of Malachite #01DD60
RGB
CMYK
RGB Variations
Color information
#01DD60 (or 0x01DD60) is known color: Malachite. HEX triplet: 01, DD and 60. RGB value is (1,221,96). Sum of RGB (Red+Green+Blue) = 1+221+96=318 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 318); Green value is 221 (86.72% from 255 or 69.50% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 221 - color contains mainly: green. Hex color #01DD60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01DD60 is #FE229F. Grayscale: #8D8D8D. Windows color (decimal): -16655008 or 6348033. OLE color: 6348033.
HSL color Cylindrical-coordinate representation of color #01DD60: hue angle of 145.91º 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 #01DD60 is Cyan = 1.00, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 221 | 96 | - |
| CMYK | 1.00 | 0 | 0.57 | 0.13 |
| HSL | 145.91º | 0.99% | 0.44% | - |
| HSV(B) | 145.91º | 1% | 0.87% | - |
| XYZ | 27.98 | 52.56 | 19.74 | - |
| YUV | 140.97 | 102.61 | 28.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 221 | 96 | 1.00 | 0 | 0.57 | 0.13 | 145.91 | 0.99 | 0.44 |
| Hex | 1 | DD | 60 | 64 | 0 | 39 | D | 92 | 63 | 2C |
| Octal | 1 | 335 | 140 | 144 | 0 | 71 | 15 | 222 | 143 | 54 |
| Binary | 1 | 11011101 | 1100000 | 1100100 | 0 | 111001 | 1101 | 10010010 | 1100011 | 101100 |
Color Harmonies of #01DD60
Complementary color
Monochromatic Colors of #01DD60
Black with #01DD60
Text Example
Text Example
White with #01DD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DD60; }
p { color: rgb(1,221,96); }
H1.HeaderClassName
{
color: #01DD60;
}
.AnyTagClassName
{
color: #01DD60;
}
</style>
background-color css
<style>
a { background-color: #01DD60; }
a { background-color: rgb(1,221,96); }
div.DivClassName
{
background-color: #01DD60;
}
.BgClassName
{
background-color: #01DD60;
}
</style>
border-color css
<style>
span { border-color: #01DD60; }
span { border-color: rgb(1,221,96); }
td.TdClassName
{
border-color: #01DD60;
}
.TagClassName
{
border-color: #01DD60;
}
</style>