Shades of Mantis #8BDF60
Tints of Mantis #8BDF60
RGB
CMYK
RGB Variations
Color information
#8BDF60 (or 0x8BDF60) is known color: Mantis. HEX triplet: 8B, DF and 60. RGB value is (139,223,96). Sum of RGB (Red+Green+Blue) = 139+223+96=458 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.35% from 458); Green value is 223 (87.5% from 255 or 48.69% from 458); Blue value is 96 (37.89% from 255 or 20.96% from 458); Max value from RGB is 223 - color contains mainly: green. Hex color #8BDF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BDF60 is #74209F. Grayscale: #B7B7B7. Windows color (decimal): -7610528 or 6348683. OLE color: 6348683.
HSL color Cylindrical-coordinate representation of color #8BDF60: hue angle of 99.69º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8BDF60 is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 223 | 96 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.13 |
| HSL | 99.69º | 0.66% | 0.63% | - |
| HSV(B) | 99.69º | 0.57% | 0.87% | - |
| XYZ | 39.15 | 59.11 | 20.41 | - |
| YUV | 183.41 | 78.67 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 223 | 96 | 0.38 | 0 | 0.57 | 0.13 | 99.69 | 0.66 | 0.63 |
| Hex | 8B | DF | 60 | 26 | 0 | 39 | D | 64 | 42 | 3F |
| Octal | 213 | 337 | 140 | 46 | 0 | 71 | 15 | 144 | 102 | 77 |
| Binary | 10001011 | 11011111 | 1100000 | 100110 | 0 | 111001 | 1101 | 1100100 | 1000010 | 111111 |
Color Harmonies of #8BDF60
Complementary color
Monochromatic Colors of #8BDF60
Black with #8BDF60
Text Example
Text Example
White with #8BDF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDF60; }
p { color: rgb(139,223,96); }
H1.HeaderClassName
{
color: #8BDF60;
}
.AnyTagClassName
{
color: #8BDF60;
}
</style>
background-color css
<style>
a { background-color: #8BDF60; }
a { background-color: rgb(139,223,96); }
div.DivClassName
{
background-color: #8BDF60;
}
.BgClassName
{
background-color: #8BDF60;
}
</style>
border-color css
<style>
span { border-color: #8BDF60; }
span { border-color: rgb(139,223,96); }
td.TdClassName
{
border-color: #8BDF60;
}
.TagClassName
{
border-color: #8BDF60;
}
</style>