Shades of Mantis #8DDA6A
Tints of Mantis #8DDA6A
RGB
CMYK
RGB Variations
Color information
#8DDA6A (or 0x8DDA6A) is known color: Mantis. HEX triplet: 8D, DA and 6A. RGB value is (141,218,106). Sum of RGB (Red+Green+Blue) = 141+218+106=465 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.32% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDA6A is #722595. Grayscale: #B6B6B6. Windows color (decimal): -7480726 or 7002765. OLE color: 7002765.
HSL color Cylindrical-coordinate representation of color #8DDA6A: hue angle of 101.25º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8DDA6A is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 218 | 106 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.15 |
| HSL | 101.25º | 0.6% | 0.64% | - |
| HSV(B) | 101.25º | 0.51% | 0.85% | - |
| XYZ | 38.66 | 56.85 | 22.57 | - |
| YUV | 182.21 | 84.99 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 218 | 106 | 0.35 | 0 | 0.51 | 0.15 | 101.25 | 0.6 | 0.64 |
| Hex | 8D | DA | 6A | 23 | 0 | 33 | F | 65 | 3C | 40 |
| Octal | 215 | 332 | 152 | 43 | 0 | 63 | 17 | 145 | 74 | 100 |
| Binary | 10001101 | 11011010 | 1101010 | 100011 | 0 | 110011 | 1111 | 1100101 | 111100 | 1000000 |
Color Harmonies of #8DDA6A
Complementary color
Monochromatic Colors of #8DDA6A
Black with #8DDA6A
Text Example
Text Example
White with #8DDA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDA6A; }
p { color: rgb(141,218,106); }
H1.HeaderClassName
{
color: #8DDA6A;
}
.AnyTagClassName
{
color: #8DDA6A;
}
</style>
background-color css
<style>
a { background-color: #8DDA6A; }
a { background-color: rgb(141,218,106); }
div.DivClassName
{
background-color: #8DDA6A;
}
.BgClassName
{
background-color: #8DDA6A;
}
</style>
border-color css
<style>
span { border-color: #8DDA6A; }
span { border-color: rgb(141,218,106); }
td.TdClassName
{
border-color: #8DDA6A;
}
.TagClassName
{
border-color: #8DDA6A;
}
</style>