Shades of Mantis #8DCD69
Tints of Mantis #8DCD69
RGB
CMYK
RGB Variations
Color information
#8DCD69 (or 0x8DCD69) is known color: Mantis. HEX triplet: 8D, CD and 69. RGB value is (141,205,105). Sum of RGB (Red+Green+Blue) = 141+205+105=451 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.26% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCD69 is #723296. Grayscale: #AEAEAE. Windows color (decimal): -7484055 or 6933901. OLE color: 6933901.
HSL color Cylindrical-coordinate representation of color #8DCD69: hue angle of 98.4º degrees, saturation: 0.5, 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 #8DCD69 is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 205 | 105 | - |
| CMYK | 0.31 | 0 | 0.49 | 0.20 |
| HSL | 98.4º | 0.5% | 0.61% | - |
| HSV(B) | 98.4º | 0.49% | 0.8% | - |
| XYZ | 35.37 | 50.35 | 21.22 | - |
| YUV | 174.46 | 88.8 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 205 | 105 | 0.31 | 0 | 0.49 | 0.20 | 98.4 | 0.5 | 0.61 |
| Hex | 8D | CD | 69 | 1F | 0 | 31 | 14 | 62 | 32 | 3D |
| Octal | 215 | 315 | 151 | 37 | 0 | 61 | 24 | 142 | 62 | 75 |
| Binary | 10001101 | 11001101 | 1101001 | 11111 | 0 | 110001 | 10100 | 1100010 | 110010 | 111101 |
Color Harmonies of #8DCD69
Complementary color
Monochromatic Colors of #8DCD69
Black with #8DCD69
Text Example
Text Example
White with #8DCD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCD69; }
p { color: rgb(141,205,105); }
H1.HeaderClassName
{
color: #8DCD69;
}
.AnyTagClassName
{
color: #8DCD69;
}
</style>
background-color css
<style>
a { background-color: #8DCD69; }
a { background-color: rgb(141,205,105); }
div.DivClassName
{
background-color: #8DCD69;
}
.BgClassName
{
background-color: #8DCD69;
}
</style>
border-color css
<style>
span { border-color: #8DCD69; }
span { border-color: rgb(141,205,105); }
td.TdClassName
{
border-color: #8DCD69;
}
.TagClassName
{
border-color: #8DCD69;
}
</style>