Shades of Mantis #6FC556
Tints of Mantis #6FC556
RGB
CMYK
RGB Variations
Color information
#6FC556 (or 0x6FC556) is known color: Mantis. HEX triplet: 6F, C5 and 56. RGB value is (111,197,86). Sum of RGB (Red+Green+Blue) = 111+197+86=394 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.17% from 394); Green value is 197 (77.34% from 255 or 50% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 197 - color contains mainly: green. Hex color #6FC556 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FC556 is #903AA9. Grayscale: #9E9E9E. Windows color (decimal): -9452202 or 5686639. OLE color: 5686639.
HSL color Cylindrical-coordinate representation of color #6FC556: hue angle of 106.49º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FC556 is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 111 | 197 | 86 | - |
| CMYK | 0.44 | 0 | 0.56 | 0.23 |
| HSL | 106.49º | 0.49% | 0.55% | - |
| HSV(B) | 106.49º | 0.56% | 0.77% | - |
| XYZ | 28.2 | 43.98 | 15.81 | - |
| YUV | 158.63 | 87.01 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 197 | 86 | 0.44 | 0 | 0.56 | 0.23 | 106.49 | 0.49 | 0.55 |
| Hex | 6F | C5 | 56 | 2C | 0 | 38 | 17 | 6A | 31 | 37 |
| Octal | 157 | 305 | 126 | 54 | 0 | 70 | 27 | 152 | 61 | 67 |
| Binary | 1101111 | 11000101 | 1010110 | 101100 | 0 | 111000 | 10111 | 1101010 | 110001 | 110111 |
Color Harmonies of #6FC556
Complementary color
Monochromatic Colors of #6FC556
Black with #6FC556
Text Example
Text Example
White with #6FC556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC556; }
p { color: rgb(111,197,86); }
H1.HeaderClassName
{
color: #6FC556;
}
.AnyTagClassName
{
color: #6FC556;
}
</style>
background-color css
<style>
a { background-color: #6FC556; }
a { background-color: rgb(111,197,86); }
div.DivClassName
{
background-color: #6FC556;
}
.BgClassName
{
background-color: #6FC556;
}
</style>
border-color css
<style>
span { border-color: #6FC556; }
span { border-color: rgb(111,197,86); }
td.TdClassName
{
border-color: #6FC556;
}
.TagClassName
{
border-color: #6FC556;
}
</style>