Shades of Mantis #8FC25C
Tints of Mantis #8FC25C
RGB
CMYK
RGB Variations
Color information
#8FC25C (or 0x8FC25C) is known color: Mantis. HEX triplet: 8F, C2 and 5C. RGB value is (143,194,92). Sum of RGB (Red+Green+Blue) = 143+194+92=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 194 - color contains mainly: green. Hex color #8FC25C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC25C is #703DA3. Grayscale: #A7A7A7. Windows color (decimal): -7355812 or 6079119. OLE color: 6079119.
HSL color Cylindrical-coordinate representation of color #8FC25C: hue angle of 90º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8FC25C is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 194 | 92 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.24 |
| HSL | 90º | 0.46% | 0.56% | - |
| HSV(B) | 90º | 0.53% | 0.76% | - |
| XYZ | 32.55 | 45.2 | 17.13 | - |
| YUV | 167.12 | 85.6 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 194 | 92 | 0.26 | 0 | 0.53 | 0.24 | 90 | 0.46 | 0.56 |
| Hex | 8F | C2 | 5C | 1A | 0 | 35 | 18 | 5A | 2E | 38 |
| Octal | 217 | 302 | 134 | 32 | 0 | 65 | 30 | 132 | 56 | 70 |
| Binary | 10001111 | 11000010 | 1011100 | 11010 | 0 | 110101 | 11000 | 1011010 | 101110 | 111000 |
Color Harmonies of #8FC25C
Complementary color
Monochromatic Colors of #8FC25C
Black with #8FC25C
Text Example
Text Example
White with #8FC25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC25C; }
p { color: rgb(143,194,92); }
H1.HeaderClassName
{
color: #8FC25C;
}
.AnyTagClassName
{
color: #8FC25C;
}
</style>
background-color css
<style>
a { background-color: #8FC25C; }
a { background-color: rgb(143,194,92); }
div.DivClassName
{
background-color: #8FC25C;
}
.BgClassName
{
background-color: #8FC25C;
}
</style>
border-color css
<style>
span { border-color: #8FC25C; }
span { border-color: rgb(143,194,92); }
td.TdClassName
{
border-color: #8FC25C;
}
.TagClassName
{
border-color: #8FC25C;
}
</style>