Shades of Mantis #8CCA5C
Tints of Mantis #8CCA5C
RGB
CMYK
RGB Variations
Color information
#8CCA5C (or 0x8CCA5C) is known color: Mantis. HEX triplet: 8C, CA and 5C. RGB value is (140,202,92). Sum of RGB (Red+Green+Blue) = 140+202+92=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCA5C is #7335A3. Grayscale: #ABABAB. Windows color (decimal): -7550372 or 6081164. OLE color: 6081164.
HSL color Cylindrical-coordinate representation of color #8CCA5C: hue angle of 93.82º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8CCA5C is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 202 | 92 | - |
| CMYK | 0.31 | 0 | 0.54 | 0.21 |
| HSL | 93.82º | 0.51% | 0.58% | - |
| HSV(B) | 93.82º | 0.54% | 0.79% | - |
| XYZ | 33.87 | 48.59 | 17.72 | - |
| YUV | 170.92 | 83.46 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 202 | 92 | 0.31 | 0 | 0.54 | 0.21 | 93.82 | 0.51 | 0.58 |
| Hex | 8C | CA | 5C | 1F | 0 | 36 | 15 | 5E | 33 | 3A |
| Octal | 214 | 312 | 134 | 37 | 0 | 66 | 25 | 136 | 63 | 72 |
| Binary | 10001100 | 11001010 | 1011100 | 11111 | 0 | 110110 | 10101 | 1011110 | 110011 | 111010 |
Color Harmonies of #8CCA5C
Complementary color
Monochromatic Colors of #8CCA5C
Black with #8CCA5C
Text Example
Text Example
White with #8CCA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCA5C; }
p { color: rgb(140,202,92); }
H1.HeaderClassName
{
color: #8CCA5C;
}
.AnyTagClassName
{
color: #8CCA5C;
}
</style>
background-color css
<style>
a { background-color: #8CCA5C; }
a { background-color: rgb(140,202,92); }
div.DivClassName
{
background-color: #8CCA5C;
}
.BgClassName
{
background-color: #8CCA5C;
}
</style>
border-color css
<style>
span { border-color: #8CCA5C; }
span { border-color: rgb(140,202,92); }
td.TdClassName
{
border-color: #8CCA5C;
}
.TagClassName
{
border-color: #8CCA5C;
}
</style>