Shades of Mantis #8BBE65
Tints of Mantis #8BBE65
RGB
CMYK
RGB Variations
Color information
#8BBE65 (or 0x8BBE65) is known color: Mantis. HEX triplet: 8B, BE and 65. RGB value is (139,190,101). Sum of RGB (Red+Green+Blue) = 139+190+101=430 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.33% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 190 - color contains mainly: green. Hex color #8BBE65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBE65 is #74419A. Grayscale: #A4A4A4. Windows color (decimal): -7618971 or 6667915. OLE color: 6667915.
HSL color Cylindrical-coordinate representation of color #8BBE65: hue angle of 94.38º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8BBE65 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 190 | 101 | - |
| CMYK | 0.27 | 0 | 0.47 | 0.25 |
| HSL | 94.38º | 0.41% | 0.57% | - |
| HSV(B) | 94.38º | 0.47% | 0.75% | - |
| XYZ | 31.41 | 43.26 | 19.01 | - |
| YUV | 164.61 | 92.1 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 190 | 101 | 0.27 | 0 | 0.47 | 0.25 | 94.38 | 0.41 | 0.57 |
| Hex | 8B | BE | 65 | 1B | 0 | 2F | 19 | 5E | 29 | 39 |
| Octal | 213 | 276 | 145 | 33 | 0 | 57 | 31 | 136 | 51 | 71 |
| Binary | 10001011 | 10111110 | 1100101 | 11011 | 0 | 101111 | 11001 | 1011110 | 101001 | 111001 |
Color Harmonies of #8BBE65
Complementary color
Monochromatic Colors of #8BBE65
Black with #8BBE65
Text Example
Text Example
White with #8BBE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBE65; }
p { color: rgb(139,190,101); }
H1.HeaderClassName
{
color: #8BBE65;
}
.AnyTagClassName
{
color: #8BBE65;
}
</style>
background-color css
<style>
a { background-color: #8BBE65; }
a { background-color: rgb(139,190,101); }
div.DivClassName
{
background-color: #8BBE65;
}
.BgClassName
{
background-color: #8BBE65;
}
</style>
border-color css
<style>
span { border-color: #8BBE65; }
span { border-color: rgb(139,190,101); }
td.TdClassName
{
border-color: #8BBE65;
}
.TagClassName
{
border-color: #8BBE65;
}
</style>