Shades of Mantis #8CCD67
Tints of Mantis #8CCD67
RGB
CMYK
RGB Variations
Color information
#8CCD67 (or 0x8CCD67) is known color: Mantis. HEX triplet: 8C, CD and 67. RGB value is (140,205,103). Sum of RGB (Red+Green+Blue) = 140+205+103=448 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.25% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 103 (40.62% from 255 or 22.99% from 448); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCD67 is #733298. Grayscale: #AEAEAE. Windows color (decimal): -7549593 or 6802828. OLE color: 6802828.
HSL color Cylindrical-coordinate representation of color #8CCD67: hue angle of 98.24º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8CCD67 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 205 | 103 | - |
| CMYK | 0.32 | 0 | 0.50 | 0.20 |
| HSL | 98.24º | 0.5% | 0.6% | - |
| HSV(B) | 98.24º | 0.5% | 0.8% | - |
| XYZ | 35.09 | 50.22 | 20.68 | - |
| YUV | 173.94 | 87.97 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 103 | 0.32 | 0 | 0.50 | 0.20 | 98.24 | 0.5 | 0.6 |
| Hex | 8C | CD | 67 | 20 | 0 | 32 | 14 | 62 | 32 | 3C |
| Octal | 214 | 315 | 147 | 40 | 0 | 62 | 24 | 142 | 62 | 74 |
| Binary | 10001100 | 11001101 | 1100111 | 100000 | 0 | 110010 | 10100 | 1100010 | 110010 | 111100 |
Color Harmonies of #8CCD67
Complementary color
Monochromatic Colors of #8CCD67
Black with #8CCD67
Text Example
Text Example
White with #8CCD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCD67; }
p { color: rgb(140,205,103); }
H1.HeaderClassName
{
color: #8CCD67;
}
.AnyTagClassName
{
color: #8CCD67;
}
</style>
background-color css
<style>
a { background-color: #8CCD67; }
a { background-color: rgb(140,205,103); }
div.DivClassName
{
background-color: #8CCD67;
}
.BgClassName
{
background-color: #8CCD67;
}
</style>
border-color css
<style>
span { border-color: #8CCD67; }
span { border-color: rgb(140,205,103); }
td.TdClassName
{
border-color: #8CCD67;
}
.TagClassName
{
border-color: #8CCD67;
}
</style>