Shades of Malachite #06EC65
Tints of Malachite #06EC65
RGB
CMYK
RGB Variations
Color information
#06EC65 (or 0x06EC65) is known color: Malachite. HEX triplet: 06, EC and 65. RGB value is (6,236,101). Sum of RGB (Red+Green+Blue) = 6+236+101=343 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.75% from 343); Green value is 236 (92.58% from 255 or 68.80% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 236 - color contains mainly: green. Hex color #06EC65 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #06EC65 is #F9139A. Grayscale: #989898. Windows color (decimal): -16323483 or 6679558. OLE color: 6679558.
HSL color Cylindrical-coordinate representation of color #06EC65: hue angle of 144.78º 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 #06EC65 is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 236 | 101 | - |
| CMYK | 0.97 | 0 | 0.57 | 0.07 |
| HSL | 144.78º | 0.95% | 0.47% | - |
| HSV(B) | 144.78º | 0.97% | 0.93% | - |
| XYZ | 32.42 | 60.97 | 22.37 | - |
| YUV | 151.84 | 99.3 | 23.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 236 | 101 | 0.97 | 0 | 0.57 | 0.07 | 144.78 | 0.95 | 0.47 |
| Hex | 6 | EC | 65 | 61 | 0 | 39 | 7 | 91 | 5F | 2F |
| Octal | 6 | 354 | 145 | 141 | 0 | 71 | 7 | 221 | 137 | 57 |
| Binary | 110 | 11101100 | 1100101 | 1100001 | 0 | 111001 | 111 | 10010001 | 1011111 | 101111 |
Color Harmonies of #06EC65
Complementary color
Monochromatic Colors of #06EC65
Black with #06EC65
Text Example
Text Example
White with #06EC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06EC65; }
p { color: rgb(6,236,101); }
H1.HeaderClassName
{
color: #06EC65;
}
.AnyTagClassName
{
color: #06EC65;
}
</style>
background-color css
<style>
a { background-color: #06EC65; }
a { background-color: rgb(6,236,101); }
div.DivClassName
{
background-color: #06EC65;
}
.BgClassName
{
background-color: #06EC65;
}
</style>
border-color css
<style>
span { border-color: #06EC65; }
span { border-color: rgb(6,236,101); }
td.TdClassName
{
border-color: #06EC65;
}
.TagClassName
{
border-color: #06EC65;
}
</style>