Shades of Mantis #8DCC69
Tints of Mantis #8DCC69
RGB
CMYK
RGB Variations
Color information
#8DCC69 (or 0x8DCC69) is known color: Mantis. HEX triplet: 8D, CC and 69. RGB value is (141,204,105). Sum of RGB (Red+Green+Blue) = 141+204+105=450 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.33% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCC69 is #723396. Grayscale: #AEAEAE. Windows color (decimal): -7484311 or 6933645. OLE color: 6933645.
HSL color Cylindrical-coordinate representation of color #8DCC69: hue angle of 98.18º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8DCC69 is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 204 | 105 | - |
| CMYK | 0.31 | 0 | 0.49 | 0.2 |
| HSL | 98.18º | 0.49% | 0.61% | - |
| HSV(B) | 98.18º | 0.49% | 0.8% | - |
| XYZ | 35.13 | 49.87 | 21.14 | - |
| YUV | 173.88 | 89.13 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 204 | 105 | 0.31 | 0 | 0.49 | 0.2 | 98.18 | 0.49 | 0.61 |
| Hex | 8D | CC | 69 | 1F | 0 | 31 | 14 | 62 | 31 | 3D |
| Octal | 215 | 314 | 151 | 37 | 0 | 61 | 24 | 142 | 61 | 75 |
| Binary | 10001101 | 11001100 | 1101001 | 11111 | 0 | 110001 | 10100 | 1100010 | 110001 | 111101 |
Color Harmonies of #8DCC69
Complementary color
Monochromatic Colors of #8DCC69
Black with #8DCC69
Text Example
Text Example
White with #8DCC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCC69; }
p { color: rgb(141,204,105); }
H1.HeaderClassName
{
color: #8DCC69;
}
.AnyTagClassName
{
color: #8DCC69;
}
</style>
background-color css
<style>
a { background-color: #8DCC69; }
a { background-color: rgb(141,204,105); }
div.DivClassName
{
background-color: #8DCC69;
}
.BgClassName
{
background-color: #8DCC69;
}
</style>
border-color css
<style>
span { border-color: #8DCC69; }
span { border-color: rgb(141,204,105); }
td.TdClassName
{
border-color: #8DCC69;
}
.TagClassName
{
border-color: #8DCC69;
}
</style>