Shades of Mantis #6FD160
Tints of Mantis #6FD160
RGB
CMYK
RGB Variations
Color information
#6FD160 (or 0x6FD160) is known color: Mantis. HEX triplet: 6F, D1 and 60. RGB value is (111,209,96). Sum of RGB (Red+Green+Blue) = 111+209+96=416 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.68% from 416); Green value is 209 (82.03% from 255 or 50.24% from 416); Blue value is 96 (37.89% from 255 or 23.08% from 416); Max value from RGB is 209 - color contains mainly: green. Hex color #6FD160 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD160 is #902E9F. Grayscale: #A7A7A7. Windows color (decimal): -9449120 or 6345071. OLE color: 6345071.
HSL color Cylindrical-coordinate representation of color #6FD160: hue angle of 112.04º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FD160 is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 209 | 96 | - |
| CMYK | 0.47 | 0 | 0.54 | 0.18 |
| HSL | 112.04º | 0.55% | 0.6% | - |
| HSV(B) | 112.04º | 0.54% | 0.82% | - |
| XYZ | 31.47 | 49.82 | 19.03 | - |
| YUV | 166.82 | 88.03 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 209 | 96 | 0.47 | 0 | 0.54 | 0.18 | 112.04 | 0.55 | 0.6 |
| Hex | 6F | D1 | 60 | 2F | 0 | 36 | 12 | 70 | 37 | 3C |
| Octal | 157 | 321 | 140 | 57 | 0 | 66 | 22 | 160 | 67 | 74 |
| Binary | 1101111 | 11010001 | 1100000 | 101111 | 0 | 110110 | 10010 | 1110000 | 110111 | 111100 |
Color Harmonies of #6FD160
Complementary color
Monochromatic Colors of #6FD160
Black with #6FD160
Text Example
Text Example
White with #6FD160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD160; }
p { color: rgb(111,209,96); }
H1.HeaderClassName
{
color: #6FD160;
}
.AnyTagClassName
{
color: #6FD160;
}
</style>
background-color css
<style>
a { background-color: #6FD160; }
a { background-color: rgb(111,209,96); }
div.DivClassName
{
background-color: #6FD160;
}
.BgClassName
{
background-color: #6FD160;
}
</style>
border-color css
<style>
span { border-color: #6FD160; }
span { border-color: rgb(111,209,96); }
td.TdClassName
{
border-color: #6FD160;
}
.TagClassName
{
border-color: #6FD160;
}
</style>