Shades of Malachite #01D057
Tints of Malachite #01D057
RGB
CMYK
RGB Variations
Color information
#01D057 (or 0x01D057) is known color: Malachite. HEX triplet: 01, D0 and 57. RGB value is (1,208,87). Sum of RGB (Red+Green+Blue) = 1+208+87=296 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 296); Green value is 208 (81.64% from 255 or 70.27% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 208 - color contains mainly: green. Hex color #01D057 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D057 is #FE2FA8. Grayscale: #848484. Windows color (decimal): -16658345 or 5754881. OLE color: 5754881.
HSL color Cylindrical-coordinate representation of color #01D057: hue angle of 144.93º 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 #01D057 is Cyan = 1.00, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 208 | 87 | - |
| CMYK | 1.00 | 0 | 0.58 | 0.18 |
| HSL | 144.93º | 0.99% | 0.41% | - |
| HSV(B) | 144.93º | 1% | 0.82% | - |
| XYZ | 24.29 | 45.81 | 16.58 | - |
| YUV | 132.31 | 102.42 | 34.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 208 | 87 | 1.00 | 0 | 0.58 | 0.18 | 144.93 | 0.99 | 0.41 |
| Hex | 1 | D0 | 57 | 64 | 0 | 3A | 12 | 91 | 63 | 29 |
| Octal | 1 | 320 | 127 | 144 | 0 | 72 | 22 | 221 | 143 | 51 |
| Binary | 1 | 11010000 | 1010111 | 1100100 | 0 | 111010 | 10010 | 10010001 | 1100011 | 101001 |
Color Harmonies of #01D057
Complementary color
Monochromatic Colors of #01D057
Black with #01D057
Text Example
Text Example
White with #01D057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D057; }
p { color: rgb(1,208,87); }
H1.HeaderClassName
{
color: #01D057;
}
.AnyTagClassName
{
color: #01D057;
}
</style>
background-color css
<style>
a { background-color: #01D057; }
a { background-color: rgb(1,208,87); }
div.DivClassName
{
background-color: #01D057;
}
.BgClassName
{
background-color: #01D057;
}
</style>
border-color css
<style>
span { border-color: #01D057; }
span { border-color: rgb(1,208,87); }
td.TdClassName
{
border-color: #01D057;
}
.TagClassName
{
border-color: #01D057;
}
</style>