Shades of Mantis #8CDA57
Tints of Mantis #8CDA57
RGB
CMYK
RGB Variations
Color information
#8CDA57 (or 0x8CDA57) is known color: Mantis. HEX triplet: 8C, DA and 57. RGB value is (140,218,87). Sum of RGB (Red+Green+Blue) = 140+218+87=445 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.46% from 445); Green value is 218 (85.55% from 255 or 48.99% from 445); Blue value is 87 (34.38% from 255 or 19.55% from 445); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDA57 is #7325A8. Grayscale: #B4B4B4. Windows color (decimal): -7546281 or 5757580. OLE color: 5757580.
HSL color Cylindrical-coordinate representation of color #8CDA57: hue angle of 95.73º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8CDA57 is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 218 | 87 | - |
| CMYK | 0.36 | 0 | 0.60 | 0.15 |
| HSL | 95.73º | 0.64% | 0.6% | - |
| HSV(B) | 95.73º | 0.6% | 0.85% | - |
| XYZ | 37.61 | 56.41 | 17.92 | - |
| YUV | 179.74 | 75.66 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 218 | 87 | 0.36 | 0 | 0.60 | 0.15 | 95.73 | 0.64 | 0.6 |
| Hex | 8C | DA | 57 | 24 | 0 | 3C | F | 60 | 40 | 3C |
| Octal | 214 | 332 | 127 | 44 | 0 | 74 | 17 | 140 | 100 | 74 |
| Binary | 10001100 | 11011010 | 1010111 | 100100 | 0 | 111100 | 1111 | 1100000 | 1000000 | 111100 |
Color Harmonies of #8CDA57
Complementary color
Monochromatic Colors of #8CDA57
Black with #8CDA57
Text Example
Text Example
White with #8CDA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDA57; }
p { color: rgb(140,218,87); }
H1.HeaderClassName
{
color: #8CDA57;
}
.AnyTagClassName
{
color: #8CDA57;
}
</style>
background-color css
<style>
a { background-color: #8CDA57; }
a { background-color: rgb(140,218,87); }
div.DivClassName
{
background-color: #8CDA57;
}
.BgClassName
{
background-color: #8CDA57;
}
</style>
border-color css
<style>
span { border-color: #8CDA57; }
span { border-color: rgb(140,218,87); }
td.TdClassName
{
border-color: #8CDA57;
}
.TagClassName
{
border-color: #8CDA57;
}
</style>