Shades of Mantis #8CDA5D
Tints of Mantis #8CDA5D
RGB
CMYK
RGB Variations
Color information
#8CDA5D (or 0x8CDA5D) is known color: Mantis. HEX triplet: 8C, DA and 5D. RGB value is (140,218,93). Sum of RGB (Red+Green+Blue) = 140+218+93=451 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.04% from 451); Green value is 218 (85.55% from 255 or 48.34% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDA5D is #7325A2. Grayscale: #B4B4B4. Windows color (decimal): -7546275 or 6150796. OLE color: 6150796.
HSL color Cylindrical-coordinate representation of color #8CDA5D: hue angle of 97.44º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8CDA5D is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 218 | 93 | - |
| CMYK | 0.36 | 0 | 0.57 | 0.15 |
| HSL | 97.44º | 0.63% | 0.61% | - |
| HSV(B) | 97.44º | 0.57% | 0.85% | - |
| XYZ | 37.86 | 56.51 | 19.27 | - |
| YUV | 180.43 | 78.66 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 218 | 93 | 0.36 | 0 | 0.57 | 0.15 | 97.44 | 0.63 | 0.61 |
| Hex | 8C | DA | 5D | 24 | 0 | 39 | F | 61 | 3F | 3D |
| Octal | 214 | 332 | 135 | 44 | 0 | 71 | 17 | 141 | 77 | 75 |
| Binary | 10001100 | 11011010 | 1011101 | 100100 | 0 | 111001 | 1111 | 1100001 | 111111 | 111101 |
Color Harmonies of #8CDA5D
Complementary color
Monochromatic Colors of #8CDA5D
Black with #8CDA5D
Text Example
Text Example
White with #8CDA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDA5D; }
p { color: rgb(140,218,93); }
H1.HeaderClassName
{
color: #8CDA5D;
}
.AnyTagClassName
{
color: #8CDA5D;
}
</style>
background-color css
<style>
a { background-color: #8CDA5D; }
a { background-color: rgb(140,218,93); }
div.DivClassName
{
background-color: #8CDA5D;
}
.BgClassName
{
background-color: #8CDA5D;
}
</style>
border-color css
<style>
span { border-color: #8CDA5D; }
span { border-color: rgb(140,218,93); }
td.TdClassName
{
border-color: #8CDA5D;
}
.TagClassName
{
border-color: #8CDA5D;
}
</style>