Shades of Malachite #06C550
Tints of Malachite #06C550
RGB
CMYK
RGB Variations
Color information
#06C550 (or 0x06C550) is known color: Malachite. HEX triplet: 06, C5 and 50. RGB value is (6,197,80). Sum of RGB (Red+Green+Blue) = 6+197+80=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 197 (77.34% from 255 or 69.61% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 197 - color contains mainly: green. Hex color #06C550 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06C550 is #F93AAF. Grayscale: #7E7E7E. Windows color (decimal): -16333488 or 5293318. OLE color: 5293318.
HSL color Cylindrical-coordinate representation of color #06C550: hue angle of 143.25º 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 #06C550 is Cyan = 0.97, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 6 | 197 | 80 | - |
| CMYK | 0.97 | 0 | 0.59 | 0.23 |
| HSL | 143.25º | 0.94% | 0.4% | - |
| HSV(B) | 143.25º | 0.97% | 0.77% | - |
| XYZ | 21.49 | 40.55 | 14.28 | - |
| YUV | 126.55 | 101.72 | 42.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 197 | 80 | 0.97 | 0 | 0.59 | 0.23 | 143.25 | 0.94 | 0.4 |
| Hex | 6 | C5 | 50 | 61 | 0 | 3B | 17 | 8F | 5E | 28 |
| Octal | 6 | 305 | 120 | 141 | 0 | 73 | 27 | 217 | 136 | 50 |
| Binary | 110 | 11000101 | 1010000 | 1100001 | 0 | 111011 | 10111 | 10001111 | 1011110 | 101000 |
Color Harmonies of #06C550
Complementary color
Monochromatic Colors of #06C550
Black with #06C550
Text Example
Text Example
White with #06C550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C550; }
p { color: rgb(6,197,80); }
H1.HeaderClassName
{
color: #06C550;
}
.AnyTagClassName
{
color: #06C550;
}
</style>
background-color css
<style>
a { background-color: #06C550; }
a { background-color: rgb(6,197,80); }
div.DivClassName
{
background-color: #06C550;
}
.BgClassName
{
background-color: #06C550;
}
</style>
border-color css
<style>
span { border-color: #06C550; }
span { border-color: rgb(6,197,80); }
td.TdClassName
{
border-color: #06C550;
}
.TagClassName
{
border-color: #06C550;
}
</style>