Shades of Mantis #8CDA65
Tints of Mantis #8CDA65
RGB
CMYK
RGB Variations
Color information
#8CDA65 (or 0x8CDA65) is known color: Mantis. HEX triplet: 8C, DA and 65. RGB value is (140,218,101). Sum of RGB (Red+Green+Blue) = 140+218+101=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDA65 is #73259A. Grayscale: #B5B5B5. Windows color (decimal): -7546267 or 6675084. OLE color: 6675084.
HSL color Cylindrical-coordinate representation of color #8CDA65: hue angle of 100º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8CDA65 is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 218 | 101 | - |
| CMYK | 0.36 | 0 | 0.54 | 0.15 |
| HSL | 100º | 0.61% | 0.63% | - |
| HSV(B) | 100º | 0.54% | 0.85% | - |
| XYZ | 38.24 | 56.66 | 21.23 | - |
| YUV | 181.34 | 82.66 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 218 | 101 | 0.36 | 0 | 0.54 | 0.15 | 100 | 0.61 | 0.63 |
| Hex | 8C | DA | 65 | 24 | 0 | 36 | F | 64 | 3D | 3F |
| Octal | 214 | 332 | 145 | 44 | 0 | 66 | 17 | 144 | 75 | 77 |
| Binary | 10001100 | 11011010 | 1100101 | 100100 | 0 | 110110 | 1111 | 1100100 | 111101 | 111111 |
Color Harmonies of #8CDA65
Complementary color
Monochromatic Colors of #8CDA65
Black with #8CDA65
Text Example
Text Example
White with #8CDA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDA65; }
p { color: rgb(140,218,101); }
H1.HeaderClassName
{
color: #8CDA65;
}
.AnyTagClassName
{
color: #8CDA65;
}
</style>
background-color css
<style>
a { background-color: #8CDA65; }
a { background-color: rgb(140,218,101); }
div.DivClassName
{
background-color: #8CDA65;
}
.BgClassName
{
background-color: #8CDA65;
}
</style>
border-color css
<style>
span { border-color: #8CDA65; }
span { border-color: rgb(140,218,101); }
td.TdClassName
{
border-color: #8CDA65;
}
.TagClassName
{
border-color: #8CDA65;
}
</style>