Shades of Mantis #8CD569
Tints of Mantis #8CD569
RGB
CMYK
RGB Variations
Color information
#8CD569 (or 0x8CD569) is known color: Mantis. HEX triplet: 8C, D5 and 69. RGB value is (140,213,105). Sum of RGB (Red+Green+Blue) = 140+213+105=458 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.57% from 458); Green value is 213 (83.59% from 255 or 46.51% from 458); Blue value is 105 (41.41% from 255 or 22.93% from 458); Max value from RGB is 213 - color contains mainly: green. Hex color #8CD569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD569 is #732A96. Grayscale: #B3B3B3. Windows color (decimal): -7547543 or 6935948. OLE color: 6935948.
HSL color Cylindrical-coordinate representation of color #8CD569: hue angle of 100.56º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8CD569 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 140 | 213 | 105 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.16 |
| HSL | 100.56º | 0.56% | 0.62% | - |
| HSV(B) | 100.56º | 0.51% | 0.84% | - |
| XYZ | 37.16 | 54.18 | 21.86 | - |
| YUV | 178.86 | 86.32 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 213 | 105 | 0.34 | 0 | 0.51 | 0.16 | 100.56 | 0.56 | 0.62 |
| Hex | 8C | D5 | 69 | 22 | 0 | 33 | 10 | 65 | 38 | 3E |
| Octal | 214 | 325 | 151 | 42 | 0 | 63 | 20 | 145 | 70 | 76 |
| Binary | 10001100 | 11010101 | 1101001 | 100010 | 0 | 110011 | 10000 | 1100101 | 111000 | 111110 |
Color Harmonies of #8CD569
Complementary color
Monochromatic Colors of #8CD569
Black with #8CD569
Text Example
Text Example
White with #8CD569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD569; }
p { color: rgb(140,213,105); }
H1.HeaderClassName
{
color: #8CD569;
}
.AnyTagClassName
{
color: #8CD569;
}
</style>
background-color css
<style>
a { background-color: #8CD569; }
a { background-color: rgb(140,213,105); }
div.DivClassName
{
background-color: #8CD569;
}
.BgClassName
{
background-color: #8CD569;
}
</style>
border-color css
<style>
span { border-color: #8CD569; }
span { border-color: rgb(140,213,105); }
td.TdClassName
{
border-color: #8CD569;
}
.TagClassName
{
border-color: #8CD569;
}
</style>