Shades of Mantis #8CBE5C
Tints of Mantis #8CBE5C
RGB
CMYK
RGB Variations
Color information
#8CBE5C (or 0x8CBE5C) is known color: Mantis. HEX triplet: 8C, BE and 5C. RGB value is (140,190,92). Sum of RGB (Red+Green+Blue) = 140+190+92=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 190 - color contains mainly: green. Hex color #8CBE5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBE5C is #7341A3. Grayscale: #A4A4A4. Windows color (decimal): -7553444 or 6078092. OLE color: 6078092.
HSL color Cylindrical-coordinate representation of color #8CBE5C: hue angle of 90.61º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8CBE5C is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 190 | 92 | - |
| CMYK | 0.26 | 0 | 0.52 | 0.25 |
| HSL | 90.61º | 0.43% | 0.55% | - |
| HSV(B) | 90.61º | 0.52% | 0.75% | - |
| XYZ | 31.16 | 43.18 | 16.82 | - |
| YUV | 163.88 | 87.44 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 190 | 92 | 0.26 | 0 | 0.52 | 0.25 | 90.61 | 0.43 | 0.55 |
| Hex | 8C | BE | 5C | 1A | 0 | 34 | 19 | 5B | 2B | 37 |
| Octal | 214 | 276 | 134 | 32 | 0 | 64 | 31 | 133 | 53 | 67 |
| Binary | 10001100 | 10111110 | 1011100 | 11010 | 0 | 110100 | 11001 | 1011011 | 101011 | 110111 |
Color Harmonies of #8CBE5C
Complementary color
Monochromatic Colors of #8CBE5C
Black with #8CBE5C
Text Example
Text Example
White with #8CBE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBE5C; }
p { color: rgb(140,190,92); }
H1.HeaderClassName
{
color: #8CBE5C;
}
.AnyTagClassName
{
color: #8CBE5C;
}
</style>
background-color css
<style>
a { background-color: #8CBE5C; }
a { background-color: rgb(140,190,92); }
div.DivClassName
{
background-color: #8CBE5C;
}
.BgClassName
{
background-color: #8CBE5C;
}
</style>
border-color css
<style>
span { border-color: #8CBE5C; }
span { border-color: rgb(140,190,92); }
td.TdClassName
{
border-color: #8CBE5C;
}
.TagClassName
{
border-color: #8CBE5C;
}
</style>