Shades of Mantis #6BC557
Tints of Mantis #6BC557
RGB
CMYK
RGB Variations
Color information
#6BC557 (or 0x6BC557) is known color: Mantis. HEX triplet: 6B, C5 and 57. RGB value is (107,197,87). Sum of RGB (Red+Green+Blue) = 107+197+87=391 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.37% from 391); Green value is 197 (77.34% from 255 or 50.38% from 391); Blue value is 87 (34.38% from 255 or 22.25% from 391); Max value from RGB is 197 - color contains mainly: green. Hex color #6BC557 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC557 is #943AA8. Grayscale: #9D9D9D. Windows color (decimal): -9714345 or 5752171. OLE color: 5752171.
HSL color Cylindrical-coordinate representation of color #6BC557: hue angle of 109.09º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BC557 is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 107 | 197 | 87 | - |
| CMYK | 0.46 | 0 | 0.56 | 0.23 |
| HSL | 109.09º | 0.49% | 0.56% | - |
| HSV(B) | 109.09º | 0.56% | 0.77% | - |
| XYZ | 27.75 | 43.75 | 16 | - |
| YUV | 157.55 | 88.18 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 197 | 87 | 0.46 | 0 | 0.56 | 0.23 | 109.09 | 0.49 | 0.56 |
| Hex | 6B | C5 | 57 | 2E | 0 | 38 | 17 | 6D | 31 | 38 |
| Octal | 153 | 305 | 127 | 56 | 0 | 70 | 27 | 155 | 61 | 70 |
| Binary | 1101011 | 11000101 | 1010111 | 101110 | 0 | 111000 | 10111 | 1101101 | 110001 | 111000 |
Color Harmonies of #6BC557
Complementary color
Monochromatic Colors of #6BC557
Black with #6BC557
Text Example
Text Example
White with #6BC557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC557; }
p { color: rgb(107,197,87); }
H1.HeaderClassName
{
color: #6BC557;
}
.AnyTagClassName
{
color: #6BC557;
}
</style>
background-color css
<style>
a { background-color: #6BC557; }
a { background-color: rgb(107,197,87); }
div.DivClassName
{
background-color: #6BC557;
}
.BgClassName
{
background-color: #6BC557;
}
</style>
border-color css
<style>
span { border-color: #6BC557; }
span { border-color: rgb(107,197,87); }
td.TdClassName
{
border-color: #6BC557;
}
.TagClassName
{
border-color: #6BC557;
}
</style>