Shades of Mantis #8CC359
Tints of Mantis #8CC359
RGB
CMYK
RGB Variations
Color information
#8CC359 (or 0x8CC359) is known color: Mantis. HEX triplet: 8C, C3 and 59. RGB value is (140,195,89). Sum of RGB (Red+Green+Blue) = 140+195+89=424 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.02% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 89 (35.16% from 255 or 20.99% from 424); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC359 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC359 is #733CA6. Grayscale: #A6A6A6. Windows color (decimal): -7552167 or 5882764. OLE color: 5882764.
HSL color Cylindrical-coordinate representation of color #8CC359: hue angle of 91.13º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8CC359 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 195 | 89 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.24 |
| HSL | 91.13º | 0.47% | 0.56% | - |
| HSV(B) | 91.13º | 0.54% | 0.76% | - |
| XYZ | 32.13 | 45.33 | 16.51 | - |
| YUV | 166.47 | 84.28 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 195 | 89 | 0.28 | 0 | 0.54 | 0.24 | 91.13 | 0.47 | 0.56 |
| Hex | 8C | C3 | 59 | 1C | 0 | 36 | 18 | 5B | 2F | 38 |
| Octal | 214 | 303 | 131 | 34 | 0 | 66 | 30 | 133 | 57 | 70 |
| Binary | 10001100 | 11000011 | 1011001 | 11100 | 0 | 110110 | 11000 | 1011011 | 101111 | 111000 |
Color Harmonies of #8CC359
Complementary color
Monochromatic Colors of #8CC359
Black with #8CC359
Text Example
Text Example
White with #8CC359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC359; }
p { color: rgb(140,195,89); }
H1.HeaderClassName
{
color: #8CC359;
}
.AnyTagClassName
{
color: #8CC359;
}
</style>
background-color css
<style>
a { background-color: #8CC359; }
a { background-color: rgb(140,195,89); }
div.DivClassName
{
background-color: #8CC359;
}
.BgClassName
{
background-color: #8CC359;
}
</style>
border-color css
<style>
span { border-color: #8CC359; }
span { border-color: rgb(140,195,89); }
td.TdClassName
{
border-color: #8CC359;
}
.TagClassName
{
border-color: #8CC359;
}
</style>