Shades of Mantis #6CC855
Tints of Mantis #6CC855
RGB
CMYK
RGB Variations
Color information
#6CC855 (or 0x6CC855) is known color: Mantis. HEX triplet: 6C, C8 and 55. RGB value is (108,200,85). Sum of RGB (Red+Green+Blue) = 108+200+85=393 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.48% from 393); Green value is 200 (78.52% from 255 or 50.89% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 200 - color contains mainly: green. Hex color #6CC855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CC855 is #9337AA. Grayscale: #9F9F9F. Windows color (decimal): -9648043 or 5621868. OLE color: 5621868.
HSL color Cylindrical-coordinate representation of color #6CC855: hue angle of 108º 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 #6CC855 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 108 | 200 | 85 | - |
| CMYK | 0.46 | 0 | 0.58 | 0.22 |
| HSL | 108º | 0.51% | 0.56% | - |
| HSV(B) | 108º | 0.58% | 0.78% | - |
| XYZ | 28.48 | 45.15 | 15.81 | - |
| YUV | 159.38 | 86.02 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 200 | 85 | 0.46 | 0 | 0.58 | 0.22 | 108 | 0.51 | 0.56 |
| Hex | 6C | C8 | 55 | 2E | 0 | 3A | 16 | 6C | 33 | 38 |
| Octal | 154 | 310 | 125 | 56 | 0 | 72 | 26 | 154 | 63 | 70 |
| Binary | 1101100 | 11001000 | 1010101 | 101110 | 0 | 111010 | 10110 | 1101100 | 110011 | 111000 |
Color Harmonies of #6CC855
Complementary color
Monochromatic Colors of #6CC855
Black with #6CC855
Text Example
Text Example
White with #6CC855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC855; }
p { color: rgb(108,200,85); }
H1.HeaderClassName
{
color: #6CC855;
}
.AnyTagClassName
{
color: #6CC855;
}
</style>
background-color css
<style>
a { background-color: #6CC855; }
a { background-color: rgb(108,200,85); }
div.DivClassName
{
background-color: #6CC855;
}
.BgClassName
{
background-color: #6CC855;
}
</style>
border-color css
<style>
span { border-color: #6CC855; }
span { border-color: rgb(108,200,85); }
td.TdClassName
{
border-color: #6CC855;
}
.TagClassName
{
border-color: #6CC855;
}
</style>