Shades of Mantis #8CCF6D
Tints of Mantis #8CCF6D
RGB
CMYK
RGB Variations
Color information
#8CCF6D (or 0x8CCF6D) is known color: Mantis. HEX triplet: 8C, CF and 6D. RGB value is (140,207,109). Sum of RGB (Red+Green+Blue) = 140+207+109=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCF6D is #733092. Grayscale: #B0B0B0. Windows color (decimal): -7549075 or 7196556. OLE color: 7196556.
HSL color Cylindrical-coordinate representation of color #8CCF6D: hue angle of 101.02º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8CCF6D is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 207 | 109 | - |
| CMYK | 0.32 | 0 | 0.47 | 0.19 |
| HSL | 101.02º | 0.51% | 0.62% | - |
| HSV(B) | 101.02º | 0.47% | 0.81% | - |
| XYZ | 35.89 | 51.31 | 22.48 | - |
| YUV | 175.8 | 90.3 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 207 | 109 | 0.32 | 0 | 0.47 | 0.19 | 101.02 | 0.51 | 0.62 |
| Hex | 8C | CF | 6D | 20 | 0 | 2F | 13 | 65 | 33 | 3E |
| Octal | 214 | 317 | 155 | 40 | 0 | 57 | 23 | 145 | 63 | 76 |
| Binary | 10001100 | 11001111 | 1101101 | 100000 | 0 | 101111 | 10011 | 1100101 | 110011 | 111110 |
Color Harmonies of #8CCF6D
Complementary color
Monochromatic Colors of #8CCF6D
Black with #8CCF6D
Text Example
Text Example
White with #8CCF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCF6D; }
p { color: rgb(140,207,109); }
H1.HeaderClassName
{
color: #8CCF6D;
}
.AnyTagClassName
{
color: #8CCF6D;
}
</style>
background-color css
<style>
a { background-color: #8CCF6D; }
a { background-color: rgb(140,207,109); }
div.DivClassName
{
background-color: #8CCF6D;
}
.BgClassName
{
background-color: #8CCF6D;
}
</style>
border-color css
<style>
span { border-color: #8CCF6D; }
span { border-color: rgb(140,207,109); }
td.TdClassName
{
border-color: #8CCF6D;
}
.TagClassName
{
border-color: #8CCF6D;
}
</style>