Shades of Mantis #8CDA58
Tints of Mantis #8CDA58
RGB
CMYK
RGB Variations
Color information
#8CDA58 (or 0x8CDA58) is known color: Mantis. HEX triplet: 8C, DA and 58. RGB value is (140,218,88). Sum of RGB (Red+Green+Blue) = 140+218+88=446 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.39% from 446); Green value is 218 (85.55% from 255 or 48.88% from 446); Blue value is 88 (34.77% from 255 or 19.73% from 446); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDA58 is #7325A7. Grayscale: #B4B4B4. Windows color (decimal): -7546280 or 5823116. OLE color: 5823116.
HSL color Cylindrical-coordinate representation of color #8CDA58: hue angle of 96º 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 #8CDA58 is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 218 | 88 | - |
| CMYK | 0.36 | 0 | 0.60 | 0.15 |
| HSL | 96º | 0.64% | 0.6% | - |
| HSV(B) | 96º | 0.6% | 0.85% | - |
| XYZ | 37.65 | 56.42 | 18.14 | - |
| YUV | 179.86 | 76.16 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 218 | 88 | 0.36 | 0 | 0.60 | 0.15 | 96 | 0.64 | 0.6 |
| Hex | 8C | DA | 58 | 24 | 0 | 3C | F | 60 | 40 | 3C |
| Octal | 214 | 332 | 130 | 44 | 0 | 74 | 17 | 140 | 100 | 74 |
| Binary | 10001100 | 11011010 | 1011000 | 100100 | 0 | 111100 | 1111 | 1100000 | 1000000 | 111100 |
Color Harmonies of #8CDA58
Complementary color
Monochromatic Colors of #8CDA58
Black with #8CDA58
Text Example
Text Example
White with #8CDA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDA58; }
p { color: rgb(140,218,88); }
H1.HeaderClassName
{
color: #8CDA58;
}
.AnyTagClassName
{
color: #8CDA58;
}
</style>
background-color css
<style>
a { background-color: #8CDA58; }
a { background-color: rgb(140,218,88); }
div.DivClassName
{
background-color: #8CDA58;
}
.BgClassName
{
background-color: #8CDA58;
}
</style>
border-color css
<style>
span { border-color: #8CDA58; }
span { border-color: rgb(140,218,88); }
td.TdClassName
{
border-color: #8CDA58;
}
.TagClassName
{
border-color: #8CDA58;
}
</style>