Shades of Malachite #01D758
Tints of Malachite #01D758
RGB
CMYK
RGB Variations
Color information
#01D758 (or 0x01D758) is known color: Malachite. HEX triplet: 01, D7 and 58. RGB value is (1,215,88). Sum of RGB (Red+Green+Blue) = 1+215+88=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 215 (84.38% from 255 or 70.72% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 215 - color contains mainly: green. Hex color #01D758 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D758 is #FE28A7. Grayscale: #888888. Windows color (decimal): -16656552 or 5822209. OLE color: 5822209.
HSL color Cylindrical-coordinate representation of color #01D758: hue angle of 144.39º 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 #01D758 is Cyan = 1.00, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 215 | 88 | - |
| CMYK | 1.00 | 0 | 0.59 | 0.16 |
| HSL | 144.39º | 0.99% | 0.42% | - |
| HSV(B) | 144.39º | 1% | 0.84% | - |
| XYZ | 26.07 | 49.31 | 17.38 | - |
| YUV | 136.54 | 100.6 | 31.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 215 | 88 | 1.00 | 0 | 0.59 | 0.16 | 144.39 | 0.99 | 0.42 |
| Hex | 1 | D7 | 58 | 64 | 0 | 3B | 10 | 90 | 63 | 2A |
| Octal | 1 | 327 | 130 | 144 | 0 | 73 | 20 | 220 | 143 | 52 |
| Binary | 1 | 11010111 | 1011000 | 1100100 | 0 | 111011 | 10000 | 10010000 | 1100011 | 101010 |
Color Harmonies of #01D758
Complementary color
Monochromatic Colors of #01D758
Black with #01D758
Text Example
Text Example
White with #01D758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D758; }
p { color: rgb(1,215,88); }
H1.HeaderClassName
{
color: #01D758;
}
.AnyTagClassName
{
color: #01D758;
}
</style>
background-color css
<style>
a { background-color: #01D758; }
a { background-color: rgb(1,215,88); }
div.DivClassName
{
background-color: #01D758;
}
.BgClassName
{
background-color: #01D758;
}
</style>
border-color css
<style>
span { border-color: #01D758; }
span { border-color: rgb(1,215,88); }
td.TdClassName
{
border-color: #01D758;
}
.TagClassName
{
border-color: #01D758;
}
</style>