Shades of Mantis #6FD156
Tints of Mantis #6FD156
RGB
CMYK
RGB Variations
Color information
#6FD156 (or 0x6FD156) is known color: Mantis. HEX triplet: 6F, D1 and 56. RGB value is (111,209,86). Sum of RGB (Red+Green+Blue) = 111+209+86=406 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.34% from 406); Green value is 209 (82.03% from 255 or 51.48% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 209 - color contains mainly: green. Hex color #6FD156 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD156 is #902EA9. Grayscale: #A6A6A6. Windows color (decimal): -9449130 or 5689711. OLE color: 5689711.
HSL color Cylindrical-coordinate representation of color #6FD156: hue angle of 107.8º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6FD156 is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 209 | 86 | - |
| CMYK | 0.47 | 0 | 0.59 | 0.18 |
| HSL | 107.8º | 0.57% | 0.58% | - |
| HSV(B) | 107.8º | 0.59% | 0.82% | - |
| XYZ | 31.04 | 49.65 | 16.75 | - |
| YUV | 165.68 | 83.03 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 209 | 86 | 0.47 | 0 | 0.59 | 0.18 | 107.8 | 0.57 | 0.58 |
| Hex | 6F | D1 | 56 | 2F | 0 | 3B | 12 | 6C | 39 | 3A |
| Octal | 157 | 321 | 126 | 57 | 0 | 73 | 22 | 154 | 71 | 72 |
| Binary | 1101111 | 11010001 | 1010110 | 101111 | 0 | 111011 | 10010 | 1101100 | 111001 | 111010 |
Color Harmonies of #6FD156
Complementary color
Monochromatic Colors of #6FD156
Black with #6FD156
Text Example
Text Example
White with #6FD156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD156; }
p { color: rgb(111,209,86); }
H1.HeaderClassName
{
color: #6FD156;
}
.AnyTagClassName
{
color: #6FD156;
}
</style>
background-color css
<style>
a { background-color: #6FD156; }
a { background-color: rgb(111,209,86); }
div.DivClassName
{
background-color: #6FD156;
}
.BgClassName
{
background-color: #6FD156;
}
</style>
border-color css
<style>
span { border-color: #6FD156; }
span { border-color: rgb(111,209,86); }
td.TdClassName
{
border-color: #6FD156;
}
.TagClassName
{
border-color: #6FD156;
}
</style>