Shades of Mantis #8CC265
Tints of Mantis #8CC265
RGB
CMYK
RGB Variations
Color information
#8CC265 (or 0x8CC265) is known color: Mantis. HEX triplet: 8C, C2 and 65. RGB value is (140,194,101). Sum of RGB (Red+Green+Blue) = 140+194+101=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC265 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC265 is #733D9A. Grayscale: #A7A7A7. Windows color (decimal): -7552411 or 6668940. OLE color: 6668940.
HSL color Cylindrical-coordinate representation of color #8CC265: hue angle of 94.84º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8CC265 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 194 | 101 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.24 |
| HSL | 94.84º | 0.43% | 0.58% | - |
| HSV(B) | 94.84º | 0.48% | 0.76% | - |
| XYZ | 32.46 | 45.1 | 19.31 | - |
| YUV | 167.25 | 90.61 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 194 | 101 | 0.28 | 0 | 0.48 | 0.24 | 94.84 | 0.43 | 0.58 |
| Hex | 8C | C2 | 65 | 1C | 0 | 30 | 18 | 5F | 2B | 3A |
| Octal | 214 | 302 | 145 | 34 | 0 | 60 | 30 | 137 | 53 | 72 |
| Binary | 10001100 | 11000010 | 1100101 | 11100 | 0 | 110000 | 11000 | 1011111 | 101011 | 111010 |
Color Harmonies of #8CC265
Complementary color
Monochromatic Colors of #8CC265
Black with #8CC265
Text Example
Text Example
White with #8CC265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC265; }
p { color: rgb(140,194,101); }
H1.HeaderClassName
{
color: #8CC265;
}
.AnyTagClassName
{
color: #8CC265;
}
</style>
background-color css
<style>
a { background-color: #8CC265; }
a { background-color: rgb(140,194,101); }
div.DivClassName
{
background-color: #8CC265;
}
.BgClassName
{
background-color: #8CC265;
}
</style>
border-color css
<style>
span { border-color: #8CC265; }
span { border-color: rgb(140,194,101); }
td.TdClassName
{
border-color: #8CC265;
}
.TagClassName
{
border-color: #8CC265;
}
</style>