Shades of Mantis #8CC258
Tints of Mantis #8CC258
RGB
CMYK
RGB Variations
Color information
#8CC258 (or 0x8CC258) is known color: Mantis. HEX triplet: 8C, C2 and 58. RGB value is (140,194,88). Sum of RGB (Red+Green+Blue) = 140+194+88=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 194 (76.17% from 255 or 45.97% from 422); Blue value is 88 (34.77% from 255 or 20.85% from 422); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC258 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC258 is #733DA7. Grayscale: #A6A6A6. Windows color (decimal): -7552424 or 5816972. OLE color: 5816972.
HSL color Cylindrical-coordinate representation of color #8CC258: hue angle of 90.57º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8CC258 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 194 | 88 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.24 |
| HSL | 90.57º | 0.46% | 0.55% | - |
| HSV(B) | 90.57º | 0.55% | 0.76% | - |
| XYZ | 31.87 | 44.86 | 16.21 | - |
| YUV | 165.77 | 84.11 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 194 | 88 | 0.28 | 0 | 0.55 | 0.24 | 90.57 | 0.46 | 0.55 |
| Hex | 8C | C2 | 58 | 1C | 0 | 37 | 18 | 5B | 2E | 37 |
| Octal | 214 | 302 | 130 | 34 | 0 | 67 | 30 | 133 | 56 | 67 |
| Binary | 10001100 | 11000010 | 1011000 | 11100 | 0 | 110111 | 11000 | 1011011 | 101110 | 110111 |
Color Harmonies of #8CC258
Complementary color
Monochromatic Colors of #8CC258
Black with #8CC258
Text Example
Text Example
White with #8CC258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC258; }
p { color: rgb(140,194,88); }
H1.HeaderClassName
{
color: #8CC258;
}
.AnyTagClassName
{
color: #8CC258;
}
</style>
background-color css
<style>
a { background-color: #8CC258; }
a { background-color: rgb(140,194,88); }
div.DivClassName
{
background-color: #8CC258;
}
.BgClassName
{
background-color: #8CC258;
}
</style>
border-color css
<style>
span { border-color: #8CC258; }
span { border-color: rgb(140,194,88); }
td.TdClassName
{
border-color: #8CC258;
}
.TagClassName
{
border-color: #8CC258;
}
</style>