Shades of Malachite #01DD49
Tints of Malachite #01DD49
RGB
CMYK
RGB Variations
Color information
#01DD49 (or 0x01DD49) is known color: Malachite. HEX triplet: 01, DD and 49. RGB value is (1,221,73). Sum of RGB (Red+Green+Blue) = 1+221+73=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 221 (86.72% from 255 or 74.92% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 221 - color contains mainly: green. Hex color #01DD49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DD49 is #FE22B6. Grayscale: #8A8A8A. Windows color (decimal): -16655031 or 4840705. OLE color: 4840705.
HSL color Cylindrical-coordinate representation of color #01DD49: hue angle of 139.64º 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 #01DD49 is Cyan = 1.00, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 221 | 73 | - |
| CMYK | 1.00 | 0 | 0.67 | 0.13 |
| HSL | 139.64º | 0.99% | 0.44% | - |
| HSV(B) | 139.64º | 1% | 0.87% | - |
| XYZ | 27.07 | 52.2 | 14.95 | - |
| YUV | 138.35 | 91.11 | 30.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 221 | 73 | 1.00 | 0 | 0.67 | 0.13 | 139.64 | 0.99 | 0.44 |
| Hex | 1 | DD | 49 | 64 | 0 | 43 | D | 8C | 63 | 2C |
| Octal | 1 | 335 | 111 | 144 | 0 | 103 | 15 | 214 | 143 | 54 |
| Binary | 1 | 11011101 | 1001001 | 1100100 | 0 | 1000011 | 1101 | 10001100 | 1100011 | 101100 |
Color Harmonies of #01DD49
Complementary color
Monochromatic Colors of #01DD49
Black with #01DD49
Text Example
Text Example
White with #01DD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DD49; }
p { color: rgb(1,221,73); }
H1.HeaderClassName
{
color: #01DD49;
}
.AnyTagClassName
{
color: #01DD49;
}
</style>
background-color css
<style>
a { background-color: #01DD49; }
a { background-color: rgb(1,221,73); }
div.DivClassName
{
background-color: #01DD49;
}
.BgClassName
{
background-color: #01DD49;
}
</style>
border-color css
<style>
span { border-color: #01DD49; }
span { border-color: rgb(1,221,73); }
td.TdClassName
{
border-color: #01DD49;
}
.TagClassName
{
border-color: #01DD49;
}
</style>