Shades of Malachite #01D941
Tints of Malachite #01D941
RGB
CMYK
RGB Variations
Color information
#01D941 (or 0x01D941) is known color: Malachite. HEX triplet: 01, D9 and 41. RGB value is (1,217,65). Sum of RGB (Red+Green+Blue) = 1+217+65=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 217 (85.16% from 255 or 76.68% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 217 - color contains mainly: green. Hex color #01D941 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D941 is #FE26BE. Grayscale: #878787. Windows color (decimal): -16656063 or 4315393. OLE color: 4315393.
HSL color Cylindrical-coordinate representation of color #01D941: hue angle of 137.78º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D941 is Cyan = 1.00, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 217 | 65 | - |
| CMYK | 1.00 | 0 | 0.70 | 0.15 |
| HSL | 137.78º | 0.99% | 0.43% | - |
| HSV(B) | 137.78º | 1% | 0.85% | - |
| XYZ | 25.78 | 50.01 | 13.3 | - |
| YUV | 135.09 | 88.44 | 32.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 217 | 65 | 1.00 | 0 | 0.70 | 0.15 | 137.78 | 0.99 | 0.43 |
| Hex | 1 | D9 | 41 | 64 | 0 | 46 | F | 8A | 63 | 2B |
| Octal | 1 | 331 | 101 | 144 | 0 | 106 | 17 | 212 | 143 | 53 |
| Binary | 1 | 11011001 | 1000001 | 1100100 | 0 | 1000110 | 1111 | 10001010 | 1100011 | 101011 |
Color Harmonies of #01D941
Complementary color
Monochromatic Colors of #01D941
Black with #01D941
Text Example
Text Example
White with #01D941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D941; }
p { color: rgb(1,217,65); }
H1.HeaderClassName
{
color: #01D941;
}
.AnyTagClassName
{
color: #01D941;
}
</style>
background-color css
<style>
a { background-color: #01D941; }
a { background-color: rgb(1,217,65); }
div.DivClassName
{
background-color: #01D941;
}
.BgClassName
{
background-color: #01D941;
}
</style>
border-color css
<style>
span { border-color: #01D941; }
span { border-color: rgb(1,217,65); }
td.TdClassName
{
border-color: #01D941;
}
.TagClassName
{
border-color: #01D941;
}
</style>