Shades of Mantis #8CDB68
Tints of Mantis #8CDB68
RGB
CMYK
RGB Variations
Color information
#8CDB68 (or 0x8CDB68) is known color: Mantis. HEX triplet: 8C, DB and 68. RGB value is (140,219,104). Sum of RGB (Red+Green+Blue) = 140+219+104=463 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.24% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDB68 is #732497. Grayscale: #B6B6B6. Windows color (decimal): -7546008 or 6871948. OLE color: 6871948.
HSL color Cylindrical-coordinate representation of color #8CDB68: hue angle of 101.22º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8CDB68 is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 219 | 104 | - |
| CMYK | 0.36 | 0 | 0.53 | 0.14 |
| HSL | 101.22º | 0.61% | 0.63% | - |
| HSV(B) | 101.22º | 0.53% | 0.86% | - |
| XYZ | 38.65 | 57.24 | 22.11 | - |
| YUV | 182.27 | 83.83 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 219 | 104 | 0.36 | 0 | 0.53 | 0.14 | 101.22 | 0.61 | 0.63 |
| Hex | 8C | DB | 68 | 24 | 0 | 35 | E | 65 | 3D | 3F |
| Octal | 214 | 333 | 150 | 44 | 0 | 65 | 16 | 145 | 75 | 77 |
| Binary | 10001100 | 11011011 | 1101000 | 100100 | 0 | 110101 | 1110 | 1100101 | 111101 | 111111 |
Color Harmonies of #8CDB68
Complementary color
Monochromatic Colors of #8CDB68
Black with #8CDB68
Text Example
Text Example
White with #8CDB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDB68; }
p { color: rgb(140,219,104); }
H1.HeaderClassName
{
color: #8CDB68;
}
.AnyTagClassName
{
color: #8CDB68;
}
</style>
background-color css
<style>
a { background-color: #8CDB68; }
a { background-color: rgb(140,219,104); }
div.DivClassName
{
background-color: #8CDB68;
}
.BgClassName
{
background-color: #8CDB68;
}
</style>
border-color css
<style>
span { border-color: #8CDB68; }
span { border-color: rgb(140,219,104); }
td.TdClassName
{
border-color: #8CDB68;
}
.TagClassName
{
border-color: #8CDB68;
}
</style>