Shades of Mantis #8BDB67
Tints of Mantis #8BDB67
RGB
CMYK
RGB Variations
Color information
#8BDB67 (or 0x8BDB67) is known color: Mantis. HEX triplet: 8B, DB and 67. RGB value is (139,219,103). Sum of RGB (Red+Green+Blue) = 139+219+103=461 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.15% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 103 (40.62% from 255 or 22.34% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #8BDB67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BDB67 is #742498. Grayscale: #B6B6B6. Windows color (decimal): -7611545 or 6806411. OLE color: 6806411.
HSL color Cylindrical-coordinate representation of color #8BDB67: hue angle of 101.38º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8BDB67 is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 219 | 103 | - |
| CMYK | 0.37 | 0 | 0.53 | 0.14 |
| HSL | 101.38º | 0.62% | 0.63% | - |
| HSV(B) | 101.38º | 0.53% | 0.86% | - |
| XYZ | 38.43 | 57.13 | 21.83 | - |
| YUV | 181.86 | 83.5 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 219 | 103 | 0.37 | 0 | 0.53 | 0.14 | 101.38 | 0.62 | 0.63 |
| Hex | 8B | DB | 67 | 25 | 0 | 35 | E | 65 | 3E | 3F |
| Octal | 213 | 333 | 147 | 45 | 0 | 65 | 16 | 145 | 76 | 77 |
| Binary | 10001011 | 11011011 | 1100111 | 100101 | 0 | 110101 | 1110 | 1100101 | 111110 | 111111 |
Color Harmonies of #8BDB67
Complementary color
Monochromatic Colors of #8BDB67
Black with #8BDB67
Text Example
Text Example
White with #8BDB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDB67; }
p { color: rgb(139,219,103); }
H1.HeaderClassName
{
color: #8BDB67;
}
.AnyTagClassName
{
color: #8BDB67;
}
</style>
background-color css
<style>
a { background-color: #8BDB67; }
a { background-color: rgb(139,219,103); }
div.DivClassName
{
background-color: #8BDB67;
}
.BgClassName
{
background-color: #8BDB67;
}
</style>
border-color css
<style>
span { border-color: #8BDB67; }
span { border-color: rgb(139,219,103); }
td.TdClassName
{
border-color: #8BDB67;
}
.TagClassName
{
border-color: #8BDB67;
}
</style>