Shades of Malachite #01EC52
Tints of Malachite #01EC52
RGB
CMYK
RGB Variations
Color information
#01EC52 (or 0x01EC52) is known color: Malachite. HEX triplet: 01, EC and 52. RGB value is (1,236,82). Sum of RGB (Red+Green+Blue) = 1+236+82=319 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 319); Green value is 236 (92.58% from 255 or 73.98% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 236 - color contains mainly: green. Hex color #01EC52 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01EC52 is #FE13AD. Grayscale: #949494. Windows color (decimal): -16651182 or 5434369. OLE color: 5434369.
HSL color Cylindrical-coordinate representation of color #01EC52: hue angle of 140.68º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EC52 is Cyan = 1.00, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 236 | 82 | - |
| CMYK | 1.00 | 0 | 0.65 | 0.07 |
| HSL | 140.68º | 0.99% | 0.46% | - |
| HSV(B) | 140.68º | 1% | 0.93% | - |
| XYZ | 31.53 | 60.61 | 18.02 | - |
| YUV | 148.18 | 90.64 | 23.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 236 | 82 | 1.00 | 0 | 0.65 | 0.07 | 140.68 | 0.99 | 0.46 |
| Hex | 1 | EC | 52 | 64 | 0 | 41 | 7 | 8D | 63 | 2E |
| Octal | 1 | 354 | 122 | 144 | 0 | 101 | 7 | 215 | 143 | 56 |
| Binary | 1 | 11101100 | 1010010 | 1100100 | 0 | 1000001 | 111 | 10001101 | 1100011 | 101110 |
Color Harmonies of #01EC52
Complementary color
Monochromatic Colors of #01EC52
Black with #01EC52
Text Example
Text Example
White with #01EC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EC52; }
p { color: rgb(1,236,82); }
H1.HeaderClassName
{
color: #01EC52;
}
.AnyTagClassName
{
color: #01EC52;
}
</style>
background-color css
<style>
a { background-color: #01EC52; }
a { background-color: rgb(1,236,82); }
div.DivClassName
{
background-color: #01EC52;
}
.BgClassName
{
background-color: #01EC52;
}
</style>
border-color css
<style>
span { border-color: #01EC52; }
span { border-color: rgb(1,236,82); }
td.TdClassName
{
border-color: #01EC52;
}
.TagClassName
{
border-color: #01EC52;
}
</style>