Shades of Mantis #8CC569
Tints of Mantis #8CC569
RGB
CMYK
RGB Variations
Color information
#8CC569 (or 0x8CC569) is known color: Mantis. HEX triplet: 8C, C5 and 69. RGB value is (140,197,105). Sum of RGB (Red+Green+Blue) = 140+197+105=442 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.67% from 442); Green value is 197 (77.34% from 255 or 44.57% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 197 - color contains mainly: green. Hex color #8CC569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC569 is #733A96. Grayscale: #A9A9A9. Windows color (decimal): -7551639 or 6931852. OLE color: 6931852.
HSL color Cylindrical-coordinate representation of color #8CC569: hue angle of 97.17º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8CC569 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 197 | 105 | - |
| CMYK | 0.29 | 0 | 0.47 | 0.23 |
| HSL | 97.17º | 0.44% | 0.59% | - |
| HSV(B) | 97.17º | 0.47% | 0.77% | - |
| XYZ | 33.33 | 46.53 | 20.59 | - |
| YUV | 169.47 | 91.62 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 197 | 105 | 0.29 | 0 | 0.47 | 0.23 | 97.17 | 0.44 | 0.59 |
| Hex | 8C | C5 | 69 | 1D | 0 | 2F | 17 | 61 | 2C | 3B |
| Octal | 214 | 305 | 151 | 35 | 0 | 57 | 27 | 141 | 54 | 73 |
| Binary | 10001100 | 11000101 | 1101001 | 11101 | 0 | 101111 | 10111 | 1100001 | 101100 | 111011 |
Color Harmonies of #8CC569
Complementary color
Monochromatic Colors of #8CC569
Black with #8CC569
Text Example
Text Example
White with #8CC569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC569; }
p { color: rgb(140,197,105); }
H1.HeaderClassName
{
color: #8CC569;
}
.AnyTagClassName
{
color: #8CC569;
}
</style>
background-color css
<style>
a { background-color: #8CC569; }
a { background-color: rgb(140,197,105); }
div.DivClassName
{
background-color: #8CC569;
}
.BgClassName
{
background-color: #8CC569;
}
</style>
border-color css
<style>
span { border-color: #8CC569; }
span { border-color: rgb(140,197,105); }
td.TdClassName
{
border-color: #8CC569;
}
.TagClassName
{
border-color: #8CC569;
}
</style>