Shades of Mantis #8CC267
Tints of Mantis #8CC267
RGB
CMYK
RGB Variations
Color information
#8CC267 (or 0x8CC267) is known color: Mantis. HEX triplet: 8C, C2 and 67. RGB value is (140,194,103). Sum of RGB (Red+Green+Blue) = 140+194+103=437 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.04% from 437); Green value is 194 (76.17% from 255 or 44.39% from 437); Blue value is 103 (40.62% from 255 or 23.57% from 437); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC267 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC267 is #733D98. Grayscale: #A7A7A7. Windows color (decimal): -7552409 or 6800012. OLE color: 6800012.
HSL color Cylindrical-coordinate representation of color #8CC267: hue angle of 95.6º 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 #8CC267 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 194 | 103 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.24 |
| HSL | 95.6º | 0.43% | 0.58% | - |
| HSV(B) | 95.6º | 0.47% | 0.76% | - |
| XYZ | 32.56 | 45.14 | 19.83 | - |
| YUV | 167.48 | 91.61 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 194 | 103 | 0.28 | 0 | 0.47 | 0.24 | 95.6 | 0.43 | 0.58 |
| Hex | 8C | C2 | 67 | 1C | 0 | 2F | 18 | 60 | 2B | 3A |
| Octal | 214 | 302 | 147 | 34 | 0 | 57 | 30 | 140 | 53 | 72 |
| Binary | 10001100 | 11000010 | 1100111 | 11100 | 0 | 101111 | 11000 | 1100000 | 101011 | 111010 |
Color Harmonies of #8CC267
Complementary color
Monochromatic Colors of #8CC267
Black with #8CC267
Text Example
Text Example
White with #8CC267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC267; }
p { color: rgb(140,194,103); }
H1.HeaderClassName
{
color: #8CC267;
}
.AnyTagClassName
{
color: #8CC267;
}
</style>
background-color css
<style>
a { background-color: #8CC267; }
a { background-color: rgb(140,194,103); }
div.DivClassName
{
background-color: #8CC267;
}
.BgClassName
{
background-color: #8CC267;
}
</style>
border-color css
<style>
span { border-color: #8CC267; }
span { border-color: rgb(140,194,103); }
td.TdClassName
{
border-color: #8CC267;
}
.TagClassName
{
border-color: #8CC267;
}
</style>