Shades of Mantis #8DD65B
Tints of Mantis #8DD65B
RGB
CMYK
RGB Variations
Color information
#8DD65B (or 0x8DD65B) is known color: Mantis. HEX triplet: 8D, D6 and 5B. RGB value is (141,214,91). Sum of RGB (Red+Green+Blue) = 141+214+91=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 214 (83.98% from 255 or 47.98% from 446); Blue value is 91 (35.94% from 255 or 20.40% from 446); Max value from RGB is 214 - color contains mainly: green. Hex color #8DD65B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD65B is #7229A4. Grayscale: #B2B2B2. Windows color (decimal): -7481765 or 6018701. OLE color: 6018701.
HSL color Cylindrical-coordinate representation of color #8DD65B: hue angle of 95.61º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8DD65B is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 214 | 91 | - |
| CMYK | 0.34 | 0 | 0.57 | 0.16 |
| HSL | 95.61º | 0.6% | 0.6% | - |
| HSV(B) | 95.61º | 0.57% | 0.84% | - |
| XYZ | 36.92 | 54.51 | 18.47 | - |
| YUV | 178.15 | 78.82 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 214 | 91 | 0.34 | 0 | 0.57 | 0.16 | 95.61 | 0.6 | 0.6 |
| Hex | 8D | D6 | 5B | 22 | 0 | 39 | 10 | 60 | 3C | 3C |
| Octal | 215 | 326 | 133 | 42 | 0 | 71 | 20 | 140 | 74 | 74 |
| Binary | 10001101 | 11010110 | 1011011 | 100010 | 0 | 111001 | 10000 | 1100000 | 111100 | 111100 |
Color Harmonies of #8DD65B
Complementary color
Monochromatic Colors of #8DD65B
Black with #8DD65B
Text Example
Text Example
White with #8DD65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD65B; }
p { color: rgb(141,214,91); }
H1.HeaderClassName
{
color: #8DD65B;
}
.AnyTagClassName
{
color: #8DD65B;
}
</style>
background-color css
<style>
a { background-color: #8DD65B; }
a { background-color: rgb(141,214,91); }
div.DivClassName
{
background-color: #8DD65B;
}
.BgClassName
{
background-color: #8DD65B;
}
</style>
border-color css
<style>
span { border-color: #8DD65B; }
span { border-color: rgb(141,214,91); }
td.TdClassName
{
border-color: #8DD65B;
}
.TagClassName
{
border-color: #8DD65B;
}
</style>