Shades of Mantis #8CCB67
Tints of Mantis #8CCB67
RGB
CMYK
RGB Variations
Color information
#8CCB67 (or 0x8CCB67) is known color: Mantis. HEX triplet: 8C, CB and 67. RGB value is (140,203,103). Sum of RGB (Red+Green+Blue) = 140+203+103=446 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.39% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 103 (40.62% from 255 or 23.09% from 446); Max value from RGB is 203 - color contains mainly: green. Hex color #8CCB67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCB67 is #733498. Grayscale: #ADADAD. Windows color (decimal): -7550105 or 6802316. OLE color: 6802316.
HSL color Cylindrical-coordinate representation of color #8CCB67: hue angle of 97.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8CCB67 is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 203 | 103 | - |
| CMYK | 0.31 | 0 | 0.49 | 0.20 |
| HSL | 97.8º | 0.49% | 0.6% | - |
| HSV(B) | 97.8º | 0.49% | 0.8% | - |
| XYZ | 34.62 | 49.27 | 20.52 | - |
| YUV | 172.76 | 88.63 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 203 | 103 | 0.31 | 0 | 0.49 | 0.20 | 97.8 | 0.49 | 0.6 |
| Hex | 8C | CB | 67 | 1F | 0 | 31 | 14 | 62 | 31 | 3C |
| Octal | 214 | 313 | 147 | 37 | 0 | 61 | 24 | 142 | 61 | 74 |
| Binary | 10001100 | 11001011 | 1100111 | 11111 | 0 | 110001 | 10100 | 1100010 | 110001 | 111100 |
Color Harmonies of #8CCB67
Complementary color
Monochromatic Colors of #8CCB67
Black with #8CCB67
Text Example
Text Example
White with #8CCB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCB67; }
p { color: rgb(140,203,103); }
H1.HeaderClassName
{
color: #8CCB67;
}
.AnyTagClassName
{
color: #8CCB67;
}
</style>
background-color css
<style>
a { background-color: #8CCB67; }
a { background-color: rgb(140,203,103); }
div.DivClassName
{
background-color: #8CCB67;
}
.BgClassName
{
background-color: #8CCB67;
}
</style>
border-color css
<style>
span { border-color: #8CCB67; }
span { border-color: rgb(140,203,103); }
td.TdClassName
{
border-color: #8CCB67;
}
.TagClassName
{
border-color: #8CCB67;
}
</style>