Shades of Malachite #01D73E
Tints of Malachite #01D73E
RGB
CMYK
RGB Variations
Color information
#01D73E (or 0x01D73E) is known color: Malachite. HEX triplet: 01, D7 and 3E. RGB value is (1,215,62). Sum of RGB (Red+Green+Blue) = 1+215+62=278 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 278); Green value is 215 (84.38% from 255 or 77.34% from 278); Blue value is 62 (24.61% from 255 or 22.30% from 278); Max value from RGB is 215 - color contains mainly: green. Hex color #01D73E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D73E is #FE28C1. Grayscale: #858585. Windows color (decimal): -16656578 or 4118273. OLE color: 4118273.
HSL color Cylindrical-coordinate representation of color #01D73E: hue angle of 137.1º 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 #01D73E is Cyan = 1.00, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 215 | 62 | - |
| CMYK | 1.00 | 0 | 0.71 | 0.16 |
| HSL | 137.1º | 0.99% | 0.42% | - |
| HSV(B) | 137.1º | 1% | 0.84% | - |
| XYZ | 25.18 | 48.96 | 12.68 | - |
| YUV | 133.57 | 87.6 | 33.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 215 | 62 | 1.00 | 0 | 0.71 | 0.16 | 137.1 | 0.99 | 0.42 |
| Hex | 1 | D7 | 3E | 64 | 0 | 47 | 10 | 89 | 63 | 2A |
| Octal | 1 | 327 | 76 | 144 | 0 | 107 | 20 | 211 | 143 | 52 |
| Binary | 1 | 11010111 | 111110 | 1100100 | 0 | 1000111 | 10000 | 10001001 | 1100011 | 101010 |
Color Harmonies of #01D73E
Complementary color
Monochromatic Colors of #01D73E
Black with #01D73E
Text Example
Text Example
White with #01D73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D73E; }
p { color: rgb(1,215,62); }
H1.HeaderClassName
{
color: #01D73E;
}
.AnyTagClassName
{
color: #01D73E;
}
</style>
background-color css
<style>
a { background-color: #01D73E; }
a { background-color: rgb(1,215,62); }
div.DivClassName
{
background-color: #01D73E;
}
.BgClassName
{
background-color: #01D73E;
}
</style>
border-color css
<style>
span { border-color: #01D73E; }
span { border-color: rgb(1,215,62); }
td.TdClassName
{
border-color: #01D73E;
}
.TagClassName
{
border-color: #01D73E;
}
</style>