Shades of Malachite #06C55F
Tints of Malachite #06C55F
RGB
CMYK
RGB Variations
Color information
#06C55F (or 0x06C55F) is known color: Malachite. HEX triplet: 06, C5 and 5F. RGB value is (6,197,95). Sum of RGB (Red+Green+Blue) = 6+197+95=298 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 298); Green value is 197 (77.34% from 255 or 66.11% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 197 - color contains mainly: green. Hex color #06C55F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06C55F is #F93AA0. Grayscale: #808080. Windows color (decimal): -16333473 or 6276358. OLE color: 6276358.
HSL color Cylindrical-coordinate representation of color #06C55F: hue angle of 147.96º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C55F is Cyan = 0.97, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 6 | 197 | 95 | - |
| CMYK | 0.97 | 0 | 0.52 | 0.23 |
| HSL | 147.96º | 0.94% | 0.4% | - |
| HSV(B) | 147.96º | 0.97% | 0.77% | - |
| XYZ | 22.11 | 40.8 | 17.54 | - |
| YUV | 128.26 | 109.22 | 40.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 197 | 95 | 0.97 | 0 | 0.52 | 0.23 | 147.96 | 0.94 | 0.4 |
| Hex | 6 | C5 | 5F | 61 | 0 | 34 | 17 | 94 | 5E | 28 |
| Octal | 6 | 305 | 137 | 141 | 0 | 64 | 27 | 224 | 136 | 50 |
| Binary | 110 | 11000101 | 1011111 | 1100001 | 0 | 110100 | 10111 | 10010100 | 1011110 | 101000 |
Color Harmonies of #06C55F
Complementary color
Monochromatic Colors of #06C55F
Black with #06C55F
Text Example
Text Example
White with #06C55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C55F; }
p { color: rgb(6,197,95); }
H1.HeaderClassName
{
color: #06C55F;
}
.AnyTagClassName
{
color: #06C55F;
}
</style>
background-color css
<style>
a { background-color: #06C55F; }
a { background-color: rgb(6,197,95); }
div.DivClassName
{
background-color: #06C55F;
}
.BgClassName
{
background-color: #06C55F;
}
</style>
border-color css
<style>
span { border-color: #06C55F; }
span { border-color: rgb(6,197,95); }
td.TdClassName
{
border-color: #06C55F;
}
.TagClassName
{
border-color: #06C55F;
}
</style>