Shades of Malachite #06EC3F
Tints of Malachite #06EC3F
RGB
CMYK
RGB Variations
Color information
#06EC3F (or 0x06EC3F) is known color: Malachite. HEX triplet: 06, EC and 3F. RGB value is (6,236,63). Sum of RGB (Red+Green+Blue) = 6+236+63=305 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 305); Green value is 236 (92.58% from 255 or 77.38% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 236 - color contains mainly: green. Hex color #06EC3F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #06EC3F is #F913C0. Grayscale: #939393. Windows color (decimal): -16323521 or 4189190. OLE color: 4189190.
HSL color Cylindrical-coordinate representation of color #06EC3F: hue angle of 134.87º 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 #06EC3F is Cyan = 0.97, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 236 | 63 | - |
| CMYK | 0.97 | 0 | 0.73 | 0.07 |
| HSL | 134.87º | 0.95% | 0.47% | - |
| HSV(B) | 134.87º | 0.97% | 0.93% | - |
| XYZ | 30.97 | 60.39 | 14.73 | - |
| YUV | 147.51 | 80.3 | 27.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 236 | 63 | 0.97 | 0 | 0.73 | 0.07 | 134.87 | 0.95 | 0.47 |
| Hex | 6 | EC | 3F | 61 | 0 | 49 | 7 | 87 | 5F | 2F |
| Octal | 6 | 354 | 77 | 141 | 0 | 111 | 7 | 207 | 137 | 57 |
| Binary | 110 | 11101100 | 111111 | 1100001 | 0 | 1001001 | 111 | 10000111 | 1011111 | 101111 |
Color Harmonies of #06EC3F
Complementary color
Monochromatic Colors of #06EC3F
Black with #06EC3F
Text Example
Text Example
White with #06EC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06EC3F; }
p { color: rgb(6,236,63); }
H1.HeaderClassName
{
color: #06EC3F;
}
.AnyTagClassName
{
color: #06EC3F;
}
</style>
background-color css
<style>
a { background-color: #06EC3F; }
a { background-color: rgb(6,236,63); }
div.DivClassName
{
background-color: #06EC3F;
}
.BgClassName
{
background-color: #06EC3F;
}
</style>
border-color css
<style>
span { border-color: #06EC3F; }
span { border-color: rgb(6,236,63); }
td.TdClassName
{
border-color: #06EC3F;
}
.TagClassName
{
border-color: #06EC3F;
}
</style>