Shades of Malachite #01D963
Tints of Malachite #01D963
RGB
CMYK
RGB Variations
Color information
#01D963 (or 0x01D963) is known color: Malachite. HEX triplet: 01, D9 and 63. RGB value is (1,217,99). Sum of RGB (Red+Green+Blue) = 1+217+99=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 217 (85.16% from 255 or 68.45% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 217 - color contains mainly: green. Hex color #01D963 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D963 is #FE269C. Grayscale: #8B8B8B. Windows color (decimal): -16656029 or 6543617. OLE color: 6543617.
HSL color Cylindrical-coordinate representation of color #01D963: hue angle of 147.22º 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 #01D963 is Cyan = 1.00, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 217 | 99 | - |
| CMYK | 1.00 | 0 | 0.54 | 0.15 |
| HSL | 147.22º | 0.99% | 0.43% | - |
| HSV(B) | 147.22º | 1% | 0.85% | - |
| XYZ | 27.08 | 50.53 | 20.13 | - |
| YUV | 138.96 | 105.44 | 29.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 217 | 99 | 1.00 | 0 | 0.54 | 0.15 | 147.22 | 0.99 | 0.43 |
| Hex | 1 | D9 | 63 | 64 | 0 | 36 | F | 93 | 63 | 2B |
| Octal | 1 | 331 | 143 | 144 | 0 | 66 | 17 | 223 | 143 | 53 |
| Binary | 1 | 11011001 | 1100011 | 1100100 | 0 | 110110 | 1111 | 10010011 | 1100011 | 101011 |
Color Harmonies of #01D963
Complementary color
Monochromatic Colors of #01D963
Black with #01D963
Text Example
Text Example
White with #01D963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D963; }
p { color: rgb(1,217,99); }
H1.HeaderClassName
{
color: #01D963;
}
.AnyTagClassName
{
color: #01D963;
}
</style>
background-color css
<style>
a { background-color: #01D963; }
a { background-color: rgb(1,217,99); }
div.DivClassName
{
background-color: #01D963;
}
.BgClassName
{
background-color: #01D963;
}
</style>
border-color css
<style>
span { border-color: #01D963; }
span { border-color: rgb(1,217,99); }
td.TdClassName
{
border-color: #01D963;
}
.TagClassName
{
border-color: #01D963;
}
</style>