Shades of Mantis #8FDF65
Tints of Mantis #8FDF65
RGB
CMYK
RGB Variations
Color information
#8FDF65 (or 0x8FDF65) is known color: Mantis. HEX triplet: 8F, DF and 65. RGB value is (143,223,101). Sum of RGB (Red+Green+Blue) = 143+223+101=467 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.62% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #8FDF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDF65 is #70209A. Grayscale: #B9B9B9. Windows color (decimal): -7348379 or 6676367. OLE color: 6676367.
HSL color Cylindrical-coordinate representation of color #8FDF65: hue angle of 99.34º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8FDF65 is Cyan = 0.36, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 223 | 101 | - |
| CMYK | 0.36 | 0 | 0.55 | 0.13 |
| HSL | 99.34º | 0.66% | 0.64% | - |
| HSV(B) | 99.34º | 0.55% | 0.87% | - |
| XYZ | 40.06 | 59.55 | 21.7 | - |
| YUV | 185.17 | 80.5 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 223 | 101 | 0.36 | 0 | 0.55 | 0.13 | 99.34 | 0.66 | 0.64 |
| Hex | 8F | DF | 65 | 24 | 0 | 37 | D | 63 | 42 | 40 |
| Octal | 217 | 337 | 145 | 44 | 0 | 67 | 15 | 143 | 102 | 100 |
| Binary | 10001111 | 11011111 | 1100101 | 100100 | 0 | 110111 | 1101 | 1100011 | 1000010 | 1000000 |
Color Harmonies of #8FDF65
Complementary color
Monochromatic Colors of #8FDF65
Black with #8FDF65
Text Example
Text Example
White with #8FDF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDF65; }
p { color: rgb(143,223,101); }
H1.HeaderClassName
{
color: #8FDF65;
}
.AnyTagClassName
{
color: #8FDF65;
}
</style>
background-color css
<style>
a { background-color: #8FDF65; }
a { background-color: rgb(143,223,101); }
div.DivClassName
{
background-color: #8FDF65;
}
.BgClassName
{
background-color: #8FDF65;
}
</style>
border-color css
<style>
span { border-color: #8FDF65; }
span { border-color: rgb(143,223,101); }
td.TdClassName
{
border-color: #8FDF65;
}
.TagClassName
{
border-color: #8FDF65;
}
</style>