Shades of Mantis #8BDB65
Tints of Mantis #8BDB65
RGB
CMYK
RGB Variations
Color information
#8BDB65 (or 0x8BDB65) is known color: Mantis. HEX triplet: 8B, DB and 65. RGB value is (139,219,101). Sum of RGB (Red+Green+Blue) = 139+219+101=459 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.28% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 219 - color contains mainly: green. Hex color #8BDB65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BDB65 is #74249A. Grayscale: #B6B6B6. Windows color (decimal): -7611547 or 6675339. OLE color: 6675339.
HSL color Cylindrical-coordinate representation of color #8BDB65: hue angle of 100.68º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8BDB65 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 219 | 101 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.14 |
| HSL | 100.68º | 0.62% | 0.63% | - |
| HSV(B) | 100.68º | 0.54% | 0.86% | - |
| XYZ | 38.33 | 57.09 | 21.31 | - |
| YUV | 181.63 | 82.5 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 219 | 101 | 0.37 | 0 | 0.54 | 0.14 | 100.68 | 0.62 | 0.63 |
| Hex | 8B | DB | 65 | 25 | 0 | 36 | E | 65 | 3E | 3F |
| Octal | 213 | 333 | 145 | 45 | 0 | 66 | 16 | 145 | 76 | 77 |
| Binary | 10001011 | 11011011 | 1100101 | 100101 | 0 | 110110 | 1110 | 1100101 | 111110 | 111111 |
Color Harmonies of #8BDB65
Complementary color
Monochromatic Colors of #8BDB65
Black with #8BDB65
Text Example
Text Example
White with #8BDB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDB65; }
p { color: rgb(139,219,101); }
H1.HeaderClassName
{
color: #8BDB65;
}
.AnyTagClassName
{
color: #8BDB65;
}
</style>
background-color css
<style>
a { background-color: #8BDB65; }
a { background-color: rgb(139,219,101); }
div.DivClassName
{
background-color: #8BDB65;
}
.BgClassName
{
background-color: #8BDB65;
}
</style>
border-color css
<style>
span { border-color: #8BDB65; }
span { border-color: rgb(139,219,101); }
td.TdClassName
{
border-color: #8BDB65;
}
.TagClassName
{
border-color: #8BDB65;
}
</style>