Shades of Mantis #8DD26C
Tints of Mantis #8DD26C
RGB
CMYK
RGB Variations
Color information
#8DD26C (or 0x8DD26C) is known color: Mantis. HEX triplet: 8D, D2 and 6C. RGB value is (141,210,108). Sum of RGB (Red+Green+Blue) = 141+210+108=459 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.72% from 459); Green value is 210 (82.42% from 255 or 45.75% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 210 - color contains mainly: green. Hex color #8DD26C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD26C is #722D93. Grayscale: #B2B2B2. Windows color (decimal): -7482772 or 7131789. OLE color: 7131789.
HSL color Cylindrical-coordinate representation of color #8DD26C: hue angle of 100.59º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8DD26C is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 210 | 108 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.18 |
| HSL | 100.59º | 0.53% | 0.62% | - |
| HSV(B) | 100.59º | 0.49% | 0.82% | - |
| XYZ | 36.74 | 52.84 | 22.45 | - |
| YUV | 177.74 | 88.64 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 210 | 108 | 0.33 | 0 | 0.49 | 0.18 | 100.59 | 0.53 | 0.62 |
| Hex | 8D | D2 | 6C | 21 | 0 | 31 | 12 | 65 | 35 | 3E |
| Octal | 215 | 322 | 154 | 41 | 0 | 61 | 22 | 145 | 65 | 76 |
| Binary | 10001101 | 11010010 | 1101100 | 100001 | 0 | 110001 | 10010 | 1100101 | 110101 | 111110 |
Color Harmonies of #8DD26C
Complementary color
Monochromatic Colors of #8DD26C
Black with #8DD26C
Text Example
Text Example
White with #8DD26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD26C; }
p { color: rgb(141,210,108); }
H1.HeaderClassName
{
color: #8DD26C;
}
.AnyTagClassName
{
color: #8DD26C;
}
</style>
background-color css
<style>
a { background-color: #8DD26C; }
a { background-color: rgb(141,210,108); }
div.DivClassName
{
background-color: #8DD26C;
}
.BgClassName
{
background-color: #8DD26C;
}
</style>
border-color css
<style>
span { border-color: #8DD26C; }
span { border-color: rgb(141,210,108); }
td.TdClassName
{
border-color: #8DD26C;
}
.TagClassName
{
border-color: #8DD26C;
}
</style>