Shades of Malachite #01D067
Tints of Malachite #01D067
RGB
CMYK
RGB Variations
Color information
#01D067 (or 0x01D067) is known color: Malachite. HEX triplet: 01, D0 and 67. RGB value is (1,208,103). Sum of RGB (Red+Green+Blue) = 1+208+103=312 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 312); Green value is 208 (81.64% from 255 or 66.67% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 208 - color contains mainly: green. Hex color #01D067 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D067 is #FE2F98. Grayscale: #868686. Windows color (decimal): -16658329 or 6803457. OLE color: 6803457.
HSL color Cylindrical-coordinate representation of color #01D067: hue angle of 149.57º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D067 is Cyan = 1.00, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 208 | 103 | - |
| CMYK | 1.00 | 0 | 0.50 | 0.18 |
| HSL | 149.57º | 0.99% | 0.41% | - |
| HSV(B) | 149.57º | 1% | 0.82% | - |
| XYZ | 25.02 | 46.1 | 20.41 | - |
| YUV | 134.14 | 110.42 | 33.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 208 | 103 | 1.00 | 0 | 0.50 | 0.18 | 149.57 | 0.99 | 0.41 |
| Hex | 1 | D0 | 67 | 64 | 0 | 32 | 12 | 96 | 63 | 29 |
| Octal | 1 | 320 | 147 | 144 | 0 | 62 | 22 | 226 | 143 | 51 |
| Binary | 1 | 11010000 | 1100111 | 1100100 | 0 | 110010 | 10010 | 10010110 | 1100011 | 101001 |
Color Harmonies of #01D067
Complementary color
Monochromatic Colors of #01D067
Black with #01D067
Text Example
Text Example
White with #01D067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D067; }
p { color: rgb(1,208,103); }
H1.HeaderClassName
{
color: #01D067;
}
.AnyTagClassName
{
color: #01D067;
}
</style>
background-color css
<style>
a { background-color: #01D067; }
a { background-color: rgb(1,208,103); }
div.DivClassName
{
background-color: #01D067;
}
.BgClassName
{
background-color: #01D067;
}
</style>
border-color css
<style>
span { border-color: #01D067; }
span { border-color: rgb(1,208,103); }
td.TdClassName
{
border-color: #01D067;
}
.TagClassName
{
border-color: #01D067;
}
</style>