Shades of Mantis #8BC65F
Tints of Mantis #8BC65F
RGB
CMYK
RGB Variations
Color information
#8BC65F (or 0x8BC65F) is known color: Mantis. HEX triplet: 8B, C6 and 5F. RGB value is (139,198,95). Sum of RGB (Red+Green+Blue) = 139+198+95=432 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.18% from 432); Green value is 198 (77.73% from 255 or 45.83% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 198 - color contains mainly: green. Hex color #8BC65F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC65F is #7439A0. Grayscale: #A8A8A8. Windows color (decimal): -7616929 or 6276747. OLE color: 6276747.
HSL color Cylindrical-coordinate representation of color #8BC65F: hue angle of 94.37º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8BC65F is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 198 | 95 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.22 |
| HSL | 94.37º | 0.47% | 0.57% | - |
| HSV(B) | 94.37º | 0.52% | 0.78% | - |
| XYZ | 32.91 | 46.7 | 18.11 | - |
| YUV | 168.62 | 86.45 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 198 | 95 | 0.30 | 0 | 0.52 | 0.22 | 94.37 | 0.47 | 0.57 |
| Hex | 8B | C6 | 5F | 1E | 0 | 34 | 16 | 5E | 2F | 39 |
| Octal | 213 | 306 | 137 | 36 | 0 | 64 | 26 | 136 | 57 | 71 |
| Binary | 10001011 | 11000110 | 1011111 | 11110 | 0 | 110100 | 10110 | 1011110 | 101111 | 111001 |
Color Harmonies of #8BC65F
Complementary color
Monochromatic Colors of #8BC65F
Black with #8BC65F
Text Example
Text Example
White with #8BC65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC65F; }
p { color: rgb(139,198,95); }
H1.HeaderClassName
{
color: #8BC65F;
}
.AnyTagClassName
{
color: #8BC65F;
}
</style>
background-color css
<style>
a { background-color: #8BC65F; }
a { background-color: rgb(139,198,95); }
div.DivClassName
{
background-color: #8BC65F;
}
.BgClassName
{
background-color: #8BC65F;
}
</style>
border-color css
<style>
span { border-color: #8BC65F; }
span { border-color: rgb(139,198,95); }
td.TdClassName
{
border-color: #8BC65F;
}
.TagClassName
{
border-color: #8BC65F;
}
</style>