Shades of Mantis #6FC855
Tints of Mantis #6FC855
RGB
CMYK
RGB Variations
Color information
#6FC855 (or 0x6FC855) is known color: Mantis. HEX triplet: 6F, C8 and 55. RGB value is (111,200,85). Sum of RGB (Red+Green+Blue) = 111+200+85=396 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.03% from 396); Green value is 200 (78.52% from 255 or 50.51% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 200 - color contains mainly: green. Hex color #6FC855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FC855 is #9037AA. Grayscale: #A0A0A0. Windows color (decimal): -9451435 or 5621871. OLE color: 5621871.
HSL color Cylindrical-coordinate representation of color #6FC855: hue angle of 106.43º 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 #6FC855 is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 111 | 200 | 85 | - |
| CMYK | 0.44 | 0 | 0.58 | 0.22 |
| HSL | 106.43º | 0.51% | 0.56% | - |
| HSV(B) | 106.43º | 0.58% | 0.78% | - |
| XYZ | 28.85 | 45.34 | 15.83 | - |
| YUV | 160.28 | 85.51 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 200 | 85 | 0.44 | 0 | 0.58 | 0.22 | 106.43 | 0.51 | 0.56 |
| Hex | 6F | C8 | 55 | 2C | 0 | 3A | 16 | 6A | 33 | 38 |
| Octal | 157 | 310 | 125 | 54 | 0 | 72 | 26 | 152 | 63 | 70 |
| Binary | 1101111 | 11001000 | 1010101 | 101100 | 0 | 111010 | 10110 | 1101010 | 110011 | 111000 |
Color Harmonies of #6FC855
Complementary color
Monochromatic Colors of #6FC855
Black with #6FC855
Text Example
Text Example
White with #6FC855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC855; }
p { color: rgb(111,200,85); }
H1.HeaderClassName
{
color: #6FC855;
}
.AnyTagClassName
{
color: #6FC855;
}
</style>
background-color css
<style>
a { background-color: #6FC855; }
a { background-color: rgb(111,200,85); }
div.DivClassName
{
background-color: #6FC855;
}
.BgClassName
{
background-color: #6FC855;
}
</style>
border-color css
<style>
span { border-color: #6FC855; }
span { border-color: rgb(111,200,85); }
td.TdClassName
{
border-color: #6FC855;
}
.TagClassName
{
border-color: #6FC855;
}
</style>