Shades of Mantis #8FE065
Tints of Mantis #8FE065
RGB
CMYK
RGB Variations
Color information
#8FE065 (or 0x8FE065) is known color: Mantis. HEX triplet: 8F, E0 and 65. RGB value is (143,224,101). Sum of RGB (Red+Green+Blue) = 143+224+101=468 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.56% from 468); Green value is 224 (87.89% from 255 or 47.86% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 224 - color contains mainly: green. Hex color #8FE065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FE065 is #701F9A. Grayscale: #BABABA. Windows color (decimal): -7348123 or 6676623. OLE color: 6676623.
HSL color Cylindrical-coordinate representation of color #8FE065: hue angle of 99.51º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8FE065 is Cyan = 0.36, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 224 | 101 | - |
| CMYK | 0.36 | 0 | 0.55 | 0.12 |
| HSL | 99.51º | 0.66% | 0.64% | - |
| HSV(B) | 99.51º | 0.55% | 0.88% | - |
| XYZ | 40.33 | 60.09 | 21.78 | - |
| YUV | 185.76 | 80.16 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 224 | 101 | 0.36 | 0 | 0.55 | 0.12 | 99.51 | 0.66 | 0.64 |
| Hex | 8F | E0 | 65 | 24 | 0 | 37 | C | 64 | 42 | 40 |
| Octal | 217 | 340 | 145 | 44 | 0 | 67 | 14 | 144 | 102 | 100 |
| Binary | 10001111 | 11100000 | 1100101 | 100100 | 0 | 110111 | 1100 | 1100100 | 1000010 | 1000000 |
Color Harmonies of #8FE065
Complementary color
Monochromatic Colors of #8FE065
Black with #8FE065
Text Example
Text Example
White with #8FE065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE065; }
p { color: rgb(143,224,101); }
H1.HeaderClassName
{
color: #8FE065;
}
.AnyTagClassName
{
color: #8FE065;
}
</style>
background-color css
<style>
a { background-color: #8FE065; }
a { background-color: rgb(143,224,101); }
div.DivClassName
{
background-color: #8FE065;
}
.BgClassName
{
background-color: #8FE065;
}
</style>
border-color css
<style>
span { border-color: #8FE065; }
span { border-color: rgb(143,224,101); }
td.TdClassName
{
border-color: #8FE065;
}
.TagClassName
{
border-color: #8FE065;
}
</style>