Shades of Malachite #01DD47
Tints of Malachite #01DD47
RGB
CMYK
RGB Variations
Color information
#01DD47 (or 0x01DD47) is known color: Malachite. HEX triplet: 01, DD and 47. RGB value is (1,221,71). Sum of RGB (Red+Green+Blue) = 1+221+71=293 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 293); Green value is 221 (86.72% from 255 or 75.43% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 221 - color contains mainly: green. Hex color #01DD47 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DD47 is #FE22B8. Grayscale: #8A8A8A. Windows color (decimal): -16655033 or 4709633. OLE color: 4709633.
HSL color Cylindrical-coordinate representation of color #01DD47: hue angle of 139.09º 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 #01DD47 is Cyan = 1.00, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 221 | 71 | - |
| CMYK | 1.00 | 0 | 0.68 | 0.13 |
| HSL | 139.09º | 0.99% | 0.44% | - |
| HSV(B) | 139.09º | 1% | 0.87% | - |
| XYZ | 27.01 | 52.17 | 14.61 | - |
| YUV | 138.12 | 90.11 | 30.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 221 | 71 | 1.00 | 0 | 0.68 | 0.13 | 139.09 | 0.99 | 0.44 |
| Hex | 1 | DD | 47 | 64 | 0 | 44 | D | 8B | 63 | 2C |
| Octal | 1 | 335 | 107 | 144 | 0 | 104 | 15 | 213 | 143 | 54 |
| Binary | 1 | 11011101 | 1000111 | 1100100 | 0 | 1000100 | 1101 | 10001011 | 1100011 | 101100 |
Color Harmonies of #01DD47
Complementary color
Monochromatic Colors of #01DD47
Black with #01DD47
Text Example
Text Example
White with #01DD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DD47; }
p { color: rgb(1,221,71); }
H1.HeaderClassName
{
color: #01DD47;
}
.AnyTagClassName
{
color: #01DD47;
}
</style>
background-color css
<style>
a { background-color: #01DD47; }
a { background-color: rgb(1,221,71); }
div.DivClassName
{
background-color: #01DD47;
}
.BgClassName
{
background-color: #01DD47;
}
</style>
border-color css
<style>
span { border-color: #01DD47; }
span { border-color: rgb(1,221,71); }
td.TdClassName
{
border-color: #01DD47;
}
.TagClassName
{
border-color: #01DD47;
}
</style>