Shades of Malachite #01DD3A
Tints of Malachite #01DD3A
RGB
CMYK
RGB Variations
Color information
#01DD3A (or 0x01DD3A) is known color: Malachite. HEX triplet: 01, DD and 3A. RGB value is (1,221,58). Sum of RGB (Red+Green+Blue) = 1+221+58=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 221 (86.72% from 255 or 78.93% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 221 - color contains mainly: green. Hex color #01DD3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DD3A is #FE22C5. Grayscale: #898989. Windows color (decimal): -16655046 or 3857665. OLE color: 3857665.
HSL color Cylindrical-coordinate representation of color #01DD3A: hue angle of 135.55º 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 #01DD3A is Cyan = 1.00, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 221 | 58 | - |
| CMYK | 1.00 | 0 | 0.74 | 0.13 |
| HSL | 135.55º | 0.99% | 0.44% | - |
| HSV(B) | 135.55º | 1% | 0.87% | - |
| XYZ | 26.63 | 52.02 | 12.64 | - |
| YUV | 136.64 | 83.61 | 31.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 221 | 58 | 1.00 | 0 | 0.74 | 0.13 | 135.55 | 0.99 | 0.44 |
| Hex | 1 | DD | 3A | 64 | 0 | 4A | D | 88 | 63 | 2C |
| Octal | 1 | 335 | 72 | 144 | 0 | 112 | 15 | 210 | 143 | 54 |
| Binary | 1 | 11011101 | 111010 | 1100100 | 0 | 1001010 | 1101 | 10001000 | 1100011 | 101100 |
Color Harmonies of #01DD3A
Complementary color
Monochromatic Colors of #01DD3A
Black with #01DD3A
Text Example
Text Example
White with #01DD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DD3A; }
p { color: rgb(1,221,58); }
H1.HeaderClassName
{
color: #01DD3A;
}
.AnyTagClassName
{
color: #01DD3A;
}
</style>
background-color css
<style>
a { background-color: #01DD3A; }
a { background-color: rgb(1,221,58); }
div.DivClassName
{
background-color: #01DD3A;
}
.BgClassName
{
background-color: #01DD3A;
}
</style>
border-color css
<style>
span { border-color: #01DD3A; }
span { border-color: rgb(1,221,58); }
td.TdClassName
{
border-color: #01DD3A;
}
.TagClassName
{
border-color: #01DD3A;
}
</style>