Shades of Mantis #8CCC6D
Tints of Mantis #8CCC6D
RGB
CMYK
RGB Variations
Color information
#8CCC6D (or 0x8CCC6D) is known color: Mantis. HEX triplet: 8C, CC and 6D. RGB value is (140,204,109). Sum of RGB (Red+Green+Blue) = 140+204+109=453 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.91% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCC6D is #733392. Grayscale: #AEAEAE. Windows color (decimal): -7549843 or 7195788. OLE color: 7195788.
HSL color Cylindrical-coordinate representation of color #8CCC6D: hue angle of 100.42º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8CCC6D is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 204 | 109 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.2 |
| HSL | 100.42º | 0.48% | 0.61% | - |
| HSV(B) | 100.42º | 0.47% | 0.8% | - |
| XYZ | 35.17 | 49.87 | 22.24 | - |
| YUV | 174.03 | 91.3 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 204 | 109 | 0.31 | 0 | 0.47 | 0.2 | 100.42 | 0.48 | 0.61 |
| Hex | 8C | CC | 6D | 1F | 0 | 2F | 14 | 64 | 30 | 3D |
| Octal | 214 | 314 | 155 | 37 | 0 | 57 | 24 | 144 | 60 | 75 |
| Binary | 10001100 | 11001100 | 1101101 | 11111 | 0 | 101111 | 10100 | 1100100 | 110000 | 111101 |
Color Harmonies of #8CCC6D
Complementary color
Monochromatic Colors of #8CCC6D
Black with #8CCC6D
Text Example
Text Example
White with #8CCC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCC6D; }
p { color: rgb(140,204,109); }
H1.HeaderClassName
{
color: #8CCC6D;
}
.AnyTagClassName
{
color: #8CCC6D;
}
</style>
background-color css
<style>
a { background-color: #8CCC6D; }
a { background-color: rgb(140,204,109); }
div.DivClassName
{
background-color: #8CCC6D;
}
.BgClassName
{
background-color: #8CCC6D;
}
</style>
border-color css
<style>
span { border-color: #8CCC6D; }
span { border-color: rgb(140,204,109); }
td.TdClassName
{
border-color: #8CCC6D;
}
.TagClassName
{
border-color: #8CCC6D;
}
</style>