Shades of Malachite #06EC58
Tints of Malachite #06EC58
RGB
CMYK
RGB Variations
Color information
#06EC58 (or 0x06EC58) is known color: Malachite. HEX triplet: 06, EC and 58. RGB value is (6,236,88). Sum of RGB (Red+Green+Blue) = 6+236+88=330 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.82% from 330); Green value is 236 (92.58% from 255 or 71.52% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 236 - color contains mainly: green. Hex color #06EC58 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #06EC58 is #F913A7. Grayscale: #969696. Windows color (decimal): -16323496 or 5827590. OLE color: 5827590.
HSL color Cylindrical-coordinate representation of color #06EC58: hue angle of 141.39º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06EC58 is Cyan = 0.97, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 236 | 88 | - |
| CMYK | 0.97 | 0 | 0.63 | 0.07 |
| HSL | 141.39º | 0.95% | 0.47% | - |
| HSV(B) | 141.39º | 0.97% | 0.93% | - |
| XYZ | 31.83 | 60.73 | 19.28 | - |
| YUV | 150.36 | 92.8 | 25.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 236 | 88 | 0.97 | 0 | 0.63 | 0.07 | 141.39 | 0.95 | 0.47 |
| Hex | 6 | EC | 58 | 61 | 0 | 3F | 7 | 8D | 5F | 2F |
| Octal | 6 | 354 | 130 | 141 | 0 | 77 | 7 | 215 | 137 | 57 |
| Binary | 110 | 11101100 | 1011000 | 1100001 | 0 | 111111 | 111 | 10001101 | 1011111 | 101111 |
Color Harmonies of #06EC58
Complementary color
Monochromatic Colors of #06EC58
Black with #06EC58
Text Example
Text Example
White with #06EC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06EC58; }
p { color: rgb(6,236,88); }
H1.HeaderClassName
{
color: #06EC58;
}
.AnyTagClassName
{
color: #06EC58;
}
</style>
background-color css
<style>
a { background-color: #06EC58; }
a { background-color: rgb(6,236,88); }
div.DivClassName
{
background-color: #06EC58;
}
.BgClassName
{
background-color: #06EC58;
}
</style>
border-color css
<style>
span { border-color: #06EC58; }
span { border-color: rgb(6,236,88); }
td.TdClassName
{
border-color: #06EC58;
}
.TagClassName
{
border-color: #06EC58;
}
</style>