Shades of Mantis #8DD65A
Tints of Mantis #8DD65A
RGB
CMYK
RGB Variations
Color information
#8DD65A (or 0x8DD65A) is known color: Mantis. HEX triplet: 8D, D6 and 5A. RGB value is (141,214,90). Sum of RGB (Red+Green+Blue) = 141+214+90=445 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.69% from 445); Green value is 214 (83.98% from 255 or 48.09% from 445); Blue value is 90 (35.55% from 255 or 20.22% from 445); Max value from RGB is 214 - color contains mainly: green. Hex color #8DD65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD65A is #7229A5. Grayscale: #B2B2B2. Windows color (decimal): -7481766 or 5953165. OLE color: 5953165.
HSL color Cylindrical-coordinate representation of color #8DD65A: hue angle of 95.32º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8DD65A is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 214 | 90 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.16 |
| HSL | 95.32º | 0.6% | 0.6% | - |
| HSV(B) | 95.32º | 0.58% | 0.84% | - |
| XYZ | 36.88 | 54.49 | 18.25 | - |
| YUV | 178.04 | 78.32 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 214 | 90 | 0.34 | 0 | 0.58 | 0.16 | 95.32 | 0.6 | 0.6 |
| Hex | 8D | D6 | 5A | 22 | 0 | 3A | 10 | 5F | 3C | 3C |
| Octal | 215 | 326 | 132 | 42 | 0 | 72 | 20 | 137 | 74 | 74 |
| Binary | 10001101 | 11010110 | 1011010 | 100010 | 0 | 111010 | 10000 | 1011111 | 111100 | 111100 |
Color Harmonies of #8DD65A
Complementary color
Monochromatic Colors of #8DD65A
Black with #8DD65A
Text Example
Text Example
White with #8DD65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD65A; }
p { color: rgb(141,214,90); }
H1.HeaderClassName
{
color: #8DD65A;
}
.AnyTagClassName
{
color: #8DD65A;
}
</style>
background-color css
<style>
a { background-color: #8DD65A; }
a { background-color: rgb(141,214,90); }
div.DivClassName
{
background-color: #8DD65A;
}
.BgClassName
{
background-color: #8DD65A;
}
</style>
border-color css
<style>
span { border-color: #8DD65A; }
span { border-color: rgb(141,214,90); }
td.TdClassName
{
border-color: #8DD65A;
}
.TagClassName
{
border-color: #8DD65A;
}
</style>