Shades of Mantis #8CE65C
Tints of Mantis #8CE65C
RGB
CMYK
RGB Variations
Color information
#8CE65C (or 0x8CE65C) is known color: Mantis. HEX triplet: 8C, E6 and 5C. RGB value is (140,230,92). Sum of RGB (Red+Green+Blue) = 140+230+92=462 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.30% from 462); Green value is 230 (90.23% from 255 or 49.78% from 462); Blue value is 92 (36.33% from 255 or 19.91% from 462); Max value from RGB is 230 - color contains mainly: green. Hex color #8CE65C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CE65C is #7319A3. Grayscale: #BBBBBB. Windows color (decimal): -7543204 or 6088332. OLE color: 6088332.
HSL color Cylindrical-coordinate representation of color #8CE65C: hue angle of 99.13º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8CE65C is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 140 | 230 | 92 | - |
| CMYK | 0.39 | 0 | 0.60 | 0.10 |
| HSL | 99.13º | 0.73% | 0.63% | - |
| HSV(B) | 99.13º | 0.6% | 0.9% | - |
| XYZ | 41.04 | 62.94 | 20.11 | - |
| YUV | 187.36 | 74.18 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 230 | 92 | 0.39 | 0 | 0.60 | 0.10 | 99.13 | 0.73 | 0.63 |
| Hex | 8C | E6 | 5C | 27 | 0 | 3C | A | 63 | 49 | 3F |
| Octal | 214 | 346 | 134 | 47 | 0 | 74 | 12 | 143 | 111 | 77 |
| Binary | 10001100 | 11100110 | 1011100 | 100111 | 0 | 111100 | 1010 | 1100011 | 1001001 | 111111 |
Color Harmonies of #8CE65C
Complementary color
Monochromatic Colors of #8CE65C
Black with #8CE65C
Text Example
Text Example
White with #8CE65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE65C; }
p { color: rgb(140,230,92); }
H1.HeaderClassName
{
color: #8CE65C;
}
.AnyTagClassName
{
color: #8CE65C;
}
</style>
background-color css
<style>
a { background-color: #8CE65C; }
a { background-color: rgb(140,230,92); }
div.DivClassName
{
background-color: #8CE65C;
}
.BgClassName
{
background-color: #8CE65C;
}
</style>
border-color css
<style>
span { border-color: #8CE65C; }
span { border-color: rgb(140,230,92); }
td.TdClassName
{
border-color: #8CE65C;
}
.TagClassName
{
border-color: #8CE65C;
}
</style>