Shades of Mantis #8BC06E
Tints of Mantis #8BC06E
RGB
CMYK
RGB Variations
Color information
#8BC06E (or 0x8BC06E) is known color: Mantis. HEX triplet: 8B, C0 and 6E. RGB value is (139,192,110). Sum of RGB (Red+Green+Blue) = 139+192+110=441 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.52% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 192 - color contains mainly: green. Hex color #8BC06E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC06E is #743F91. Grayscale: #A7A7A7. Windows color (decimal): -7618450 or 7258251. OLE color: 7258251.
HSL color Cylindrical-coordinate representation of color #8BC06E: hue angle of 98.78º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BC06E is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 192 | 110 | - |
| CMYK | 0.28 | 0 | 0.43 | 0.25 |
| HSL | 98.78º | 0.39% | 0.59% | - |
| HSV(B) | 98.78º | 0.43% | 0.75% | - |
| XYZ | 32.31 | 44.31 | 21.6 | - |
| YUV | 166.81 | 95.94 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 192 | 110 | 0.28 | 0 | 0.43 | 0.25 | 98.78 | 0.39 | 0.59 |
| Hex | 8B | C0 | 6E | 1C | 0 | 2B | 19 | 63 | 27 | 3B |
| Octal | 213 | 300 | 156 | 34 | 0 | 53 | 31 | 143 | 47 | 73 |
| Binary | 10001011 | 11000000 | 1101110 | 11100 | 0 | 101011 | 11001 | 1100011 | 100111 | 111011 |
Color Harmonies of #8BC06E
Complementary color
Monochromatic Colors of #8BC06E
Black with #8BC06E
Text Example
Text Example
White with #8BC06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC06E; }
p { color: rgb(139,192,110); }
H1.HeaderClassName
{
color: #8BC06E;
}
.AnyTagClassName
{
color: #8BC06E;
}
</style>
background-color css
<style>
a { background-color: #8BC06E; }
a { background-color: rgb(139,192,110); }
div.DivClassName
{
background-color: #8BC06E;
}
.BgClassName
{
background-color: #8BC06E;
}
</style>
border-color css
<style>
span { border-color: #8BC06E; }
span { border-color: rgb(139,192,110); }
td.TdClassName
{
border-color: #8BC06E;
}
.TagClassName
{
border-color: #8BC06E;
}
</style>