Shades of Malachite #01D73D
Tints of Malachite #01D73D
RGB
CMYK
RGB Variations
Color information
#01D73D (or 0x01D73D) is known color: Malachite. HEX triplet: 01, D7 and 3D. RGB value is (1,215,61). Sum of RGB (Red+Green+Blue) = 1+215+61=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 215 (84.38% from 255 or 77.62% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 215 - color contains mainly: green. Hex color #01D73D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D73D is #FE28C2. Grayscale: #858585. Windows color (decimal): -16656579 or 4052737. OLE color: 4052737.
HSL color Cylindrical-coordinate representation of color #01D73D: hue angle of 136.82º 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 #01D73D is Cyan = 1.00, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 215 | 61 | - |
| CMYK | 1.00 | 0 | 0.72 | 0.16 |
| HSL | 136.82º | 0.99% | 0.42% | - |
| HSV(B) | 136.82º | 1% | 0.84% | - |
| XYZ | 25.16 | 48.94 | 12.54 | - |
| YUV | 133.46 | 87.1 | 33.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 215 | 61 | 1.00 | 0 | 0.72 | 0.16 | 136.82 | 0.99 | 0.42 |
| Hex | 1 | D7 | 3D | 64 | 0 | 48 | 10 | 89 | 63 | 2A |
| Octal | 1 | 327 | 75 | 144 | 0 | 110 | 20 | 211 | 143 | 52 |
| Binary | 1 | 11010111 | 111101 | 1100100 | 0 | 1001000 | 10000 | 10001001 | 1100011 | 101010 |
Color Harmonies of #01D73D
Complementary color
Monochromatic Colors of #01D73D
Black with #01D73D
Text Example
Text Example
White with #01D73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D73D; }
p { color: rgb(1,215,61); }
H1.HeaderClassName
{
color: #01D73D;
}
.AnyTagClassName
{
color: #01D73D;
}
</style>
background-color css
<style>
a { background-color: #01D73D; }
a { background-color: rgb(1,215,61); }
div.DivClassName
{
background-color: #01D73D;
}
.BgClassName
{
background-color: #01D73D;
}
</style>
border-color css
<style>
span { border-color: #01D73D; }
span { border-color: rgb(1,215,61); }
td.TdClassName
{
border-color: #01D73D;
}
.TagClassName
{
border-color: #01D73D;
}
</style>