Shades of Mantis #8CCD6B
Tints of Mantis #8CCD6B
RGB
CMYK
RGB Variations
Color information
#8CCD6B (or 0x8CCD6B) is known color: Mantis. HEX triplet: 8C, CD and 6B. RGB value is (140,205,107). Sum of RGB (Red+Green+Blue) = 140+205+107=452 (59% of max value = 765). Red value is 140 (55.08% from 255 or 30.97% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 107 (42.19% from 255 or 23.67% from 452); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCD6B is #733294. Grayscale: #AEAEAE. Windows color (decimal): -7549589 or 7064972. OLE color: 7064972.
HSL color Cylindrical-coordinate representation of color #8CCD6B: hue angle of 99.8º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8CCD6B is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 205 | 107 | - |
| CMYK | 0.32 | 0 | 0.48 | 0.20 |
| HSL | 99.8º | 0.49% | 0.61% | - |
| HSV(B) | 99.8º | 0.48% | 0.8% | - |
| XYZ | 35.3 | 50.3 | 21.76 | - |
| YUV | 174.39 | 89.97 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 107 | 0.32 | 0 | 0.48 | 0.20 | 99.8 | 0.49 | 0.61 |
| Hex | 8C | CD | 6B | 20 | 0 | 30 | 14 | 64 | 31 | 3D |
| Octal | 214 | 315 | 153 | 40 | 0 | 60 | 24 | 144 | 61 | 75 |
| Binary | 10001100 | 11001101 | 1101011 | 100000 | 0 | 110000 | 10100 | 1100100 | 110001 | 111101 |
Color Harmonies of #8CCD6B
Complementary color
Monochromatic Colors of #8CCD6B
Black with #8CCD6B
Text Example
Text Example
White with #8CCD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCD6B; }
p { color: rgb(140,205,107); }
H1.HeaderClassName
{
color: #8CCD6B;
}
.AnyTagClassName
{
color: #8CCD6B;
}
</style>
background-color css
<style>
a { background-color: #8CCD6B; }
a { background-color: rgb(140,205,107); }
div.DivClassName
{
background-color: #8CCD6B;
}
.BgClassName
{
background-color: #8CCD6B;
}
</style>
border-color css
<style>
span { border-color: #8CCD6B; }
span { border-color: rgb(140,205,107); }
td.TdClassName
{
border-color: #8CCD6B;
}
.TagClassName
{
border-color: #8CCD6B;
}
</style>