Shades of Malachite #06DC41
Tints of Malachite #06DC41
RGB
CMYK
RGB Variations
Color information
#06DC41 (or 0x06DC41) is known color: Malachite. HEX triplet: 06, DC and 41. RGB value is (6,220,65). Sum of RGB (Red+Green+Blue) = 6+220+65=291 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.06% from 291); Green value is 220 (86.33% from 255 or 75.60% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 220 - color contains mainly: green. Hex color #06DC41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06DC41 is #F923BE. Grayscale: #8A8A8A. Windows color (decimal): -16327615 or 4316166. OLE color: 4316166.
HSL color Cylindrical-coordinate representation of color #06DC41: hue angle of 136.54º 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 #06DC41 is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 220 | 65 | - |
| CMYK | 0.97 | 0 | 0.70 | 0.14 |
| HSL | 136.54º | 0.95% | 0.44% | - |
| HSV(B) | 136.54º | 0.97% | 0.86% | - |
| XYZ | 26.62 | 51.61 | 13.56 | - |
| YUV | 138.34 | 86.6 | 33.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 220 | 65 | 0.97 | 0 | 0.70 | 0.14 | 136.54 | 0.95 | 0.44 |
| Hex | 6 | DC | 41 | 61 | 0 | 46 | E | 89 | 5F | 2C |
| Octal | 6 | 334 | 101 | 141 | 0 | 106 | 16 | 211 | 137 | 54 |
| Binary | 110 | 11011100 | 1000001 | 1100001 | 0 | 1000110 | 1110 | 10001001 | 1011111 | 101100 |
Color Harmonies of #06DC41
Complementary color
Monochromatic Colors of #06DC41
Black with #06DC41
Text Example
Text Example
White with #06DC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DC41; }
p { color: rgb(6,220,65); }
H1.HeaderClassName
{
color: #06DC41;
}
.AnyTagClassName
{
color: #06DC41;
}
</style>
background-color css
<style>
a { background-color: #06DC41; }
a { background-color: rgb(6,220,65); }
div.DivClassName
{
background-color: #06DC41;
}
.BgClassName
{
background-color: #06DC41;
}
</style>
border-color css
<style>
span { border-color: #06DC41; }
span { border-color: rgb(6,220,65); }
td.TdClassName
{
border-color: #06DC41;
}
.TagClassName
{
border-color: #06DC41;
}
</style>