Shades of Mantis #8CDA69
Tints of Mantis #8CDA69
RGB
CMYK
RGB Variations
Color information
#8CDA69 (or 0x8CDA69) is known color: Mantis. HEX triplet: 8C, DA and 69. RGB value is (140,218,105). Sum of RGB (Red+Green+Blue) = 140+218+105=463 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.24% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDA69 is #732596. Grayscale: #B6B6B6. Windows color (decimal): -7546263 or 6937228. OLE color: 6937228.
HSL color Cylindrical-coordinate representation of color #8CDA69: hue angle of 101.42º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8CDA69 is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 218 | 105 | - |
| CMYK | 0.36 | 0 | 0.52 | 0.15 |
| HSL | 101.42º | 0.6% | 0.63% | - |
| HSV(B) | 101.42º | 0.52% | 0.85% | - |
| XYZ | 38.44 | 56.74 | 22.29 | - |
| YUV | 181.8 | 84.66 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 218 | 105 | 0.36 | 0 | 0.52 | 0.15 | 101.42 | 0.6 | 0.63 |
| Hex | 8C | DA | 69 | 24 | 0 | 34 | F | 65 | 3C | 3F |
| Octal | 214 | 332 | 151 | 44 | 0 | 64 | 17 | 145 | 74 | 77 |
| Binary | 10001100 | 11011010 | 1101001 | 100100 | 0 | 110100 | 1111 | 1100101 | 111100 | 111111 |
Color Harmonies of #8CDA69
Complementary color
Monochromatic Colors of #8CDA69
Black with #8CDA69
Text Example
Text Example
White with #8CDA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDA69; }
p { color: rgb(140,218,105); }
H1.HeaderClassName
{
color: #8CDA69;
}
.AnyTagClassName
{
color: #8CDA69;
}
</style>
background-color css
<style>
a { background-color: #8CDA69; }
a { background-color: rgb(140,218,105); }
div.DivClassName
{
background-color: #8CDA69;
}
.BgClassName
{
background-color: #8CDA69;
}
</style>
border-color css
<style>
span { border-color: #8CDA69; }
span { border-color: rgb(140,218,105); }
td.TdClassName
{
border-color: #8CDA69;
}
.TagClassName
{
border-color: #8CDA69;
}
</style>