Shades of Malachite #01DD52
Tints of Malachite #01DD52
RGB
CMYK
RGB Variations
Color information
#01DD52 (or 0x01DD52) is known color: Malachite. HEX triplet: 01, DD and 52. RGB value is (1,221,82). Sum of RGB (Red+Green+Blue) = 1+221+82=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 221 (86.72% from 255 or 72.70% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 221 - color contains mainly: green. Hex color #01DD52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01DD52 is #FE22AD. Grayscale: #8B8B8B. Windows color (decimal): -16655022 or 5430529. OLE color: 5430529.
HSL color Cylindrical-coordinate representation of color #01DD52: hue angle of 142.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 #01DD52 is Cyan = 1.00, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 221 | 82 | - |
| CMYK | 1.00 | 0 | 0.63 | 0.13 |
| HSL | 142.09º | 0.99% | 0.44% | - |
| HSV(B) | 142.09º | 1% | 0.87% | - |
| XYZ | 27.39 | 52.33 | 16.64 | - |
| YUV | 139.37 | 95.61 | 29.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 221 | 82 | 1.00 | 0 | 0.63 | 0.13 | 142.09 | 0.99 | 0.44 |
| Hex | 1 | DD | 52 | 64 | 0 | 3F | D | 8E | 63 | 2C |
| Octal | 1 | 335 | 122 | 144 | 0 | 77 | 15 | 216 | 143 | 54 |
| Binary | 1 | 11011101 | 1010010 | 1100100 | 0 | 111111 | 1101 | 10001110 | 1100011 | 101100 |
Color Harmonies of #01DD52
Complementary color
Monochromatic Colors of #01DD52
Black with #01DD52
Text Example
Text Example
White with #01DD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DD52; }
p { color: rgb(1,221,82); }
H1.HeaderClassName
{
color: #01DD52;
}
.AnyTagClassName
{
color: #01DD52;
}
</style>
background-color css
<style>
a { background-color: #01DD52; }
a { background-color: rgb(1,221,82); }
div.DivClassName
{
background-color: #01DD52;
}
.BgClassName
{
background-color: #01DD52;
}
</style>
border-color css
<style>
span { border-color: #01DD52; }
span { border-color: rgb(1,221,82); }
td.TdClassName
{
border-color: #01DD52;
}
.TagClassName
{
border-color: #01DD52;
}
</style>