Shades of Mantis #8CCB5A
Tints of Mantis #8CCB5A
RGB
CMYK
RGB Variations
Color information
#8CCB5A (or 0x8CCB5A) is known color: Mantis. HEX triplet: 8C, CB and 5A. RGB value is (140,203,90). Sum of RGB (Red+Green+Blue) = 140+203+90=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 203 (79.69% from 255 or 46.88% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 203 - color contains mainly: green. Hex color #8CCB5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCB5A is #7334A5. Grayscale: #ABABAB. Windows color (decimal): -7550118 or 5950348. OLE color: 5950348.
HSL color Cylindrical-coordinate representation of color #8CCB5A: hue angle of 93.45º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8CCB5A is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 203 | 90 | - |
| CMYK | 0.31 | 0 | 0.56 | 0.20 |
| HSL | 93.45º | 0.52% | 0.57% | - |
| HSV(B) | 93.45º | 0.56% | 0.8% | - |
| XYZ | 34.02 | 49.03 | 17.34 | - |
| YUV | 171.28 | 82.13 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 203 | 90 | 0.31 | 0 | 0.56 | 0.20 | 93.45 | 0.52 | 0.57 |
| Hex | 8C | CB | 5A | 1F | 0 | 38 | 14 | 5D | 34 | 39 |
| Octal | 214 | 313 | 132 | 37 | 0 | 70 | 24 | 135 | 64 | 71 |
| Binary | 10001100 | 11001011 | 1011010 | 11111 | 0 | 111000 | 10100 | 1011101 | 110100 | 111001 |
Color Harmonies of #8CCB5A
Complementary color
Monochromatic Colors of #8CCB5A
Black with #8CCB5A
Text Example
Text Example
White with #8CCB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCB5A; }
p { color: rgb(140,203,90); }
H1.HeaderClassName
{
color: #8CCB5A;
}
.AnyTagClassName
{
color: #8CCB5A;
}
</style>
background-color css
<style>
a { background-color: #8CCB5A; }
a { background-color: rgb(140,203,90); }
div.DivClassName
{
background-color: #8CCB5A;
}
.BgClassName
{
background-color: #8CCB5A;
}
</style>
border-color css
<style>
span { border-color: #8CCB5A; }
span { border-color: rgb(140,203,90); }
td.TdClassName
{
border-color: #8CCB5A;
}
.TagClassName
{
border-color: #8CCB5A;
}
</style>