Shades of Mantis #8CDE60
Tints of Mantis #8CDE60
RGB
CMYK
RGB Variations
Color information
#8CDE60 (or 0x8CDE60) is known color: Mantis. HEX triplet: 8C, DE and 60. RGB value is (140,222,96). Sum of RGB (Red+Green+Blue) = 140+222+96=458 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.57% from 458); Green value is 222 (87.11% from 255 or 48.47% from 458); Blue value is 96 (37.89% from 255 or 20.96% from 458); Max value from RGB is 222 - color contains mainly: green. Hex color #8CDE60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDE60 is #73219F. Grayscale: #B7B7B7. Windows color (decimal): -7545248 or 6348428. OLE color: 6348428.
HSL color Cylindrical-coordinate representation of color #8CDE60: hue angle of 99.05º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8CDE60 is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 222 | 96 | - |
| CMYK | 0.37 | 0 | 0.57 | 0.13 |
| HSL | 99.05º | 0.66% | 0.62% | - |
| HSV(B) | 99.05º | 0.57% | 0.87% | - |
| XYZ | 39.05 | 58.66 | 20.33 | - |
| YUV | 183.12 | 78.83 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 222 | 96 | 0.37 | 0 | 0.57 | 0.13 | 99.05 | 0.66 | 0.62 |
| Hex | 8C | DE | 60 | 25 | 0 | 39 | D | 63 | 42 | 3E |
| Octal | 214 | 336 | 140 | 45 | 0 | 71 | 15 | 143 | 102 | 76 |
| Binary | 10001100 | 11011110 | 1100000 | 100101 | 0 | 111001 | 1101 | 1100011 | 1000010 | 111110 |
Color Harmonies of #8CDE60
Complementary color
Monochromatic Colors of #8CDE60
Black with #8CDE60
Text Example
Text Example
White with #8CDE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDE60; }
p { color: rgb(140,222,96); }
H1.HeaderClassName
{
color: #8CDE60;
}
.AnyTagClassName
{
color: #8CDE60;
}
</style>
background-color css
<style>
a { background-color: #8CDE60; }
a { background-color: rgb(140,222,96); }
div.DivClassName
{
background-color: #8CDE60;
}
.BgClassName
{
background-color: #8CDE60;
}
</style>
border-color css
<style>
span { border-color: #8CDE60; }
span { border-color: rgb(140,222,96); }
td.TdClassName
{
border-color: #8CDE60;
}
.TagClassName
{
border-color: #8CDE60;
}
</style>