Shades of Mantis #8BC06F
Tints of Mantis #8BC06F
RGB
CMYK
RGB Variations
Color information
#8BC06F (or 0x8BC06F) is known color: Mantis. HEX triplet: 8B, C0 and 6F. RGB value is (139,192,111). Sum of RGB (Red+Green+Blue) = 139+192+111=442 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.45% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 192 - color contains mainly: green. Hex color #8BC06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC06F is #743F90. Grayscale: #A7A7A7. Windows color (decimal): -7618449 or 7323787. OLE color: 7323787.
HSL color Cylindrical-coordinate representation of color #8BC06F: hue angle of 99.26º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BC06F is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 192 | 111 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.25 |
| HSL | 99.26º | 0.39% | 0.59% | - |
| HSV(B) | 99.26º | 0.42% | 0.75% | - |
| XYZ | 32.37 | 44.34 | 21.89 | - |
| YUV | 166.92 | 96.44 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 192 | 111 | 0.28 | 0 | 0.42 | 0.25 | 99.26 | 0.39 | 0.59 |
| Hex | 8B | C0 | 6F | 1C | 0 | 2A | 19 | 63 | 27 | 3B |
| Octal | 213 | 300 | 157 | 34 | 0 | 52 | 31 | 143 | 47 | 73 |
| Binary | 10001011 | 11000000 | 1101111 | 11100 | 0 | 101010 | 11001 | 1100011 | 100111 | 111011 |
Color Harmonies of #8BC06F
Complementary color
Monochromatic Colors of #8BC06F
Black with #8BC06F
Text Example
Text Example
White with #8BC06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC06F; }
p { color: rgb(139,192,111); }
H1.HeaderClassName
{
color: #8BC06F;
}
.AnyTagClassName
{
color: #8BC06F;
}
</style>
background-color css
<style>
a { background-color: #8BC06F; }
a { background-color: rgb(139,192,111); }
div.DivClassName
{
background-color: #8BC06F;
}
.BgClassName
{
background-color: #8BC06F;
}
</style>
border-color css
<style>
span { border-color: #8BC06F; }
span { border-color: rgb(139,192,111); }
td.TdClassName
{
border-color: #8BC06F;
}
.TagClassName
{
border-color: #8BC06F;
}
</style>