Shades of Mantis #6FBE56
Tints of Mantis #6FBE56
RGB
CMYK
RGB Variations
Color information
#6FBE56 (or 0x6FBE56) is known color: Mantis. HEX triplet: 6F, BE and 56. RGB value is (111,190,86). Sum of RGB (Red+Green+Blue) = 111+190+86=387 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.68% from 387); Green value is 190 (74.61% from 255 or 49.10% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 190 - color contains mainly: green. Hex color #6FBE56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBE56 is #9041A9. Grayscale: #9A9A9A. Windows color (decimal): -9453994 or 5684847. OLE color: 5684847.
HSL color Cylindrical-coordinate representation of color #6FBE56: hue angle of 105.58º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FBE56 is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 190 | 86 | - |
| CMYK | 0.42 | 0 | 0.55 | 0.25 |
| HSL | 105.58º | 0.44% | 0.54% | - |
| HSV(B) | 105.58º | 0.55% | 0.75% | - |
| XYZ | 26.65 | 40.88 | 15.29 | - |
| YUV | 154.52 | 89.33 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 190 | 86 | 0.42 | 0 | 0.55 | 0.25 | 105.58 | 0.44 | 0.54 |
| Hex | 6F | BE | 56 | 2A | 0 | 37 | 19 | 6A | 2C | 36 |
| Octal | 157 | 276 | 126 | 52 | 0 | 67 | 31 | 152 | 54 | 66 |
| Binary | 1101111 | 10111110 | 1010110 | 101010 | 0 | 110111 | 11001 | 1101010 | 101100 | 110110 |
Color Harmonies of #6FBE56
Complementary color
Monochromatic Colors of #6FBE56
Black with #6FBE56
Text Example
Text Example
White with #6FBE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBE56; }
p { color: rgb(111,190,86); }
H1.HeaderClassName
{
color: #6FBE56;
}
.AnyTagClassName
{
color: #6FBE56;
}
</style>
background-color css
<style>
a { background-color: #6FBE56; }
a { background-color: rgb(111,190,86); }
div.DivClassName
{
background-color: #6FBE56;
}
.BgClassName
{
background-color: #6FBE56;
}
</style>
border-color css
<style>
span { border-color: #6FBE56; }
span { border-color: rgb(111,190,86); }
td.TdClassName
{
border-color: #6FBE56;
}
.TagClassName
{
border-color: #6FBE56;
}
</style>