Shades of Mantis #6FD855
Tints of Mantis #6FD855
RGB
CMYK
RGB Variations
Color information
#6FD855 (or 0x6FD855) is known color: Mantis. HEX triplet: 6F, D8 and 55. RGB value is (111,216,85). Sum of RGB (Red+Green+Blue) = 111+216+85=412 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.94% from 412); Green value is 216 (84.77% from 255 or 52.43% from 412); Blue value is 85 (33.59% from 255 or 20.63% from 412); Max value from RGB is 216 - color contains mainly: green. Hex color #6FD855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD855 is #9027AA. Grayscale: #AAAAAA. Windows color (decimal): -9447339 or 5625967. OLE color: 5625967.
HSL color Cylindrical-coordinate representation of color #6FD855: hue angle of 108.09º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6FD855 is Cyan = 0.49, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 216 | 85 | - |
| CMYK | 0.49 | 0 | 0.61 | 0.15 |
| HSL | 108.09º | 0.63% | 0.59% | - |
| HSV(B) | 108.09º | 0.61% | 0.85% | - |
| XYZ | 32.75 | 53.15 | 17.13 | - |
| YUV | 169.67 | 80.21 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 216 | 85 | 0.49 | 0 | 0.61 | 0.15 | 108.09 | 0.63 | 0.59 |
| Hex | 6F | D8 | 55 | 31 | 0 | 3D | F | 6C | 3F | 3B |
| Octal | 157 | 330 | 125 | 61 | 0 | 75 | 17 | 154 | 77 | 73 |
| Binary | 1101111 | 11011000 | 1010101 | 110001 | 0 | 111101 | 1111 | 1101100 | 111111 | 111011 |
Color Harmonies of #6FD855
Complementary color
Monochromatic Colors of #6FD855
Black with #6FD855
Text Example
Text Example
White with #6FD855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD855; }
p { color: rgb(111,216,85); }
H1.HeaderClassName
{
color: #6FD855;
}
.AnyTagClassName
{
color: #6FD855;
}
</style>
background-color css
<style>
a { background-color: #6FD855; }
a { background-color: rgb(111,216,85); }
div.DivClassName
{
background-color: #6FD855;
}
.BgClassName
{
background-color: #6FD855;
}
</style>
border-color css
<style>
span { border-color: #6FD855; }
span { border-color: rgb(111,216,85); }
td.TdClassName
{
border-color: #6FD855;
}
.TagClassName
{
border-color: #6FD855;
}
</style>