Shades of Mantis #8CCB5B
Tints of Mantis #8CCB5B
RGB
CMYK
RGB Variations
Color information
#8CCB5B (or 0x8CCB5B) is known color: Mantis. HEX triplet: 8C, CB and 5B. RGB value is (140,203,91). Sum of RGB (Red+Green+Blue) = 140+203+91=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 203 (79.69% from 255 or 46.77% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 203 - color contains mainly: green. Hex color #8CCB5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCB5B is #7334A4. Grayscale: #ABABAB. Windows color (decimal): -7550117 or 6015884. OLE color: 6015884.
HSL color Cylindrical-coordinate representation of color #8CCB5B: hue angle of 93.75º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8CCB5B is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 203 | 91 | - |
| CMYK | 0.31 | 0 | 0.55 | 0.20 |
| HSL | 93.75º | 0.52% | 0.58% | - |
| HSV(B) | 93.75º | 0.55% | 0.8% | - |
| XYZ | 34.06 | 49.04 | 17.57 | - |
| YUV | 171.4 | 82.63 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 203 | 91 | 0.31 | 0 | 0.55 | 0.20 | 93.75 | 0.52 | 0.58 |
| Hex | 8C | CB | 5B | 1F | 0 | 37 | 14 | 5E | 34 | 3A |
| Octal | 214 | 313 | 133 | 37 | 0 | 67 | 24 | 136 | 64 | 72 |
| Binary | 10001100 | 11001011 | 1011011 | 11111 | 0 | 110111 | 10100 | 1011110 | 110100 | 111010 |
Color Harmonies of #8CCB5B
Complementary color
Monochromatic Colors of #8CCB5B
Black with #8CCB5B
Text Example
Text Example
White with #8CCB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCB5B; }
p { color: rgb(140,203,91); }
H1.HeaderClassName
{
color: #8CCB5B;
}
.AnyTagClassName
{
color: #8CCB5B;
}
</style>
background-color css
<style>
a { background-color: #8CCB5B; }
a { background-color: rgb(140,203,91); }
div.DivClassName
{
background-color: #8CCB5B;
}
.BgClassName
{
background-color: #8CCB5B;
}
</style>
border-color css
<style>
span { border-color: #8CCB5B; }
span { border-color: rgb(140,203,91); }
td.TdClassName
{
border-color: #8CCB5B;
}
.TagClassName
{
border-color: #8CCB5B;
}
</style>