Shades of Mantis #8CDC69
Tints of Mantis #8CDC69
RGB
CMYK
RGB Variations
Color information
#8CDC69 (or 0x8CDC69) is known color: Mantis. HEX triplet: 8C, DC and 69. RGB value is (140,220,105). Sum of RGB (Red+Green+Blue) = 140+220+105=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 105 (41.41% from 255 or 22.58% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDC69 is #732396. Grayscale: #B7B7B7. Windows color (decimal): -7545751 or 6937740. OLE color: 6937740.
HSL color Cylindrical-coordinate representation of color #8CDC69: hue angle of 101.74º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8CDC69 is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 220 | 105 | - |
| CMYK | 0.36 | 0 | 0.52 | 0.14 |
| HSL | 101.74º | 0.62% | 0.64% | - |
| HSV(B) | 101.74º | 0.52% | 0.86% | - |
| XYZ | 38.96 | 57.78 | 22.46 | - |
| YUV | 182.97 | 84 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 220 | 105 | 0.36 | 0 | 0.52 | 0.14 | 101.74 | 0.62 | 0.64 |
| Hex | 8C | DC | 69 | 24 | 0 | 34 | E | 66 | 3E | 40 |
| Octal | 214 | 334 | 151 | 44 | 0 | 64 | 16 | 146 | 76 | 100 |
| Binary | 10001100 | 11011100 | 1101001 | 100100 | 0 | 110100 | 1110 | 1100110 | 111110 | 1000000 |
Color Harmonies of #8CDC69
Complementary color
Monochromatic Colors of #8CDC69
Black with #8CDC69
Text Example
Text Example
White with #8CDC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDC69; }
p { color: rgb(140,220,105); }
H1.HeaderClassName
{
color: #8CDC69;
}
.AnyTagClassName
{
color: #8CDC69;
}
</style>
background-color css
<style>
a { background-color: #8CDC69; }
a { background-color: rgb(140,220,105); }
div.DivClassName
{
background-color: #8CDC69;
}
.BgClassName
{
background-color: #8CDC69;
}
</style>
border-color css
<style>
span { border-color: #8CDC69; }
span { border-color: rgb(140,220,105); }
td.TdClassName
{
border-color: #8CDC69;
}
.TagClassName
{
border-color: #8CDC69;
}
</style>