Shades of Malachite #01D641
Tints of Malachite #01D641
RGB
CMYK
RGB Variations
Color information
#01D641 (or 0x01D641) is known color: Malachite. HEX triplet: 01, D6 and 41. RGB value is (1,214,65). Sum of RGB (Red+Green+Blue) = 1+214+65=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 214 (83.98% from 255 or 76.43% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 214 - color contains mainly: green. Hex color #01D641 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D641 is #FE29BE. Grayscale: #858585. Windows color (decimal): -16656831 or 4314625. OLE color: 4314625.
HSL color Cylindrical-coordinate representation of color #01D641: hue angle of 138.03º 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 #01D641 is Cyan = 1.00, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 214 | 65 | - |
| CMYK | 1.00 | 0 | 0.70 | 0.16 |
| HSL | 138.03º | 0.99% | 0.42% | - |
| HSV(B) | 138.03º | 1% | 0.84% | - |
| XYZ | 25.01 | 48.48 | 13.04 | - |
| YUV | 133.33 | 89.43 | 33.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 214 | 65 | 1.00 | 0 | 0.70 | 0.16 | 138.03 | 0.99 | 0.42 |
| Hex | 1 | D6 | 41 | 64 | 0 | 46 | 10 | 8A | 63 | 2A |
| Octal | 1 | 326 | 101 | 144 | 0 | 106 | 20 | 212 | 143 | 52 |
| Binary | 1 | 11010110 | 1000001 | 1100100 | 0 | 1000110 | 10000 | 10001010 | 1100011 | 101010 |
Color Harmonies of #01D641
Complementary color
Monochromatic Colors of #01D641
Black with #01D641
Text Example
Text Example
White with #01D641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D641; }
p { color: rgb(1,214,65); }
H1.HeaderClassName
{
color: #01D641;
}
.AnyTagClassName
{
color: #01D641;
}
</style>
background-color css
<style>
a { background-color: #01D641; }
a { background-color: rgb(1,214,65); }
div.DivClassName
{
background-color: #01D641;
}
.BgClassName
{
background-color: #01D641;
}
</style>
border-color css
<style>
span { border-color: #01D641; }
span { border-color: rgb(1,214,65); }
td.TdClassName
{
border-color: #01D641;
}
.TagClassName
{
border-color: #01D641;
}
</style>