Shades of Malachite #05EC5C
Tints of Malachite #05EC5C
RGB
CMYK
RGB Variations
Color information
#05EC5C (or 0x05EC5C) is known color: Malachite. HEX triplet: 05, EC and 5C. RGB value is (5,236,92). Sum of RGB (Red+Green+Blue) = 5+236+92=333 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 333); Green value is 236 (92.58% from 255 or 70.87% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 236 - color contains mainly: green. Hex color #05EC5C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05EC5C is #FA13A3. Grayscale: #969696. Windows color (decimal): -16389028 or 6089733. OLE color: 6089733.
HSL color Cylindrical-coordinate representation of color #05EC5C: hue angle of 142.6º 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 #05EC5C is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 236 | 92 | - |
| CMYK | 0.98 | 0 | 0.61 | 0.07 |
| HSL | 142.6º | 0.96% | 0.47% | - |
| HSV(B) | 142.6º | 0.98% | 0.93% | - |
| XYZ | 31.99 | 60.8 | 20.17 | - |
| YUV | 150.52 | 94.97 | 24.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 236 | 92 | 0.98 | 0 | 0.61 | 0.07 | 142.6 | 0.96 | 0.47 |
| Hex | 5 | EC | 5C | 62 | 0 | 3D | 7 | 8F | 60 | 2F |
| Octal | 5 | 354 | 134 | 142 | 0 | 75 | 7 | 217 | 140 | 57 |
| Binary | 101 | 11101100 | 1011100 | 1100010 | 0 | 111101 | 111 | 10001111 | 1100000 | 101111 |
Color Harmonies of #05EC5C
Complementary color
Monochromatic Colors of #05EC5C
Black with #05EC5C
Text Example
Text Example
White with #05EC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EC5C; }
p { color: rgb(5,236,92); }
H1.HeaderClassName
{
color: #05EC5C;
}
.AnyTagClassName
{
color: #05EC5C;
}
</style>
background-color css
<style>
a { background-color: #05EC5C; }
a { background-color: rgb(5,236,92); }
div.DivClassName
{
background-color: #05EC5C;
}
.BgClassName
{
background-color: #05EC5C;
}
</style>
border-color css
<style>
span { border-color: #05EC5C; }
span { border-color: rgb(5,236,92); }
td.TdClassName
{
border-color: #05EC5C;
}
.TagClassName
{
border-color: #05EC5C;
}
</style>