Shades of Malachite #01DD4B
Tints of Malachite #01DD4B
RGB
CMYK
RGB Variations
Color information
#01DD4B (or 0x01DD4B) is known color: Malachite. HEX triplet: 01, DD and 4B. RGB value is (1,221,75). Sum of RGB (Red+Green+Blue) = 1+221+75=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 221 (86.72% from 255 or 74.41% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 221 - color contains mainly: green. Hex color #01DD4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DD4B is #FE22B4. Grayscale: #8A8A8A. Windows color (decimal): -16655029 or 4971777. OLE color: 4971777.
HSL color Cylindrical-coordinate representation of color #01DD4B: hue angle of 140.18º 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 #01DD4B is Cyan = 1.00, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 221 | 75 | - |
| CMYK | 1.00 | 0 | 0.66 | 0.13 |
| HSL | 140.18º | 0.99% | 0.44% | - |
| HSV(B) | 140.18º | 1% | 0.87% | - |
| XYZ | 27.14 | 52.23 | 15.31 | - |
| YUV | 138.58 | 92.11 | 29.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 221 | 75 | 1.00 | 0 | 0.66 | 0.13 | 140.18 | 0.99 | 0.44 |
| Hex | 1 | DD | 4B | 64 | 0 | 42 | D | 8C | 63 | 2C |
| Octal | 1 | 335 | 113 | 144 | 0 | 102 | 15 | 214 | 143 | 54 |
| Binary | 1 | 11011101 | 1001011 | 1100100 | 0 | 1000010 | 1101 | 10001100 | 1100011 | 101100 |
Color Harmonies of #01DD4B
Complementary color
Monochromatic Colors of #01DD4B
Black with #01DD4B
Text Example
Text Example
White with #01DD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DD4B; }
p { color: rgb(1,221,75); }
H1.HeaderClassName
{
color: #01DD4B;
}
.AnyTagClassName
{
color: #01DD4B;
}
</style>
background-color css
<style>
a { background-color: #01DD4B; }
a { background-color: rgb(1,221,75); }
div.DivClassName
{
background-color: #01DD4B;
}
.BgClassName
{
background-color: #01DD4B;
}
</style>
border-color css
<style>
span { border-color: #01DD4B; }
span { border-color: rgb(1,221,75); }
td.TdClassName
{
border-color: #01DD4B;
}
.TagClassName
{
border-color: #01DD4B;
}
</style>