Shades of Malachite #01D251
Tints of Malachite #01D251
RGB
CMYK
RGB Variations
Color information
#01D251 (or 0x01D251) is known color: Malachite. HEX triplet: 01, D2 and 51. RGB value is (1,210,81). Sum of RGB (Red+Green+Blue) = 1+210+81=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 210 (82.42% from 255 or 71.92% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 210 - color contains mainly: green. Hex color #01D251 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D251 is #FE2DAE. Grayscale: #858585. Windows color (decimal): -16657839 or 5362177. OLE color: 5362177.
HSL color Cylindrical-coordinate representation of color #01D251: hue angle of 142.97º 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 #01D251 is Cyan = 1.00, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 210 | 81 | - |
| CMYK | 1.00 | 0 | 0.61 | 0.18 |
| HSL | 142.97º | 0.99% | 0.41% | - |
| HSV(B) | 142.97º | 1% | 0.82% | - |
| XYZ | 24.54 | 46.69 | 15.5 | - |
| YUV | 132.8 | 98.76 | 33.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 210 | 81 | 1.00 | 0 | 0.61 | 0.18 | 142.97 | 0.99 | 0.41 |
| Hex | 1 | D2 | 51 | 64 | 0 | 3D | 12 | 8F | 63 | 29 |
| Octal | 1 | 322 | 121 | 144 | 0 | 75 | 22 | 217 | 143 | 51 |
| Binary | 1 | 11010010 | 1010001 | 1100100 | 0 | 111101 | 10010 | 10001111 | 1100011 | 101001 |
Color Harmonies of #01D251
Complementary color
Monochromatic Colors of #01D251
Black with #01D251
Text Example
Text Example
White with #01D251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D251; }
p { color: rgb(1,210,81); }
H1.HeaderClassName
{
color: #01D251;
}
.AnyTagClassName
{
color: #01D251;
}
</style>
background-color css
<style>
a { background-color: #01D251; }
a { background-color: rgb(1,210,81); }
div.DivClassName
{
background-color: #01D251;
}
.BgClassName
{
background-color: #01D251;
}
</style>
border-color css
<style>
span { border-color: #01D251; }
span { border-color: rgb(1,210,81); }
td.TdClassName
{
border-color: #01D251;
}
.TagClassName
{
border-color: #01D251;
}
</style>