Shades of Mantis #6BD855
Tints of Mantis #6BD855
RGB
CMYK
RGB Variations
Color information
#6BD855 (or 0x6BD855) is known color: Mantis. HEX triplet: 6B, D8 and 55. RGB value is (107,216,85). Sum of RGB (Red+Green+Blue) = 107+216+85=408 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.23% from 408); Green value is 216 (84.77% from 255 or 52.94% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 216 - color contains mainly: green. Hex color #6BD855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD855 is #9427AA. Grayscale: #A8A8A8. Windows color (decimal): -9709483 or 5625963. OLE color: 5625963.
HSL color Cylindrical-coordinate representation of color #6BD855: hue angle of 109.92º 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 #6BD855 is Cyan = 0.50, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 216 | 85 | - |
| CMYK | 0.50 | 0 | 0.61 | 0.15 |
| HSL | 109.92º | 0.63% | 0.59% | - |
| HSV(B) | 109.92º | 0.61% | 0.85% | - |
| XYZ | 32.26 | 52.89 | 17.1 | - |
| YUV | 168.48 | 80.89 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 216 | 85 | 0.50 | 0 | 0.61 | 0.15 | 109.92 | 0.63 | 0.59 |
| Hex | 6B | D8 | 55 | 32 | 0 | 3D | F | 6E | 3F | 3B |
| Octal | 153 | 330 | 125 | 62 | 0 | 75 | 17 | 156 | 77 | 73 |
| Binary | 1101011 | 11011000 | 1010101 | 110010 | 0 | 111101 | 1111 | 1101110 | 111111 | 111011 |
Color Harmonies of #6BD855
Complementary color
Monochromatic Colors of #6BD855
Black with #6BD855
Text Example
Text Example
White with #6BD855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD855; }
p { color: rgb(107,216,85); }
H1.HeaderClassName
{
color: #6BD855;
}
.AnyTagClassName
{
color: #6BD855;
}
</style>
background-color css
<style>
a { background-color: #6BD855; }
a { background-color: rgb(107,216,85); }
div.DivClassName
{
background-color: #6BD855;
}
.BgClassName
{
background-color: #6BD855;
}
</style>
border-color css
<style>
span { border-color: #6BD855; }
span { border-color: rgb(107,216,85); }
td.TdClassName
{
border-color: #6BD855;
}
.TagClassName
{
border-color: #6BD855;
}
</style>