Shades of Mantis #6FD655
Tints of Mantis #6FD655
RGB
CMYK
RGB Variations
Color information
#6FD655 (or 0x6FD655) is known color: Mantis. HEX triplet: 6F, D6 and 55. RGB value is (111,214,85). Sum of RGB (Red+Green+Blue) = 111+214+85=410 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.07% from 410); Green value is 214 (83.98% from 255 or 52.20% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 214 - color contains mainly: green. Hex color #6FD655 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD655 is #9029AA. Grayscale: #A8A8A8. Windows color (decimal): -9447851 or 5625455. OLE color: 5625455.
HSL color Cylindrical-coordinate representation of color #6FD655: hue angle of 107.91º degrees, saturation: 0.61, 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 #6FD655 is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 214 | 85 | - |
| CMYK | 0.48 | 0 | 0.60 | 0.16 |
| HSL | 107.91º | 0.61% | 0.59% | - |
| HSV(B) | 107.91º | 0.6% | 0.84% | - |
| XYZ | 32.24 | 52.13 | 16.96 | - |
| YUV | 168.5 | 80.88 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 214 | 85 | 0.48 | 0 | 0.60 | 0.16 | 107.91 | 0.61 | 0.59 |
| Hex | 6F | D6 | 55 | 30 | 0 | 3C | 10 | 6C | 3D | 3B |
| Octal | 157 | 326 | 125 | 60 | 0 | 74 | 20 | 154 | 75 | 73 |
| Binary | 1101111 | 11010110 | 1010101 | 110000 | 0 | 111100 | 10000 | 1101100 | 111101 | 111011 |
Color Harmonies of #6FD655
Complementary color
Monochromatic Colors of #6FD655
Black with #6FD655
Text Example
Text Example
White with #6FD655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD655; }
p { color: rgb(111,214,85); }
H1.HeaderClassName
{
color: #6FD655;
}
.AnyTagClassName
{
color: #6FD655;
}
</style>
background-color css
<style>
a { background-color: #6FD655; }
a { background-color: rgb(111,214,85); }
div.DivClassName
{
background-color: #6FD655;
}
.BgClassName
{
background-color: #6FD655;
}
</style>
border-color css
<style>
span { border-color: #6FD655; }
span { border-color: rgb(111,214,85); }
td.TdClassName
{
border-color: #6FD655;
}
.TagClassName
{
border-color: #6FD655;
}
</style>