Shades of Malachite #01DD3F
Tints of Malachite #01DD3F
RGB
CMYK
RGB Variations
Color information
#01DD3F (or 0x01DD3F) is known color: Malachite. HEX triplet: 01, DD and 3F. RGB value is (1,221,63). Sum of RGB (Red+Green+Blue) = 1+221+63=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 221 (86.72% from 255 or 77.54% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 221 - color contains mainly: green. Hex color #01DD3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DD3F is #FE22C0. Grayscale: #898989. Windows color (decimal): -16655041 or 4185345. OLE color: 4185345.
HSL color Cylindrical-coordinate representation of color #01DD3F: hue angle of 136.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 #01DD3F is Cyan = 1.00, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 221 | 63 | - |
| CMYK | 1.00 | 0 | 0.71 | 0.13 |
| HSL | 136.91º | 0.99% | 0.44% | - |
| HSV(B) | 136.91º | 1% | 0.87% | - |
| XYZ | 26.77 | 52.08 | 13.34 | - |
| YUV | 137.21 | 86.11 | 30.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 221 | 63 | 1.00 | 0 | 0.71 | 0.13 | 136.91 | 0.99 | 0.44 |
| Hex | 1 | DD | 3F | 64 | 0 | 47 | D | 89 | 63 | 2C |
| Octal | 1 | 335 | 77 | 144 | 0 | 107 | 15 | 211 | 143 | 54 |
| Binary | 1 | 11011101 | 111111 | 1100100 | 0 | 1000111 | 1101 | 10001001 | 1100011 | 101100 |
Color Harmonies of #01DD3F
Complementary color
Monochromatic Colors of #01DD3F
Black with #01DD3F
Text Example
Text Example
White with #01DD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DD3F; }
p { color: rgb(1,221,63); }
H1.HeaderClassName
{
color: #01DD3F;
}
.AnyTagClassName
{
color: #01DD3F;
}
</style>
background-color css
<style>
a { background-color: #01DD3F; }
a { background-color: rgb(1,221,63); }
div.DivClassName
{
background-color: #01DD3F;
}
.BgClassName
{
background-color: #01DD3F;
}
</style>
border-color css
<style>
span { border-color: #01DD3F; }
span { border-color: rgb(1,221,63); }
td.TdClassName
{
border-color: #01DD3F;
}
.TagClassName
{
border-color: #01DD3F;
}
</style>