Shades of Mantis #8FCE50
Tints of Mantis #8FCE50
RGB
CMYK
RGB Variations
Color information
#8FCE50 (or 0x8FCE50) is known color: Mantis. HEX triplet: 8F, CE and 50. RGB value is (143,206,80). Sum of RGB (Red+Green+Blue) = 143+206+80=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 206 - color contains mainly: green. Hex color #8FCE50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCE50 is #7031AF. Grayscale: #ADADAD. Windows color (decimal): -7352752 or 5295759. OLE color: 5295759.
HSL color Cylindrical-coordinate representation of color #8FCE50: hue angle of 90º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8FCE50 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 206 | 80 | - |
| CMYK | 0.31 | 0 | 0.61 | 0.19 |
| HSL | 90º | 0.56% | 0.56% | - |
| HSV(B) | 90º | 0.61% | 0.81% | - |
| XYZ | 34.85 | 50.56 | 15.51 | - |
| YUV | 172.8 | 75.63 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 206 | 80 | 0.31 | 0 | 0.61 | 0.19 | 90 | 0.56 | 0.56 |
| Hex | 8F | CE | 50 | 1F | 0 | 3D | 13 | 5A | 38 | 38 |
| Octal | 217 | 316 | 120 | 37 | 0 | 75 | 23 | 132 | 70 | 70 |
| Binary | 10001111 | 11001110 | 1010000 | 11111 | 0 | 111101 | 10011 | 1011010 | 111000 | 111000 |
Color Harmonies of #8FCE50
Complementary color
Monochromatic Colors of #8FCE50
Black with #8FCE50
Text Example
Text Example
White with #8FCE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCE50; }
p { color: rgb(143,206,80); }
H1.HeaderClassName
{
color: #8FCE50;
}
.AnyTagClassName
{
color: #8FCE50;
}
</style>
background-color css
<style>
a { background-color: #8FCE50; }
a { background-color: rgb(143,206,80); }
div.DivClassName
{
background-color: #8FCE50;
}
.BgClassName
{
background-color: #8FCE50;
}
</style>
border-color css
<style>
span { border-color: #8FCE50; }
span { border-color: rgb(143,206,80); }
td.TdClassName
{
border-color: #8FCE50;
}
.TagClassName
{
border-color: #8FCE50;
}
</style>