Shades of Mantis #8CDC58
Tints of Mantis #8CDC58
RGB
CMYK
RGB Variations
Color information
#8CDC58 (or 0x8CDC58) is known color: Mantis. HEX triplet: 8C, DC and 58. RGB value is (140,220,88). Sum of RGB (Red+Green+Blue) = 140+220+88=448 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.25% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 88 (34.77% from 255 or 19.64% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDC58 is #7323A7. Grayscale: #B5B5B5. Windows color (decimal): -7545768 or 5823628. OLE color: 5823628.
HSL color Cylindrical-coordinate representation of color #8CDC58: hue angle of 96.36º 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 #8CDC58 is Cyan = 0.36, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 220 | 88 | - |
| CMYK | 0.36 | 0 | 0.6 | 0.14 |
| HSL | 96.36º | 0.65% | 0.6% | - |
| HSV(B) | 96.36º | 0.6% | 0.86% | - |
| XYZ | 38.17 | 57.47 | 18.31 | - |
| YUV | 181.03 | 75.5 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 220 | 88 | 0.36 | 0 | 0.6 | 0.14 | 96.36 | 0.65 | 0.6 |
| Hex | 8C | DC | 58 | 24 | 0 | 3C | E | 60 | 41 | 3C |
| Octal | 214 | 334 | 130 | 44 | 0 | 74 | 16 | 140 | 101 | 74 |
| Binary | 10001100 | 11011100 | 1011000 | 100100 | 0 | 111100 | 1110 | 1100000 | 1000001 | 111100 |
Color Harmonies of #8CDC58
Complementary color
Monochromatic Colors of #8CDC58
Black with #8CDC58
Text Example
Text Example
White with #8CDC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDC58; }
p { color: rgb(140,220,88); }
H1.HeaderClassName
{
color: #8CDC58;
}
.AnyTagClassName
{
color: #8CDC58;
}
</style>
background-color css
<style>
a { background-color: #8CDC58; }
a { background-color: rgb(140,220,88); }
div.DivClassName
{
background-color: #8CDC58;
}
.BgClassName
{
background-color: #8CDC58;
}
</style>
border-color css
<style>
span { border-color: #8CDC58; }
span { border-color: rgb(140,220,88); }
td.TdClassName
{
border-color: #8CDC58;
}
.TagClassName
{
border-color: #8CDC58;
}
</style>