Shades of Malachite #01D34F
Tints of Malachite #01D34F
RGB
CMYK
RGB Variations
Color information
#01D34F (or 0x01D34F) is known color: Malachite. HEX triplet: 01, D3 and 4F. RGB value is (1,211,79). Sum of RGB (Red+Green+Blue) = 1+211+79=291 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 291); Green value is 211 (82.81% from 255 or 72.51% from 291); Blue value is 79 (31.25% from 255 or 27.15% from 291); Max value from RGB is 211 - color contains mainly: green. Hex color #01D34F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D34F is #FE2CB0. Grayscale: #858585. Windows color (decimal): -16657585 or 5231361. OLE color: 5231361.
HSL color Cylindrical-coordinate representation of color #01D34F: hue angle of 142.29º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D34F is Cyan = 1.00, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 211 | 79 | - |
| CMYK | 1.00 | 0 | 0.63 | 0.17 |
| HSL | 142.29º | 0.99% | 0.42% | - |
| HSV(B) | 142.29º | 1% | 0.83% | - |
| XYZ | 24.72 | 47.16 | 15.2 | - |
| YUV | 133.16 | 97.43 | 33.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 211 | 79 | 1.00 | 0 | 0.63 | 0.17 | 142.29 | 0.99 | 0.42 |
| Hex | 1 | D3 | 4F | 64 | 0 | 3F | 11 | 8E | 63 | 2A |
| Octal | 1 | 323 | 117 | 144 | 0 | 77 | 21 | 216 | 143 | 52 |
| Binary | 1 | 11010011 | 1001111 | 1100100 | 0 | 111111 | 10001 | 10001110 | 1100011 | 101010 |
Color Harmonies of #01D34F
Complementary color
Monochromatic Colors of #01D34F
Black with #01D34F
Text Example
Text Example
White with #01D34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D34F; }
p { color: rgb(1,211,79); }
H1.HeaderClassName
{
color: #01D34F;
}
.AnyTagClassName
{
color: #01D34F;
}
</style>
background-color css
<style>
a { background-color: #01D34F; }
a { background-color: rgb(1,211,79); }
div.DivClassName
{
background-color: #01D34F;
}
.BgClassName
{
background-color: #01D34F;
}
</style>
border-color css
<style>
span { border-color: #01D34F; }
span { border-color: rgb(1,211,79); }
td.TdClassName
{
border-color: #01D34F;
}
.TagClassName
{
border-color: #01D34F;
}
</style>