Shades of Malachite #06E141
Tints of Malachite #06E141
RGB
CMYK
RGB Variations
Color information
#06E141 (or 0x06E141) is known color: Malachite. HEX triplet: 06, E1 and 41. RGB value is (6,225,65). Sum of RGB (Red+Green+Blue) = 6+225+65=296 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 296); Green value is 225 (88.28% from 255 or 76.01% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 225 - color contains mainly: green. Hex color #06E141 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06E141 is #F91EBE. Grayscale: #8D8D8D. Windows color (decimal): -16326335 or 4317446. OLE color: 4317446.
HSL color Cylindrical-coordinate representation of color #06E141: hue angle of 136.16º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E141 is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 6 | 225 | 65 | - |
| CMYK | 0.97 | 0 | 0.71 | 0.12 |
| HSL | 136.16º | 0.95% | 0.45% | - |
| HSV(B) | 136.16º | 0.97% | 0.88% | - |
| XYZ | 27.95 | 54.27 | 14 | - |
| YUV | 141.28 | 84.95 | 31.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 225 | 65 | 0.97 | 0 | 0.71 | 0.12 | 136.16 | 0.95 | 0.45 |
| Hex | 6 | E1 | 41 | 61 | 0 | 47 | C | 88 | 5F | 2D |
| Octal | 6 | 341 | 101 | 141 | 0 | 107 | 14 | 210 | 137 | 55 |
| Binary | 110 | 11100001 | 1000001 | 1100001 | 0 | 1000111 | 1100 | 10001000 | 1011111 | 101101 |
Color Harmonies of #06E141
Complementary color
Monochromatic Colors of #06E141
Black with #06E141
Text Example
Text Example
White with #06E141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E141; }
p { color: rgb(6,225,65); }
H1.HeaderClassName
{
color: #06E141;
}
.AnyTagClassName
{
color: #06E141;
}
</style>
background-color css
<style>
a { background-color: #06E141; }
a { background-color: rgb(6,225,65); }
div.DivClassName
{
background-color: #06E141;
}
.BgClassName
{
background-color: #06E141;
}
</style>
border-color css
<style>
span { border-color: #06E141; }
span { border-color: rgb(6,225,65); }
td.TdClassName
{
border-color: #06E141;
}
.TagClassName
{
border-color: #06E141;
}
</style>