Shades of Malachite #01D767
Tints of Malachite #01D767
RGB
CMYK
RGB Variations
Color information
#01D767 (or 0x01D767) is known color: Malachite. HEX triplet: 01, D7 and 67. RGB value is (1,215,103). Sum of RGB (Red+Green+Blue) = 1+215+103=319 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 319); Green value is 215 (84.38% from 255 or 67.40% from 319); Blue value is 103 (40.62% from 255 or 32.29% from 319); Max value from RGB is 215 - color contains mainly: green. Hex color #01D767 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D767 is #FE2898. Grayscale: #8A8A8A. Windows color (decimal): -16656537 or 6805249. OLE color: 6805249.
HSL color Cylindrical-coordinate representation of color #01D767: hue angle of 148.6º 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 #01D767 is Cyan = 1.00, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 215 | 103 | - |
| CMYK | 1.00 | 0 | 0.52 | 0.16 |
| HSL | 148.6º | 0.99% | 0.42% | - |
| HSV(B) | 148.6º | 1% | 0.84% | - |
| XYZ | 26.76 | 49.59 | 20.99 | - |
| YUV | 138.25 | 108.1 | 30.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 215 | 103 | 1.00 | 0 | 0.52 | 0.16 | 148.6 | 0.99 | 0.42 |
| Hex | 1 | D7 | 67 | 64 | 0 | 34 | 10 | 95 | 63 | 2A |
| Octal | 1 | 327 | 147 | 144 | 0 | 64 | 20 | 225 | 143 | 52 |
| Binary | 1 | 11010111 | 1100111 | 1100100 | 0 | 110100 | 10000 | 10010101 | 1100011 | 101010 |
Color Harmonies of #01D767
Complementary color
Monochromatic Colors of #01D767
Black with #01D767
Text Example
Text Example
White with #01D767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D767; }
p { color: rgb(1,215,103); }
H1.HeaderClassName
{
color: #01D767;
}
.AnyTagClassName
{
color: #01D767;
}
</style>
background-color css
<style>
a { background-color: #01D767; }
a { background-color: rgb(1,215,103); }
div.DivClassName
{
background-color: #01D767;
}
.BgClassName
{
background-color: #01D767;
}
</style>
border-color css
<style>
span { border-color: #01D767; }
span { border-color: rgb(1,215,103); }
td.TdClassName
{
border-color: #01D767;
}
.TagClassName
{
border-color: #01D767;
}
</style>