Shades of Malachite #01DD42
Tints of Malachite #01DD42
RGB
CMYK
RGB Variations
Color information
#01DD42 (or 0x01DD42) is known color: Malachite. HEX triplet: 01, DD and 42. RGB value is (1,221,66). Sum of RGB (Red+Green+Blue) = 1+221+66=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 221 (86.72% from 255 or 76.74% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 221 - color contains mainly: green. Hex color #01DD42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DD42 is #FE22BD. Grayscale: #898989. Windows color (decimal): -16655038 or 4381953. OLE color: 4381953.
HSL color Cylindrical-coordinate representation of color #01DD42: hue angle of 137.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 #01DD42 is Cyan = 1.00, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 221 | 66 | - |
| CMYK | 1.00 | 0 | 0.70 | 0.13 |
| HSL | 137.73º | 0.99% | 0.44% | - |
| HSV(B) | 137.73º | 1% | 0.87% | - |
| XYZ | 26.85 | 52.11 | 13.8 | - |
| YUV | 137.55 | 87.61 | 30.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 221 | 66 | 1.00 | 0 | 0.70 | 0.13 | 137.73 | 0.99 | 0.44 |
| Hex | 1 | DD | 42 | 64 | 0 | 46 | D | 8A | 63 | 2C |
| Octal | 1 | 335 | 102 | 144 | 0 | 106 | 15 | 212 | 143 | 54 |
| Binary | 1 | 11011101 | 1000010 | 1100100 | 0 | 1000110 | 1101 | 10001010 | 1100011 | 101100 |
Color Harmonies of #01DD42
Complementary color
Monochromatic Colors of #01DD42
Black with #01DD42
Text Example
Text Example
White with #01DD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DD42; }
p { color: rgb(1,221,66); }
H1.HeaderClassName
{
color: #01DD42;
}
.AnyTagClassName
{
color: #01DD42;
}
</style>
background-color css
<style>
a { background-color: #01DD42; }
a { background-color: rgb(1,221,66); }
div.DivClassName
{
background-color: #01DD42;
}
.BgClassName
{
background-color: #01DD42;
}
</style>
border-color css
<style>
span { border-color: #01DD42; }
span { border-color: rgb(1,221,66); }
td.TdClassName
{
border-color: #01DD42;
}
.TagClassName
{
border-color: #01DD42;
}
</style>