Shades of Mantis #8CC373
Tints of Mantis #8CC373
RGB
CMYK
RGB Variations
Color information
#8CC373 (or 0x8CC373) is known color: Mantis. HEX triplet: 8C, C3 and 73. RGB value is (140,195,115). Sum of RGB (Red+Green+Blue) = 140+195+115=450 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.11% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC373 is #733C8C. Grayscale: #A9A9A9. Windows color (decimal): -7552141 or 7586700. OLE color: 7586700.
HSL color Cylindrical-coordinate representation of color #8CC373: hue angle of 101.25º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CC373 is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 195 | 115 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.24 |
| HSL | 101.25º | 0.4% | 0.61% | - |
| HSV(B) | 101.25º | 0.41% | 0.76% | - |
| XYZ | 33.42 | 45.84 | 23.31 | - |
| YUV | 169.44 | 97.28 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 195 | 115 | 0.28 | 0 | 0.41 | 0.24 | 101.25 | 0.4 | 0.61 |
| Hex | 8C | C3 | 73 | 1C | 0 | 29 | 18 | 65 | 28 | 3D |
| Octal | 214 | 303 | 163 | 34 | 0 | 51 | 30 | 145 | 50 | 75 |
| Binary | 10001100 | 11000011 | 1110011 | 11100 | 0 | 101001 | 11000 | 1100101 | 101000 | 111101 |
Color Harmonies of #8CC373
Complementary color
Monochromatic Colors of #8CC373
Black with #8CC373
Text Example
Text Example
White with #8CC373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC373; }
p { color: rgb(140,195,115); }
H1.HeaderClassName
{
color: #8CC373;
}
.AnyTagClassName
{
color: #8CC373;
}
</style>
background-color css
<style>
a { background-color: #8CC373; }
a { background-color: rgb(140,195,115); }
div.DivClassName
{
background-color: #8CC373;
}
.BgClassName
{
background-color: #8CC373;
}
</style>
border-color css
<style>
span { border-color: #8CC373; }
span { border-color: rgb(140,195,115); }
td.TdClassName
{
border-color: #8CC373;
}
.TagClassName
{
border-color: #8CC373;
}
</style>