Shades of Mantis #8CCB6D
Tints of Mantis #8CCB6D
RGB
CMYK
RGB Variations
Color information
#8CCB6D (or 0x8CCB6D) is known color: Mantis. HEX triplet: 8C, CB and 6D. RGB value is (140,203,109). Sum of RGB (Red+Green+Blue) = 140+203+109=452 (59% of max value = 765). Red value is 140 (55.08% from 255 or 30.97% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 203 - color contains mainly: green. Hex color #8CCB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCB6D is #733492. Grayscale: #ADADAD. Windows color (decimal): -7550099 or 7195532. OLE color: 7195532.
HSL color Cylindrical-coordinate representation of color #8CCB6D: hue angle of 100.21º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8CCB6D is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 203 | 109 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.20 |
| HSL | 100.21º | 0.47% | 0.61% | - |
| HSV(B) | 100.21º | 0.46% | 0.8% | - |
| XYZ | 34.93 | 49.39 | 22.16 | - |
| YUV | 173.45 | 91.63 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 203 | 109 | 0.31 | 0 | 0.46 | 0.20 | 100.21 | 0.47 | 0.61 |
| Hex | 8C | CB | 6D | 1F | 0 | 2E | 14 | 64 | 2F | 3D |
| Octal | 214 | 313 | 155 | 37 | 0 | 56 | 24 | 144 | 57 | 75 |
| Binary | 10001100 | 11001011 | 1101101 | 11111 | 0 | 101110 | 10100 | 1100100 | 101111 | 111101 |
Color Harmonies of #8CCB6D
Complementary color
Monochromatic Colors of #8CCB6D
Black with #8CCB6D
Text Example
Text Example
White with #8CCB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCB6D; }
p { color: rgb(140,203,109); }
H1.HeaderClassName
{
color: #8CCB6D;
}
.AnyTagClassName
{
color: #8CCB6D;
}
</style>
background-color css
<style>
a { background-color: #8CCB6D; }
a { background-color: rgb(140,203,109); }
div.DivClassName
{
background-color: #8CCB6D;
}
.BgClassName
{
background-color: #8CCB6D;
}
</style>
border-color css
<style>
span { border-color: #8CCB6D; }
span { border-color: rgb(140,203,109); }
td.TdClassName
{
border-color: #8CCB6D;
}
.TagClassName
{
border-color: #8CCB6D;
}
</style>