Shades of Malachite #01D574
Tints of Malachite #01D574
RGB
CMYK
RGB Variations
Color information
#01D574 (or 0x01D574) is known color: Malachite. HEX triplet: 01, D5 and 74. RGB value is (1,213,116). Sum of RGB (Red+Green+Blue) = 1+213+116=330 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 330); Green value is 213 (83.59% from 255 or 64.55% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 213 - color contains mainly: green. Hex color #01D574 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D574 is #FE2A8B. Grayscale: #8A8A8A. Windows color (decimal): -16657036 or 7656705. OLE color: 7656705.
HSL color Cylindrical-coordinate representation of color #01D574: hue angle of 152.55º 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 #01D574 is Cyan = 1.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 213 | 116 | - |
| CMYK | 1.00 | 0 | 0.46 | 0.16 |
| HSL | 152.55º | 0.99% | 0.42% | - |
| HSV(B) | 152.55º | 1% | 0.84% | - |
| XYZ | 26.96 | 48.86 | 24.53 | - |
| YUV | 138.55 | 115.26 | 29.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 213 | 116 | 1.00 | 0 | 0.46 | 0.16 | 152.55 | 0.99 | 0.42 |
| Hex | 1 | D5 | 74 | 64 | 0 | 2E | 10 | 99 | 63 | 2A |
| Octal | 1 | 325 | 164 | 144 | 0 | 56 | 20 | 231 | 143 | 52 |
| Binary | 1 | 11010101 | 1110100 | 1100100 | 0 | 101110 | 10000 | 10011001 | 1100011 | 101010 |
Color Harmonies of #01D574
Complementary color
Monochromatic Colors of #01D574
Black with #01D574
Text Example
Text Example
White with #01D574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D574; }
p { color: rgb(1,213,116); }
H1.HeaderClassName
{
color: #01D574;
}
.AnyTagClassName
{
color: #01D574;
}
</style>
background-color css
<style>
a { background-color: #01D574; }
a { background-color: rgb(1,213,116); }
div.DivClassName
{
background-color: #01D574;
}
.BgClassName
{
background-color: #01D574;
}
</style>
border-color css
<style>
span { border-color: #01D574; }
span { border-color: rgb(1,213,116); }
td.TdClassName
{
border-color: #01D574;
}
.TagClassName
{
border-color: #01D574;
}
</style>