Shades of Mantis #8BC765
Tints of Mantis #8BC765
RGB
CMYK
RGB Variations
Color information
#8BC765 (or 0x8BC765) is known color: Mantis. HEX triplet: 8B, C7 and 65. RGB value is (139,199,101). Sum of RGB (Red+Green+Blue) = 139+199+101=439 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.66% from 439); Green value is 199 (78.12% from 255 or 45.33% from 439); Blue value is 101 (39.84% from 255 or 23.01% from 439); Max value from RGB is 199 - color contains mainly: green. Hex color #8BC765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC765 is #74389A. Grayscale: #AAAAAA. Windows color (decimal): -7616667 or 6670219. OLE color: 6670219.
HSL color Cylindrical-coordinate representation of color #8BC765: hue angle of 96.73º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8BC765 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 199 | 101 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.22 |
| HSL | 96.73º | 0.47% | 0.59% | - |
| HSV(B) | 96.73º | 0.49% | 0.78% | - |
| XYZ | 33.42 | 47.28 | 19.68 | - |
| YUV | 169.89 | 89.12 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 199 | 101 | 0.30 | 0 | 0.49 | 0.22 | 96.73 | 0.47 | 0.59 |
| Hex | 8B | C7 | 65 | 1E | 0 | 31 | 16 | 61 | 2F | 3B |
| Octal | 213 | 307 | 145 | 36 | 0 | 61 | 26 | 141 | 57 | 73 |
| Binary | 10001011 | 11000111 | 1100101 | 11110 | 0 | 110001 | 10110 | 1100001 | 101111 | 111011 |
Color Harmonies of #8BC765
Complementary color
Monochromatic Colors of #8BC765
Black with #8BC765
Text Example
Text Example
White with #8BC765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC765; }
p { color: rgb(139,199,101); }
H1.HeaderClassName
{
color: #8BC765;
}
.AnyTagClassName
{
color: #8BC765;
}
</style>
background-color css
<style>
a { background-color: #8BC765; }
a { background-color: rgb(139,199,101); }
div.DivClassName
{
background-color: #8BC765;
}
.BgClassName
{
background-color: #8BC765;
}
</style>
border-color css
<style>
span { border-color: #8BC765; }
span { border-color: rgb(139,199,101); }
td.TdClassName
{
border-color: #8BC765;
}
.TagClassName
{
border-color: #8BC765;
}
</style>