Shades of Malachite #06DC3C
Tints of Malachite #06DC3C
RGB
CMYK
RGB Variations
Color information
#06DC3C (or 0x06DC3C) is known color: Malachite. HEX triplet: 06, DC and 3C. RGB value is (6,220,60). Sum of RGB (Red+Green+Blue) = 6+220+60=286 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.10% from 286); Green value is 220 (86.33% from 255 or 76.92% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 220 - color contains mainly: green. Hex color #06DC3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06DC3C is #F923C3. Grayscale: #8A8A8A. Windows color (decimal): -16327620 or 3988486. OLE color: 3988486.
HSL color Cylindrical-coordinate representation of color #06DC3C: hue angle of 135.14º 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 #06DC3C is Cyan = 0.97, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 220 | 60 | - |
| CMYK | 0.97 | 0 | 0.73 | 0.14 |
| HSL | 135.14º | 0.95% | 0.44% | - |
| HSV(B) | 135.14º | 0.97% | 0.86% | - |
| XYZ | 26.48 | 51.55 | 12.83 | - |
| YUV | 137.77 | 84.1 | 34.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 220 | 60 | 0.97 | 0 | 0.73 | 0.14 | 135.14 | 0.95 | 0.44 |
| Hex | 6 | DC | 3C | 61 | 0 | 49 | E | 87 | 5F | 2C |
| Octal | 6 | 334 | 74 | 141 | 0 | 111 | 16 | 207 | 137 | 54 |
| Binary | 110 | 11011100 | 111100 | 1100001 | 0 | 1001001 | 1110 | 10000111 | 1011111 | 101100 |
Color Harmonies of #06DC3C
Complementary color
Monochromatic Colors of #06DC3C
Black with #06DC3C
Text Example
Text Example
White with #06DC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DC3C; }
p { color: rgb(6,220,60); }
H1.HeaderClassName
{
color: #06DC3C;
}
.AnyTagClassName
{
color: #06DC3C;
}
</style>
background-color css
<style>
a { background-color: #06DC3C; }
a { background-color: rgb(6,220,60); }
div.DivClassName
{
background-color: #06DC3C;
}
.BgClassName
{
background-color: #06DC3C;
}
</style>
border-color css
<style>
span { border-color: #06DC3C; }
span { border-color: rgb(6,220,60); }
td.TdClassName
{
border-color: #06DC3C;
}
.TagClassName
{
border-color: #06DC3C;
}
</style>