Shades of Mantis #8CDA66
Tints of Mantis #8CDA66
RGB
CMYK
RGB Variations
Color information
#8CDA66 (or 0x8CDA66) is known color: Mantis. HEX triplet: 8C, DA and 66. RGB value is (140,218,102). Sum of RGB (Red+Green+Blue) = 140+218+102=460 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.43% from 460); Green value is 218 (85.55% from 255 or 47.39% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDA66 is #732599. Grayscale: #B5B5B5. Windows color (decimal): -7546266 or 6740620. OLE color: 6740620.
HSL color Cylindrical-coordinate representation of color #8CDA66: hue angle of 100.34º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8CDA66 is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 218 | 102 | - |
| CMYK | 0.36 | 0 | 0.53 | 0.15 |
| HSL | 100.34º | 0.61% | 0.63% | - |
| HSV(B) | 100.34º | 0.53% | 0.85% | - |
| XYZ | 38.28 | 56.68 | 21.49 | - |
| YUV | 181.45 | 83.16 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 218 | 102 | 0.36 | 0 | 0.53 | 0.15 | 100.34 | 0.61 | 0.63 |
| Hex | 8C | DA | 66 | 24 | 0 | 35 | F | 64 | 3D | 3F |
| Octal | 214 | 332 | 146 | 44 | 0 | 65 | 17 | 144 | 75 | 77 |
| Binary | 10001100 | 11011010 | 1100110 | 100100 | 0 | 110101 | 1111 | 1100100 | 111101 | 111111 |
Color Harmonies of #8CDA66
Complementary color
Monochromatic Colors of #8CDA66
Black with #8CDA66
Text Example
Text Example
White with #8CDA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDA66; }
p { color: rgb(140,218,102); }
H1.HeaderClassName
{
color: #8CDA66;
}
.AnyTagClassName
{
color: #8CDA66;
}
</style>
background-color css
<style>
a { background-color: #8CDA66; }
a { background-color: rgb(140,218,102); }
div.DivClassName
{
background-color: #8CDA66;
}
.BgClassName
{
background-color: #8CDA66;
}
</style>
border-color css
<style>
span { border-color: #8CDA66; }
span { border-color: rgb(140,218,102); }
td.TdClassName
{
border-color: #8CDA66;
}
.TagClassName
{
border-color: #8CDA66;
}
</style>