Shades of Mantis #8FC752
Tints of Mantis #8FC752
RGB
CMYK
RGB Variations
Color information
#8FC752 (or 0x8FC752) is known color: Mantis. HEX triplet: 8F, C7 and 52. RGB value is (143,199,82). Sum of RGB (Red+Green+Blue) = 143+199+82=424 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.73% from 424); Green value is 199 (78.12% from 255 or 46.93% from 424); Blue value is 82 (32.42% from 255 or 19.34% from 424); Max value from RGB is 199 - color contains mainly: green. Hex color #8FC752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC752 is #7038AD. Grayscale: #A9A9A9. Windows color (decimal): -7354542 or 5425039. OLE color: 5425039.
HSL color Cylindrical-coordinate representation of color #8FC752: hue angle of 88.72º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8FC752 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 199 | 82 | - |
| CMYK | 0.28 | 0 | 0.59 | 0.22 |
| HSL | 88.72º | 0.51% | 0.55% | - |
| HSV(B) | 88.72º | 0.59% | 0.78% | - |
| XYZ | 33.27 | 47.3 | 15.36 | - |
| YUV | 168.92 | 78.95 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 199 | 82 | 0.28 | 0 | 0.59 | 0.22 | 88.72 | 0.51 | 0.55 |
| Hex | 8F | C7 | 52 | 1C | 0 | 3B | 16 | 59 | 33 | 37 |
| Octal | 217 | 307 | 122 | 34 | 0 | 73 | 26 | 131 | 63 | 67 |
| Binary | 10001111 | 11000111 | 1010010 | 11100 | 0 | 111011 | 10110 | 1011001 | 110011 | 110111 |
Color Harmonies of #8FC752
Complementary color
Monochromatic Colors of #8FC752
Black with #8FC752
Text Example
Text Example
White with #8FC752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC752; }
p { color: rgb(143,199,82); }
H1.HeaderClassName
{
color: #8FC752;
}
.AnyTagClassName
{
color: #8FC752;
}
</style>
background-color css
<style>
a { background-color: #8FC752; }
a { background-color: rgb(143,199,82); }
div.DivClassName
{
background-color: #8FC752;
}
.BgClassName
{
background-color: #8FC752;
}
</style>
border-color css
<style>
span { border-color: #8FC752; }
span { border-color: rgb(143,199,82); }
td.TdClassName
{
border-color: #8FC752;
}
.TagClassName
{
border-color: #8FC752;
}
</style>