Shades of Mantis #8DE366
Tints of Mantis #8DE366
RGB
CMYK
RGB Variations
Color information
#8DE366 (or 0x8DE366) is known color: Mantis. HEX triplet: 8D, E3 and 66. RGB value is (141,227,102). Sum of RGB (Red+Green+Blue) = 141+227+102=470 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30% from 470); Green value is 227 (89.06% from 255 or 48.30% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 227 - color contains mainly: green. Hex color #8DE366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DE366 is #721C99. Grayscale: #BBBBBB. Windows color (decimal): -7478426 or 6742925. OLE color: 6742925.
HSL color Cylindrical-coordinate representation of color #8DE366: hue angle of 101.28º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8DE366 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 141 | 227 | 102 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.11 |
| HSL | 101.28º | 0.69% | 0.65% | - |
| HSV(B) | 101.28º | 0.55% | 0.89% | - |
| XYZ | 40.85 | 61.56 | 22.3 | - |
| YUV | 187.04 | 80.01 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 227 | 102 | 0.38 | 0 | 0.55 | 0.11 | 101.28 | 0.69 | 0.65 |
| Hex | 8D | E3 | 66 | 26 | 0 | 37 | B | 65 | 45 | 41 |
| Octal | 215 | 343 | 146 | 46 | 0 | 67 | 13 | 145 | 105 | 101 |
| Binary | 10001101 | 11100011 | 1100110 | 100110 | 0 | 110111 | 1011 | 1100101 | 1000101 | 1000001 |
Color Harmonies of #8DE366
Complementary color
Monochromatic Colors of #8DE366
Black with #8DE366
Text Example
Text Example
White with #8DE366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE366; }
p { color: rgb(141,227,102); }
H1.HeaderClassName
{
color: #8DE366;
}
.AnyTagClassName
{
color: #8DE366;
}
</style>
background-color css
<style>
a { background-color: #8DE366; }
a { background-color: rgb(141,227,102); }
div.DivClassName
{
background-color: #8DE366;
}
.BgClassName
{
background-color: #8DE366;
}
</style>
border-color css
<style>
span { border-color: #8DE366; }
span { border-color: rgb(141,227,102); }
td.TdClassName
{
border-color: #8DE366;
}
.TagClassName
{
border-color: #8DE366;
}
</style>