Shades of Mantis #8BD452
Tints of Mantis #8BD452
RGB
CMYK
RGB Variations
Color information
#8BD452 (or 0x8BD452) is known color: Mantis. HEX triplet: 8B, D4 and 52. RGB value is (139,212,82). Sum of RGB (Red+Green+Blue) = 139+212+82=433 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.10% from 433); Green value is 212 (83.20% from 255 or 48.96% from 433); Blue value is 82 (32.42% from 255 or 18.94% from 433); Max value from RGB is 212 - color contains mainly: green. Hex color #8BD452 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD452 is #742BAD. Grayscale: #AFAFAF. Windows color (decimal): -7613358 or 5428363. OLE color: 5428363.
HSL color Cylindrical-coordinate representation of color #8BD452: hue angle of 93.69º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8BD452 is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 139 | 212 | 82 | - |
| CMYK | 0.34 | 0 | 0.61 | 0.17 |
| HSL | 93.69º | 0.6% | 0.58% | - |
| HSV(B) | 93.69º | 0.61% | 0.83% | - |
| XYZ | 35.71 | 53.19 | 16.37 | - |
| YUV | 175.35 | 75.32 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 212 | 82 | 0.34 | 0 | 0.61 | 0.17 | 93.69 | 0.6 | 0.58 |
| Hex | 8B | D4 | 52 | 22 | 0 | 3D | 11 | 5E | 3C | 3A |
| Octal | 213 | 324 | 122 | 42 | 0 | 75 | 21 | 136 | 74 | 72 |
| Binary | 10001011 | 11010100 | 1010010 | 100010 | 0 | 111101 | 10001 | 1011110 | 111100 | 111010 |
Color Harmonies of #8BD452
Complementary color
Monochromatic Colors of #8BD452
Black with #8BD452
Text Example
Text Example
White with #8BD452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD452; }
p { color: rgb(139,212,82); }
H1.HeaderClassName
{
color: #8BD452;
}
.AnyTagClassName
{
color: #8BD452;
}
</style>
background-color css
<style>
a { background-color: #8BD452; }
a { background-color: rgb(139,212,82); }
div.DivClassName
{
background-color: #8BD452;
}
.BgClassName
{
background-color: #8BD452;
}
</style>
border-color css
<style>
span { border-color: #8BD452; }
span { border-color: rgb(139,212,82); }
td.TdClassName
{
border-color: #8BD452;
}
.TagClassName
{
border-color: #8BD452;
}
</style>