Shades of Mantis #8CC358
Tints of Mantis #8CC358
RGB
CMYK
RGB Variations
Color information
#8CC358 (or 0x8CC358) is known color: Mantis. HEX triplet: 8C, C3 and 58. RGB value is (140,195,88). Sum of RGB (Red+Green+Blue) = 140+195+88=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 88 (34.77% from 255 or 20.80% from 423); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC358 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC358 is #733CA7. Grayscale: #A6A6A6. Windows color (decimal): -7552168 or 5817228. OLE color: 5817228.
HSL color Cylindrical-coordinate representation of color #8CC358: hue angle of 90.84º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8CC358 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 195 | 88 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.24 |
| HSL | 90.84º | 0.47% | 0.55% | - |
| HSV(B) | 90.84º | 0.55% | 0.76% | - |
| XYZ | 32.09 | 45.31 | 16.29 | - |
| YUV | 166.36 | 83.78 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 195 | 88 | 0.28 | 0 | 0.55 | 0.24 | 90.84 | 0.47 | 0.55 |
| Hex | 8C | C3 | 58 | 1C | 0 | 37 | 18 | 5B | 2F | 37 |
| Octal | 214 | 303 | 130 | 34 | 0 | 67 | 30 | 133 | 57 | 67 |
| Binary | 10001100 | 11000011 | 1011000 | 11100 | 0 | 110111 | 11000 | 1011011 | 101111 | 110111 |
Color Harmonies of #8CC358
Complementary color
Monochromatic Colors of #8CC358
Black with #8CC358
Text Example
Text Example
White with #8CC358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC358; }
p { color: rgb(140,195,88); }
H1.HeaderClassName
{
color: #8CC358;
}
.AnyTagClassName
{
color: #8CC358;
}
</style>
background-color css
<style>
a { background-color: #8CC358; }
a { background-color: rgb(140,195,88); }
div.DivClassName
{
background-color: #8CC358;
}
.BgClassName
{
background-color: #8CC358;
}
</style>
border-color css
<style>
span { border-color: #8CC358; }
span { border-color: rgb(140,195,88); }
td.TdClassName
{
border-color: #8CC358;
}
.TagClassName
{
border-color: #8CC358;
}
</style>