Shades of Malachite #01D850
Tints of Malachite #01D850
RGB
CMYK
RGB Variations
Color information
#01D850 (or 0x01D850) is known color: Malachite. HEX triplet: 01, D8 and 50. RGB value is (1,216,80). Sum of RGB (Red+Green+Blue) = 1+216+80=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 216 (84.77% from 255 or 72.73% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 216 - color contains mainly: green. Hex color #01D850 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D850 is #FE27AF. Grayscale: #888888. Windows color (decimal): -16656304 or 5298177. OLE color: 5298177.
HSL color Cylindrical-coordinate representation of color #01D850: hue angle of 142.05º 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 #01D850 is Cyan = 1.00, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 216 | 80 | - |
| CMYK | 1.00 | 0 | 0.63 | 0.15 |
| HSL | 142.05º | 0.99% | 0.43% | - |
| HSV(B) | 142.05º | 1% | 0.85% | - |
| XYZ | 26.02 | 49.7 | 15.81 | - |
| YUV | 136.21 | 96.27 | 31.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 216 | 80 | 1.00 | 0 | 0.63 | 0.15 | 142.05 | 0.99 | 0.43 |
| Hex | 1 | D8 | 50 | 64 | 0 | 3F | F | 8E | 63 | 2B |
| Octal | 1 | 330 | 120 | 144 | 0 | 77 | 17 | 216 | 143 | 53 |
| Binary | 1 | 11011000 | 1010000 | 1100100 | 0 | 111111 | 1111 | 10001110 | 1100011 | 101011 |
Color Harmonies of #01D850
Complementary color
Monochromatic Colors of #01D850
Black with #01D850
Text Example
Text Example
White with #01D850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D850; }
p { color: rgb(1,216,80); }
H1.HeaderClassName
{
color: #01D850;
}
.AnyTagClassName
{
color: #01D850;
}
</style>
background-color css
<style>
a { background-color: #01D850; }
a { background-color: rgb(1,216,80); }
div.DivClassName
{
background-color: #01D850;
}
.BgClassName
{
background-color: #01D850;
}
</style>
border-color css
<style>
span { border-color: #01D850; }
span { border-color: rgb(1,216,80); }
td.TdClassName
{
border-color: #01D850;
}
.TagClassName
{
border-color: #01D850;
}
</style>