Shades of Mantis #8BC452
Tints of Mantis #8BC452
RGB
CMYK
RGB Variations
Color information
#8BC452 (or 0x8BC452) is known color: Mantis. HEX triplet: 8B, C4 and 52. RGB value is (139,196,82). Sum of RGB (Red+Green+Blue) = 139+196+82=417 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.33% from 417); Green value is 196 (76.95% from 255 or 47.00% from 417); Blue value is 82 (32.42% from 255 or 19.66% from 417); Max value from RGB is 196 - color contains mainly: green. Hex color #8BC452 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC452 is #743BAD. Grayscale: #A6A6A6. Windows color (decimal): -7617454 or 5424267. OLE color: 5424267.
HSL color Cylindrical-coordinate representation of color #8BC452: hue angle of 90º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8BC452 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 196 | 82 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.23 |
| HSL | 90º | 0.49% | 0.55% | - |
| HSV(B) | 90º | 0.58% | 0.77% | - |
| XYZ | 31.91 | 45.58 | 15.1 | - |
| YUV | 165.96 | 80.62 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 196 | 82 | 0.29 | 0 | 0.58 | 0.23 | 90 | 0.49 | 0.55 |
| Hex | 8B | C4 | 52 | 1D | 0 | 3A | 17 | 5A | 31 | 37 |
| Octal | 213 | 304 | 122 | 35 | 0 | 72 | 27 | 132 | 61 | 67 |
| Binary | 10001011 | 11000100 | 1010010 | 11101 | 0 | 111010 | 10111 | 1011010 | 110001 | 110111 |
Color Harmonies of #8BC452
Complementary color
Monochromatic Colors of #8BC452
Black with #8BC452
Text Example
Text Example
White with #8BC452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC452; }
p { color: rgb(139,196,82); }
H1.HeaderClassName
{
color: #8BC452;
}
.AnyTagClassName
{
color: #8BC452;
}
</style>
background-color css
<style>
a { background-color: #8BC452; }
a { background-color: rgb(139,196,82); }
div.DivClassName
{
background-color: #8BC452;
}
.BgClassName
{
background-color: #8BC452;
}
</style>
border-color css
<style>
span { border-color: #8BC452; }
span { border-color: rgb(139,196,82); }
td.TdClassName
{
border-color: #8BC452;
}
.TagClassName
{
border-color: #8BC452;
}
</style>