Shades of Malachite #01E73D
Tints of Malachite #01E73D
RGB
CMYK
RGB Variations
Color information
#01E73D (or 0x01E73D) is known color: Malachite. HEX triplet: 01, E7 and 3D. RGB value is (1,231,61). Sum of RGB (Red+Green+Blue) = 1+231+61=293 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 293); Green value is 231 (90.62% from 255 or 78.84% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 231 - color contains mainly: green. Hex color #01E73D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01E73D is #FE18C2. Grayscale: #8F8F8F. Windows color (decimal): -16652483 or 4056833. OLE color: 4056833.
HSL color Cylindrical-coordinate representation of color #01E73D: hue angle of 135.65º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E73D is Cyan = 1.00, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 231 | 61 | - |
| CMYK | 1.00 | 0 | 0.74 | 0.09 |
| HSL | 135.65º | 0.99% | 0.45% | - |
| HSV(B) | 135.65º | 1% | 0.91% | - |
| XYZ | 29.43 | 57.5 | 13.96 | - |
| YUV | 142.85 | 81.8 | 26.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 231 | 61 | 1.00 | 0 | 0.74 | 0.09 | 135.65 | 0.99 | 0.45 |
| Hex | 1 | E7 | 3D | 64 | 0 | 4A | 9 | 88 | 63 | 2D |
| Octal | 1 | 347 | 75 | 144 | 0 | 112 | 11 | 210 | 143 | 55 |
| Binary | 1 | 11100111 | 111101 | 1100100 | 0 | 1001010 | 1001 | 10001000 | 1100011 | 101101 |
Color Harmonies of #01E73D
Complementary color
Monochromatic Colors of #01E73D
Black with #01E73D
Text Example
Text Example
White with #01E73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E73D; }
p { color: rgb(1,231,61); }
H1.HeaderClassName
{
color: #01E73D;
}
.AnyTagClassName
{
color: #01E73D;
}
</style>
background-color css
<style>
a { background-color: #01E73D; }
a { background-color: rgb(1,231,61); }
div.DivClassName
{
background-color: #01E73D;
}
.BgClassName
{
background-color: #01E73D;
}
</style>
border-color css
<style>
span { border-color: #01E73D; }
span { border-color: rgb(1,231,61); }
td.TdClassName
{
border-color: #01E73D;
}
.TagClassName
{
border-color: #01E73D;
}
</style>