Shades of Mantis #8BD652
Tints of Mantis #8BD652
RGB
CMYK
RGB Variations
Color information
#8BD652 (or 0x8BD652) is known color: Mantis. HEX triplet: 8B, D6 and 52. RGB value is (139,214,82). Sum of RGB (Red+Green+Blue) = 139+214+82=435 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.95% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 82 (32.42% from 255 or 18.85% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD652 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD652 is #7429AD. Grayscale: #B0B0B0. Windows color (decimal): -7612846 or 5428875. OLE color: 5428875.
HSL color Cylindrical-coordinate representation of color #8BD652: hue angle of 94.09º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8BD652 is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 214 | 82 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.16 |
| HSL | 94.09º | 0.62% | 0.58% | - |
| HSV(B) | 94.09º | 0.62% | 0.84% | - |
| XYZ | 36.22 | 54.19 | 16.53 | - |
| YUV | 176.53 | 74.65 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 214 | 82 | 0.35 | 0 | 0.62 | 0.16 | 94.09 | 0.62 | 0.58 |
| Hex | 8B | D6 | 52 | 23 | 0 | 3E | 10 | 5E | 3E | 3A |
| Octal | 213 | 326 | 122 | 43 | 0 | 76 | 20 | 136 | 76 | 72 |
| Binary | 10001011 | 11010110 | 1010010 | 100011 | 0 | 111110 | 10000 | 1011110 | 111110 | 111010 |
Color Harmonies of #8BD652
Complementary color
Monochromatic Colors of #8BD652
Black with #8BD652
Text Example
Text Example
White with #8BD652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD652; }
p { color: rgb(139,214,82); }
H1.HeaderClassName
{
color: #8BD652;
}
.AnyTagClassName
{
color: #8BD652;
}
</style>
background-color css
<style>
a { background-color: #8BD652; }
a { background-color: rgb(139,214,82); }
div.DivClassName
{
background-color: #8BD652;
}
.BgClassName
{
background-color: #8BD652;
}
</style>
border-color css
<style>
span { border-color: #8BD652; }
span { border-color: rgb(139,214,82); }
td.TdClassName
{
border-color: #8BD652;
}
.TagClassName
{
border-color: #8BD652;
}
</style>