Shades of Mantis #8CD769
Tints of Mantis #8CD769
RGB
CMYK
RGB Variations
Color information
#8CD769 (or 0x8CD769) is known color: Mantis. HEX triplet: 8C, D7 and 69. RGB value is (140,215,105). Sum of RGB (Red+Green+Blue) = 140+215+105=460 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.43% from 460); Green value is 215 (84.38% from 255 or 46.74% from 460); Blue value is 105 (41.41% from 255 or 22.83% from 460); Max value from RGB is 215 - color contains mainly: green. Hex color #8CD769 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD769 is #732896. Grayscale: #B4B4B4. Windows color (decimal): -7547031 or 6936460. OLE color: 6936460.
HSL color Cylindrical-coordinate representation of color #8CD769: hue angle of 100.91º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8CD769 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 140 | 215 | 105 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.16 |
| HSL | 100.91º | 0.58% | 0.63% | - |
| HSV(B) | 100.91º | 0.51% | 0.84% | - |
| XYZ | 37.67 | 55.2 | 22.03 | - |
| YUV | 180.04 | 85.65 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 215 | 105 | 0.35 | 0 | 0.51 | 0.16 | 100.91 | 0.58 | 0.63 |
| Hex | 8C | D7 | 69 | 23 | 0 | 33 | 10 | 65 | 3A | 3F |
| Octal | 214 | 327 | 151 | 43 | 0 | 63 | 20 | 145 | 72 | 77 |
| Binary | 10001100 | 11010111 | 1101001 | 100011 | 0 | 110011 | 10000 | 1100101 | 111010 | 111111 |
Color Harmonies of #8CD769
Complementary color
Monochromatic Colors of #8CD769
Black with #8CD769
Text Example
Text Example
White with #8CD769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD769; }
p { color: rgb(140,215,105); }
H1.HeaderClassName
{
color: #8CD769;
}
.AnyTagClassName
{
color: #8CD769;
}
</style>
background-color css
<style>
a { background-color: #8CD769; }
a { background-color: rgb(140,215,105); }
div.DivClassName
{
background-color: #8CD769;
}
.BgClassName
{
background-color: #8CD769;
}
</style>
border-color css
<style>
span { border-color: #8CD769; }
span { border-color: rgb(140,215,105); }
td.TdClassName
{
border-color: #8CD769;
}
.TagClassName
{
border-color: #8CD769;
}
</style>