Shades of Mantis #8FC353
Tints of Mantis #8FC353
RGB
CMYK
RGB Variations
Color information
#8FC353 (or 0x8FC353) is known color: Mantis. HEX triplet: 8F, C3 and 53. RGB value is (143,195,83). Sum of RGB (Red+Green+Blue) = 143+195+83=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 195 (76.56% from 255 or 46.32% from 421); Blue value is 83 (32.81% from 255 or 19.71% from 421); Max value from RGB is 195 - color contains mainly: green. Hex color #8FC353 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC353 is #703CAC. Grayscale: #A7A7A7. Windows color (decimal): -7355565 or 5489551. OLE color: 5489551.
HSL color Cylindrical-coordinate representation of color #8FC353: hue angle of 87.86º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8FC353 is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 195 | 83 | - |
| CMYK | 0.27 | 0 | 0.57 | 0.24 |
| HSL | 87.86º | 0.48% | 0.55% | - |
| HSV(B) | 87.86º | 0.57% | 0.76% | - |
| XYZ | 32.4 | 45.49 | 15.26 | - |
| YUV | 166.68 | 80.77 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 195 | 83 | 0.27 | 0 | 0.57 | 0.24 | 87.86 | 0.48 | 0.55 |
| Hex | 8F | C3 | 53 | 1B | 0 | 39 | 18 | 58 | 30 | 37 |
| Octal | 217 | 303 | 123 | 33 | 0 | 71 | 30 | 130 | 60 | 67 |
| Binary | 10001111 | 11000011 | 1010011 | 11011 | 0 | 111001 | 11000 | 1011000 | 110000 | 110111 |
Color Harmonies of #8FC353
Complementary color
Monochromatic Colors of #8FC353
Black with #8FC353
Text Example
Text Example
White with #8FC353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC353; }
p { color: rgb(143,195,83); }
H1.HeaderClassName
{
color: #8FC353;
}
.AnyTagClassName
{
color: #8FC353;
}
</style>
background-color css
<style>
a { background-color: #8FC353; }
a { background-color: rgb(143,195,83); }
div.DivClassName
{
background-color: #8FC353;
}
.BgClassName
{
background-color: #8FC353;
}
</style>
border-color css
<style>
span { border-color: #8FC353; }
span { border-color: rgb(143,195,83); }
td.TdClassName
{
border-color: #8FC353;
}
.TagClassName
{
border-color: #8FC353;
}
</style>