Shades of Mantis #8FCC5C
Tints of Mantis #8FCC5C
RGB
CMYK
RGB Variations
Color information
#8FCC5C (or 0x8FCC5C) is known color: Mantis. HEX triplet: 8F, CC and 5C. RGB value is (143,204,92). Sum of RGB (Red+Green+Blue) = 143+204+92=439 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.57% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCC5C is #7033A3. Grayscale: #ADADAD. Windows color (decimal): -7353252 or 6081679. OLE color: 6081679.
HSL color Cylindrical-coordinate representation of color #8FCC5C: hue angle of 92.68º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8FCC5C is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 204 | 92 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.2 |
| HSL | 92.68º | 0.52% | 0.58% | - |
| HSV(B) | 92.68º | 0.55% | 0.8% | - |
| XYZ | 34.85 | 49.8 | 17.9 | - |
| YUV | 172.99 | 82.29 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 92 | 0.30 | 0 | 0.55 | 0.2 | 92.68 | 0.52 | 0.58 |
| Hex | 8F | CC | 5C | 1E | 0 | 37 | 14 | 5D | 34 | 3A |
| Octal | 217 | 314 | 134 | 36 | 0 | 67 | 24 | 135 | 64 | 72 |
| Binary | 10001111 | 11001100 | 1011100 | 11110 | 0 | 110111 | 10100 | 1011101 | 110100 | 111010 |
Color Harmonies of #8FCC5C
Complementary color
Monochromatic Colors of #8FCC5C
Black with #8FCC5C
Text Example
Text Example
White with #8FCC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCC5C; }
p { color: rgb(143,204,92); }
H1.HeaderClassName
{
color: #8FCC5C;
}
.AnyTagClassName
{
color: #8FCC5C;
}
</style>
background-color css
<style>
a { background-color: #8FCC5C; }
a { background-color: rgb(143,204,92); }
div.DivClassName
{
background-color: #8FCC5C;
}
.BgClassName
{
background-color: #8FCC5C;
}
</style>
border-color css
<style>
span { border-color: #8FCC5C; }
span { border-color: rgb(143,204,92); }
td.TdClassName
{
border-color: #8FCC5C;
}
.TagClassName
{
border-color: #8FCC5C;
}
</style>