Shades of Malachite #01D661
Tints of Malachite #01D661
RGB
CMYK
RGB Variations
Color information
#01D661 (or 0x01D661) is known color: Malachite. HEX triplet: 01, D6 and 61. RGB value is (1,214,97). Sum of RGB (Red+Green+Blue) = 1+214+97=312 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 312); Green value is 214 (83.98% from 255 or 68.59% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 214 - color contains mainly: green. Hex color #01D661 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D661 is #FE299E. Grayscale: #898989. Windows color (decimal): -16656799 or 6411777. OLE color: 6411777.
HSL color Cylindrical-coordinate representation of color #01D661: hue angle of 147.04º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D661 is Cyan = 1.00, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 214 | 97 | - |
| CMYK | 1.00 | 0 | 0.55 | 0.16 |
| HSL | 147.04º | 0.99% | 0.42% | - |
| HSV(B) | 147.04º | 1% | 0.84% | - |
| XYZ | 26.22 | 48.96 | 19.38 | - |
| YUV | 136.98 | 105.43 | 31.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 214 | 97 | 1.00 | 0 | 0.55 | 0.16 | 147.04 | 0.99 | 0.42 |
| Hex | 1 | D6 | 61 | 64 | 0 | 37 | 10 | 93 | 63 | 2A |
| Octal | 1 | 326 | 141 | 144 | 0 | 67 | 20 | 223 | 143 | 52 |
| Binary | 1 | 11010110 | 1100001 | 1100100 | 0 | 110111 | 10000 | 10010011 | 1100011 | 101010 |
Color Harmonies of #01D661
Complementary color
Monochromatic Colors of #01D661
Black with #01D661
Text Example
Text Example
White with #01D661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D661; }
p { color: rgb(1,214,97); }
H1.HeaderClassName
{
color: #01D661;
}
.AnyTagClassName
{
color: #01D661;
}
</style>
background-color css
<style>
a { background-color: #01D661; }
a { background-color: rgb(1,214,97); }
div.DivClassName
{
background-color: #01D661;
}
.BgClassName
{
background-color: #01D661;
}
</style>
border-color css
<style>
span { border-color: #01D661; }
span { border-color: rgb(1,214,97); }
td.TdClassName
{
border-color: #01D661;
}
.TagClassName
{
border-color: #01D661;
}
</style>