Shades of Mantis #8CC266
Tints of Mantis #8CC266
RGB
CMYK
RGB Variations
Color information
#8CC266 (or 0x8CC266) is known color: Mantis. HEX triplet: 8C, C2 and 66. RGB value is (140,194,102). Sum of RGB (Red+Green+Blue) = 140+194+102=436 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.11% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC266 is #733D99. Grayscale: #A7A7A7. Windows color (decimal): -7552410 or 6734476. OLE color: 6734476.
HSL color Cylindrical-coordinate representation of color #8CC266: hue angle of 95.22º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8CC266 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 194 | 102 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.24 |
| HSL | 95.22º | 0.43% | 0.58% | - |
| HSV(B) | 95.22º | 0.47% | 0.76% | - |
| XYZ | 32.51 | 45.12 | 19.57 | - |
| YUV | 167.37 | 91.11 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 194 | 102 | 0.28 | 0 | 0.47 | 0.24 | 95.22 | 0.43 | 0.58 |
| Hex | 8C | C2 | 66 | 1C | 0 | 2F | 18 | 5F | 2B | 3A |
| Octal | 214 | 302 | 146 | 34 | 0 | 57 | 30 | 137 | 53 | 72 |
| Binary | 10001100 | 11000010 | 1100110 | 11100 | 0 | 101111 | 11000 | 1011111 | 101011 | 111010 |
Color Harmonies of #8CC266
Complementary color
Monochromatic Colors of #8CC266
Black with #8CC266
Text Example
Text Example
White with #8CC266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC266; }
p { color: rgb(140,194,102); }
H1.HeaderClassName
{
color: #8CC266;
}
.AnyTagClassName
{
color: #8CC266;
}
</style>
background-color css
<style>
a { background-color: #8CC266; }
a { background-color: rgb(140,194,102); }
div.DivClassName
{
background-color: #8CC266;
}
.BgClassName
{
background-color: #8CC266;
}
</style>
border-color css
<style>
span { border-color: #8CC266; }
span { border-color: rgb(140,194,102); }
td.TdClassName
{
border-color: #8CC266;
}
.TagClassName
{
border-color: #8CC266;
}
</style>