Shades of Mantis #8CC85A
Tints of Mantis #8CC85A
RGB
CMYK
RGB Variations
Color information
#8CC85A (or 0x8CC85A) is known color: Mantis. HEX triplet: 8C, C8 and 5A. RGB value is (140,200,90). Sum of RGB (Red+Green+Blue) = 140+200+90=430 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.56% from 430); Green value is 200 (78.52% from 255 or 46.51% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC85A is #7337A5. Grayscale: #A9A9A9. Windows color (decimal): -7550886 or 5949580. OLE color: 5949580.
HSL color Cylindrical-coordinate representation of color #8CC85A: hue angle of 92.73º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8CC85A is Cyan = 0.3, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 200 | 90 | - |
| CMYK | 0.3 | 0 | 0.55 | 0.22 |
| HSL | 92.73º | 0.5% | 0.57% | - |
| HSV(B) | 92.73º | 0.55% | 0.78% | - |
| XYZ | 33.31 | 47.62 | 17.11 | - |
| YUV | 169.52 | 83.12 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 200 | 90 | 0.3 | 0 | 0.55 | 0.22 | 92.73 | 0.5 | 0.57 |
| Hex | 8C | C8 | 5A | 1E | 0 | 37 | 16 | 5D | 32 | 39 |
| Octal | 214 | 310 | 132 | 36 | 0 | 67 | 26 | 135 | 62 | 71 |
| Binary | 10001100 | 11001000 | 1011010 | 11110 | 0 | 110111 | 10110 | 1011101 | 110010 | 111001 |
Color Harmonies of #8CC85A
Complementary color
Monochromatic Colors of #8CC85A
Black with #8CC85A
Text Example
Text Example
White with #8CC85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC85A; }
p { color: rgb(140,200,90); }
H1.HeaderClassName
{
color: #8CC85A;
}
.AnyTagClassName
{
color: #8CC85A;
}
</style>
background-color css
<style>
a { background-color: #8CC85A; }
a { background-color: rgb(140,200,90); }
div.DivClassName
{
background-color: #8CC85A;
}
.BgClassName
{
background-color: #8CC85A;
}
</style>
border-color css
<style>
span { border-color: #8CC85A; }
span { border-color: rgb(140,200,90); }
td.TdClassName
{
border-color: #8CC85A;
}
.TagClassName
{
border-color: #8CC85A;
}
</style>