Shades of Malachite #05EC64
Tints of Malachite #05EC64
RGB
CMYK
RGB Variations
Color information
#05EC64 (or 0x05EC64) is known color: Malachite. HEX triplet: 05, EC and 64. RGB value is (5,236,100). Sum of RGB (Red+Green+Blue) = 5+236+100=341 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 341); Green value is 236 (92.58% from 255 or 69.21% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 236 - color contains mainly: green. Hex color #05EC64 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05EC64 is #FA139B. Grayscale: #979797. Windows color (decimal): -16389020 or 6614021. OLE color: 6614021.
HSL color Cylindrical-coordinate representation of color #05EC64: hue angle of 144.68º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05EC64 is Cyan = 0.98, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 236 | 100 | - |
| CMYK | 0.98 | 0 | 0.58 | 0.07 |
| HSL | 144.68º | 0.96% | 0.47% | - |
| HSV(B) | 144.68º | 0.98% | 0.93% | - |
| XYZ | 32.36 | 60.94 | 22.11 | - |
| YUV | 151.43 | 98.97 | 23.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 236 | 100 | 0.98 | 0 | 0.58 | 0.07 | 144.68 | 0.96 | 0.47 |
| Hex | 5 | EC | 64 | 62 | 0 | 3A | 7 | 91 | 60 | 2F |
| Octal | 5 | 354 | 144 | 142 | 0 | 72 | 7 | 221 | 140 | 57 |
| Binary | 101 | 11101100 | 1100100 | 1100010 | 0 | 111010 | 111 | 10010001 | 1100000 | 101111 |
Color Harmonies of #05EC64
Complementary color
Monochromatic Colors of #05EC64
Black with #05EC64
Text Example
Text Example
White with #05EC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EC64; }
p { color: rgb(5,236,100); }
H1.HeaderClassName
{
color: #05EC64;
}
.AnyTagClassName
{
color: #05EC64;
}
</style>
background-color css
<style>
a { background-color: #05EC64; }
a { background-color: rgb(5,236,100); }
div.DivClassName
{
background-color: #05EC64;
}
.BgClassName
{
background-color: #05EC64;
}
</style>
border-color css
<style>
span { border-color: #05EC64; }
span { border-color: rgb(5,236,100); }
td.TdClassName
{
border-color: #05EC64;
}
.TagClassName
{
border-color: #05EC64;
}
</style>