Shades of Malachite #01ED63
Tints of Malachite #01ED63
RGB
CMYK
RGB Variations
Color information
#01ED63 (or 0x01ED63) is known color: Malachite. HEX triplet: 01, ED and 63. RGB value is (1,237,99). Sum of RGB (Red+Green+Blue) = 1+237+99=337 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 337); Green value is 237 (92.97% from 255 or 70.33% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 237 - color contains mainly: green. Hex color #01ED63 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01ED63 is #FE129C. Grayscale: #979797. Windows color (decimal): -16650909 or 6548737. OLE color: 6548737.
HSL color Cylindrical-coordinate representation of color #01ED63: hue angle of 144.92º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01ED63 is Cyan = 1.00, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 237 | 99 | - |
| CMYK | 1.00 | 0 | 0.58 | 0.07 |
| HSL | 144.92º | 0.99% | 0.47% | - |
| HSV(B) | 144.92º | 1% | 0.93% | - |
| XYZ | 32.55 | 61.48 | 21.95 | - |
| YUV | 150.7 | 98.81 | 21.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 237 | 99 | 1.00 | 0 | 0.58 | 0.07 | 144.92 | 0.99 | 0.47 |
| Hex | 1 | ED | 63 | 64 | 0 | 3A | 7 | 91 | 63 | 2F |
| Octal | 1 | 355 | 143 | 144 | 0 | 72 | 7 | 221 | 143 | 57 |
| Binary | 1 | 11101101 | 1100011 | 1100100 | 0 | 111010 | 111 | 10010001 | 1100011 | 101111 |
Color Harmonies of #01ED63
Complementary color
Monochromatic Colors of #01ED63
Black with #01ED63
Text Example
Text Example
White with #01ED63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ED63; }
p { color: rgb(1,237,99); }
H1.HeaderClassName
{
color: #01ED63;
}
.AnyTagClassName
{
color: #01ED63;
}
</style>
background-color css
<style>
a { background-color: #01ED63; }
a { background-color: rgb(1,237,99); }
div.DivClassName
{
background-color: #01ED63;
}
.BgClassName
{
background-color: #01ED63;
}
</style>
border-color css
<style>
span { border-color: #01ED63; }
span { border-color: rgb(1,237,99); }
td.TdClassName
{
border-color: #01ED63;
}
.TagClassName
{
border-color: #01ED63;
}
</style>