Shades of Mantis #6FC655
Tints of Mantis #6FC655
RGB
CMYK
RGB Variations
Color information
#6FC655 (or 0x6FC655) is known color: Mantis. HEX triplet: 6F, C6 and 55. RGB value is (111,198,85). Sum of RGB (Red+Green+Blue) = 111+198+85=394 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.17% from 394); Green value is 198 (77.73% from 255 or 50.25% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 198 - color contains mainly: green. Hex color #6FC655 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FC655 is #9039AA. Grayscale: #9F9F9F. Windows color (decimal): -9451947 or 5621359. OLE color: 5621359.
HSL color Cylindrical-coordinate representation of color #6FC655: hue angle of 106.19º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6FC655 is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 111 | 198 | 85 | - |
| CMYK | 0.44 | 0 | 0.57 | 0.22 |
| HSL | 106.19º | 0.5% | 0.55% | - |
| HSV(B) | 106.19º | 0.57% | 0.78% | - |
| XYZ | 28.39 | 44.42 | 15.67 | - |
| YUV | 159.11 | 86.18 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 198 | 85 | 0.44 | 0 | 0.57 | 0.22 | 106.19 | 0.5 | 0.55 |
| Hex | 6F | C6 | 55 | 2C | 0 | 39 | 16 | 6A | 32 | 37 |
| Octal | 157 | 306 | 125 | 54 | 0 | 71 | 26 | 152 | 62 | 67 |
| Binary | 1101111 | 11000110 | 1010101 | 101100 | 0 | 111001 | 10110 | 1101010 | 110010 | 110111 |
Color Harmonies of #6FC655
Complementary color
Monochromatic Colors of #6FC655
Black with #6FC655
Text Example
Text Example
White with #6FC655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC655; }
p { color: rgb(111,198,85); }
H1.HeaderClassName
{
color: #6FC655;
}
.AnyTagClassName
{
color: #6FC655;
}
</style>
background-color css
<style>
a { background-color: #6FC655; }
a { background-color: rgb(111,198,85); }
div.DivClassName
{
background-color: #6FC655;
}
.BgClassName
{
background-color: #6FC655;
}
</style>
border-color css
<style>
span { border-color: #6FC655; }
span { border-color: rgb(111,198,85); }
td.TdClassName
{
border-color: #6FC655;
}
.TagClassName
{
border-color: #6FC655;
}
</style>