Shades of Malachite #06EC5D
Tints of Malachite #06EC5D
RGB
CMYK
RGB Variations
Color information
#06EC5D (or 0x06EC5D) is known color: Malachite. HEX triplet: 06, EC and 5D. RGB value is (6,236,93). Sum of RGB (Red+Green+Blue) = 6+236+93=335 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 335); Green value is 236 (92.58% from 255 or 70.45% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 236 - color contains mainly: green. Hex color #06EC5D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #06EC5D is #F913A2. Grayscale: #979797. Windows color (decimal): -16323491 or 6155270. OLE color: 6155270.
HSL color Cylindrical-coordinate representation of color #06EC5D: hue angle of 142.7º 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 #06EC5D is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 236 | 93 | - |
| CMYK | 0.97 | 0 | 0.61 | 0.07 |
| HSL | 142.7º | 0.95% | 0.47% | - |
| HSV(B) | 142.7º | 0.97% | 0.93% | - |
| XYZ | 32.05 | 60.82 | 20.41 | - |
| YUV | 150.93 | 95.3 | 24.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 236 | 93 | 0.97 | 0 | 0.61 | 0.07 | 142.7 | 0.95 | 0.47 |
| Hex | 6 | EC | 5D | 61 | 0 | 3D | 7 | 8F | 5F | 2F |
| Octal | 6 | 354 | 135 | 141 | 0 | 75 | 7 | 217 | 137 | 57 |
| Binary | 110 | 11101100 | 1011101 | 1100001 | 0 | 111101 | 111 | 10001111 | 1011111 | 101111 |
Color Harmonies of #06EC5D
Complementary color
Monochromatic Colors of #06EC5D
Black with #06EC5D
Text Example
Text Example
White with #06EC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06EC5D; }
p { color: rgb(6,236,93); }
H1.HeaderClassName
{
color: #06EC5D;
}
.AnyTagClassName
{
color: #06EC5D;
}
</style>
background-color css
<style>
a { background-color: #06EC5D; }
a { background-color: rgb(6,236,93); }
div.DivClassName
{
background-color: #06EC5D;
}
.BgClassName
{
background-color: #06EC5D;
}
</style>
border-color css
<style>
span { border-color: #06EC5D; }
span { border-color: rgb(6,236,93); }
td.TdClassName
{
border-color: #06EC5D;
}
.TagClassName
{
border-color: #06EC5D;
}
</style>