Shades of Mantis #6FD756
Tints of Mantis #6FD756
RGB
CMYK
RGB Variations
Color information
#6FD756 (or 0x6FD756) is known color: Mantis. HEX triplet: 6F, D7 and 56. RGB value is (111,215,86). Sum of RGB (Red+Green+Blue) = 111+215+86=412 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.94% from 412); Green value is 215 (84.38% from 255 or 52.18% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 215 - color contains mainly: green. Hex color #6FD756 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD756 is #9028A9. Grayscale: #A9A9A9. Windows color (decimal): -9447594 or 5691247. OLE color: 5691247.
HSL color Cylindrical-coordinate representation of color #6FD756: hue angle of 108.37º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6FD756 is Cyan = 0.48, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 215 | 86 | - |
| CMYK | 0.48 | 0 | 0.6 | 0.16 |
| HSL | 108.37º | 0.62% | 0.59% | - |
| HSV(B) | 108.37º | 0.6% | 0.84% | - |
| XYZ | 32.54 | 52.65 | 17.25 | - |
| YUV | 169.2 | 81.04 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 215 | 86 | 0.48 | 0 | 0.6 | 0.16 | 108.37 | 0.62 | 0.59 |
| Hex | 6F | D7 | 56 | 30 | 0 | 3C | 10 | 6C | 3E | 3B |
| Octal | 157 | 327 | 126 | 60 | 0 | 74 | 20 | 154 | 76 | 73 |
| Binary | 1101111 | 11010111 | 1010110 | 110000 | 0 | 111100 | 10000 | 1101100 | 111110 | 111011 |
Color Harmonies of #6FD756
Complementary color
Monochromatic Colors of #6FD756
Black with #6FD756
Text Example
Text Example
White with #6FD756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD756; }
p { color: rgb(111,215,86); }
H1.HeaderClassName
{
color: #6FD756;
}
.AnyTagClassName
{
color: #6FD756;
}
</style>
background-color css
<style>
a { background-color: #6FD756; }
a { background-color: rgb(111,215,86); }
div.DivClassName
{
background-color: #6FD756;
}
.BgClassName
{
background-color: #6FD756;
}
</style>
border-color css
<style>
span { border-color: #6FD756; }
span { border-color: rgb(111,215,86); }
td.TdClassName
{
border-color: #6FD756;
}
.TagClassName
{
border-color: #6FD756;
}
</style>