Shades of Mantis #8BC352
Tints of Mantis #8BC352
RGB
CMYK
RGB Variations
Color information
#8BC352 (or 0x8BC352) is known color: Mantis. HEX triplet: 8B, C3 and 52. RGB value is (139,195,82). Sum of RGB (Red+Green+Blue) = 139+195+82=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 195 - color contains mainly: green. Hex color #8BC352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC352 is #743CAD. Grayscale: #A5A5A5. Windows color (decimal): -7617710 or 5424011. OLE color: 5424011.
HSL color Cylindrical-coordinate representation of color #8BC352: hue angle of 89.73º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8BC352 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 195 | 82 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.24 |
| HSL | 89.73º | 0.48% | 0.54% | - |
| HSV(B) | 89.73º | 0.58% | 0.76% | - |
| XYZ | 31.69 | 45.13 | 15.02 | - |
| YUV | 165.37 | 80.95 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 195 | 82 | 0.29 | 0 | 0.58 | 0.24 | 89.73 | 0.48 | 0.54 |
| Hex | 8B | C3 | 52 | 1D | 0 | 3A | 18 | 5A | 30 | 36 |
| Octal | 213 | 303 | 122 | 35 | 0 | 72 | 30 | 132 | 60 | 66 |
| Binary | 10001011 | 11000011 | 1010010 | 11101 | 0 | 111010 | 11000 | 1011010 | 110000 | 110110 |
Color Harmonies of #8BC352
Complementary color
Monochromatic Colors of #8BC352
Black with #8BC352
Text Example
Text Example
White with #8BC352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC352; }
p { color: rgb(139,195,82); }
H1.HeaderClassName
{
color: #8BC352;
}
.AnyTagClassName
{
color: #8BC352;
}
</style>
background-color css
<style>
a { background-color: #8BC352; }
a { background-color: rgb(139,195,82); }
div.DivClassName
{
background-color: #8BC352;
}
.BgClassName
{
background-color: #8BC352;
}
</style>
border-color css
<style>
span { border-color: #8BC352; }
span { border-color: rgb(139,195,82); }
td.TdClassName
{
border-color: #8BC352;
}
.TagClassName
{
border-color: #8BC352;
}
</style>