Shades of Mantis #6FBC5E
Tints of Mantis #6FBC5E
RGB
CMYK
RGB Variations
Color information
#6FBC5E (or 0x6FBC5E) is known color: Mantis. HEX triplet: 6F, BC and 5E. RGB value is (111,188,94). Sum of RGB (Red+Green+Blue) = 111+188+94=393 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.24% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBC5E is #9043A1. Grayscale: #9A9A9A. Windows color (decimal): -9454498 or 6208623. OLE color: 6208623.
HSL color Cylindrical-coordinate representation of color #6FBC5E: hue angle of 109.15º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FBC5E is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 188 | 94 | - |
| CMYK | 0.41 | 0 | 0.50 | 0.26 |
| HSL | 109.15º | 0.41% | 0.55% | - |
| HSV(B) | 109.15º | 0.5% | 0.74% | - |
| XYZ | 26.56 | 40.15 | 16.94 | - |
| YUV | 154.26 | 93.99 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 94 | 0.41 | 0 | 0.50 | 0.26 | 109.15 | 0.41 | 0.55 |
| Hex | 6F | BC | 5E | 29 | 0 | 32 | 1A | 6D | 29 | 37 |
| Octal | 157 | 274 | 136 | 51 | 0 | 62 | 32 | 155 | 51 | 67 |
| Binary | 1101111 | 10111100 | 1011110 | 101001 | 0 | 110010 | 11010 | 1101101 | 101001 | 110111 |
Color Harmonies of #6FBC5E
Complementary color
Monochromatic Colors of #6FBC5E
Black with #6FBC5E
Text Example
Text Example
White with #6FBC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBC5E; }
p { color: rgb(111,188,94); }
H1.HeaderClassName
{
color: #6FBC5E;
}
.AnyTagClassName
{
color: #6FBC5E;
}
</style>
background-color css
<style>
a { background-color: #6FBC5E; }
a { background-color: rgb(111,188,94); }
div.DivClassName
{
background-color: #6FBC5E;
}
.BgClassName
{
background-color: #6FBC5E;
}
</style>
border-color css
<style>
span { border-color: #6FBC5E; }
span { border-color: rgb(111,188,94); }
td.TdClassName
{
border-color: #6FBC5E;
}
.TagClassName
{
border-color: #6FBC5E;
}
</style>