Shades of Mantis #8CDB57
Tints of Mantis #8CDB57
RGB
CMYK
RGB Variations
Color information
#8CDB57 (or 0x8CDB57) is known color: Mantis. HEX triplet: 8C, DB and 57. RGB value is (140,219,87). Sum of RGB (Red+Green+Blue) = 140+219+87=446 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.39% from 446); Green value is 219 (85.94% from 255 or 49.10% from 446); Blue value is 87 (34.38% from 255 or 19.51% from 446); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDB57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDB57 is #7324A8. Grayscale: #B4B4B4. Windows color (decimal): -7546025 or 5757836. OLE color: 5757836.
HSL color Cylindrical-coordinate representation of color #8CDB57: hue angle of 95.91º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8CDB57 is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 219 | 87 | - |
| CMYK | 0.36 | 0 | 0.60 | 0.14 |
| HSL | 95.91º | 0.65% | 0.6% | - |
| HSV(B) | 95.91º | 0.6% | 0.86% | - |
| XYZ | 37.87 | 56.93 | 18.01 | - |
| YUV | 180.33 | 75.33 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 219 | 87 | 0.36 | 0 | 0.60 | 0.14 | 95.91 | 0.65 | 0.6 |
| Hex | 8C | DB | 57 | 24 | 0 | 3C | E | 60 | 41 | 3C |
| Octal | 214 | 333 | 127 | 44 | 0 | 74 | 16 | 140 | 101 | 74 |
| Binary | 10001100 | 11011011 | 1010111 | 100100 | 0 | 111100 | 1110 | 1100000 | 1000001 | 111100 |
Color Harmonies of #8CDB57
Complementary color
Monochromatic Colors of #8CDB57
Black with #8CDB57
Text Example
Text Example
White with #8CDB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDB57; }
p { color: rgb(140,219,87); }
H1.HeaderClassName
{
color: #8CDB57;
}
.AnyTagClassName
{
color: #8CDB57;
}
</style>
background-color css
<style>
a { background-color: #8CDB57; }
a { background-color: rgb(140,219,87); }
div.DivClassName
{
background-color: #8CDB57;
}
.BgClassName
{
background-color: #8CDB57;
}
</style>
border-color css
<style>
span { border-color: #8CDB57; }
span { border-color: rgb(140,219,87); }
td.TdClassName
{
border-color: #8CDB57;
}
.TagClassName
{
border-color: #8CDB57;
}
</style>