Shades of Malachite #06DC65
Tints of Malachite #06DC65
RGB
CMYK
RGB Variations
Color information
#06DC65 (or 0x06DC65) is known color: Malachite. HEX triplet: 06, DC and 65. RGB value is (6,220,101). Sum of RGB (Red+Green+Blue) = 6+220+101=327 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 327); Green value is 220 (86.33% from 255 or 67.28% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 220 - color contains mainly: green. Hex color #06DC65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06DC65 is #F9239A. Grayscale: #8E8E8E. Windows color (decimal): -16327579 or 6675462. OLE color: 6675462.
HSL color Cylindrical-coordinate representation of color #06DC65: hue angle of 146.64º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DC65 is Cyan = 0.97, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 220 | 101 | - |
| CMYK | 0.97 | 0 | 0.54 | 0.14 |
| HSL | 146.64º | 0.95% | 0.44% | - |
| HSV(B) | 146.64º | 0.97% | 0.86% | - |
| XYZ | 28.02 | 52.16 | 20.9 | - |
| YUV | 142.45 | 104.6 | 30.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 220 | 101 | 0.97 | 0 | 0.54 | 0.14 | 146.64 | 0.95 | 0.44 |
| Hex | 6 | DC | 65 | 61 | 0 | 36 | E | 93 | 5F | 2C |
| Octal | 6 | 334 | 145 | 141 | 0 | 66 | 16 | 223 | 137 | 54 |
| Binary | 110 | 11011100 | 1100101 | 1100001 | 0 | 110110 | 1110 | 10010011 | 1011111 | 101100 |
Color Harmonies of #06DC65
Complementary color
Monochromatic Colors of #06DC65
Black with #06DC65
Text Example
Text Example
White with #06DC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DC65; }
p { color: rgb(6,220,101); }
H1.HeaderClassName
{
color: #06DC65;
}
.AnyTagClassName
{
color: #06DC65;
}
</style>
background-color css
<style>
a { background-color: #06DC65; }
a { background-color: rgb(6,220,101); }
div.DivClassName
{
background-color: #06DC65;
}
.BgClassName
{
background-color: #06DC65;
}
</style>
border-color css
<style>
span { border-color: #06DC65; }
span { border-color: rgb(6,220,101); }
td.TdClassName
{
border-color: #06DC65;
}
.TagClassName
{
border-color: #06DC65;
}
</style>