Shades of Mantis #6CC856
Tints of Mantis #6CC856
RGB
CMYK
RGB Variations
Color information
#6CC856 (or 0x6CC856) is known color: Mantis. HEX triplet: 6C, C8 and 56. RGB value is (108,200,86). Sum of RGB (Red+Green+Blue) = 108+200+86=394 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.41% from 394); Green value is 200 (78.52% from 255 or 50.76% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 200 - color contains mainly: green. Hex color #6CC856 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CC856 is #9337A9. Grayscale: #9F9F9F. Windows color (decimal): -9648042 or 5687404. OLE color: 5687404.
HSL color Cylindrical-coordinate representation of color #6CC856: hue angle of 108.42º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CC856 is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 108 | 200 | 86 | - |
| CMYK | 0.46 | 0 | 0.57 | 0.22 |
| HSL | 108.42º | 0.51% | 0.56% | - |
| HSV(B) | 108.42º | 0.57% | 0.78% | - |
| XYZ | 28.52 | 45.17 | 16.02 | - |
| YUV | 159.5 | 86.52 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 200 | 86 | 0.46 | 0 | 0.57 | 0.22 | 108.42 | 0.51 | 0.56 |
| Hex | 6C | C8 | 56 | 2E | 0 | 39 | 16 | 6C | 33 | 38 |
| Octal | 154 | 310 | 126 | 56 | 0 | 71 | 26 | 154 | 63 | 70 |
| Binary | 1101100 | 11001000 | 1010110 | 101110 | 0 | 111001 | 10110 | 1101100 | 110011 | 111000 |
Color Harmonies of #6CC856
Complementary color
Monochromatic Colors of #6CC856
Black with #6CC856
Text Example
Text Example
White with #6CC856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC856; }
p { color: rgb(108,200,86); }
H1.HeaderClassName
{
color: #6CC856;
}
.AnyTagClassName
{
color: #6CC856;
}
</style>
background-color css
<style>
a { background-color: #6CC856; }
a { background-color: rgb(108,200,86); }
div.DivClassName
{
background-color: #6CC856;
}
.BgClassName
{
background-color: #6CC856;
}
</style>
border-color css
<style>
span { border-color: #6CC856; }
span { border-color: rgb(108,200,86); }
td.TdClassName
{
border-color: #6CC856;
}
.TagClassName
{
border-color: #6CC856;
}
</style>