Shades of Mantis #8BC652
Tints of Mantis #8BC652
RGB
CMYK
RGB Variations
Color information
#8BC652 (or 0x8BC652) is known color: Mantis. HEX triplet: 8B, C6 and 52. RGB value is (139,198,82). Sum of RGB (Red+Green+Blue) = 139+198+82=419 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.17% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 198 - color contains mainly: green. Hex color #8BC652 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC652 is #7439AD. Grayscale: #A7A7A7. Windows color (decimal): -7616942 or 5424779. OLE color: 5424779.
HSL color Cylindrical-coordinate representation of color #8BC652: hue angle of 90.52º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8BC652 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 198 | 82 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.22 |
| HSL | 90.52º | 0.5% | 0.55% | - |
| HSV(B) | 90.52º | 0.59% | 0.78% | - |
| XYZ | 32.36 | 46.49 | 15.25 | - |
| YUV | 167.14 | 79.95 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 198 | 82 | 0.30 | 0 | 0.59 | 0.22 | 90.52 | 0.5 | 0.55 |
| Hex | 8B | C6 | 52 | 1E | 0 | 3B | 16 | 5B | 32 | 37 |
| Octal | 213 | 306 | 122 | 36 | 0 | 73 | 26 | 133 | 62 | 67 |
| Binary | 10001011 | 11000110 | 1010010 | 11110 | 0 | 111011 | 10110 | 1011011 | 110010 | 110111 |
Color Harmonies of #8BC652
Complementary color
Monochromatic Colors of #8BC652
Black with #8BC652
Text Example
Text Example
White with #8BC652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC652; }
p { color: rgb(139,198,82); }
H1.HeaderClassName
{
color: #8BC652;
}
.AnyTagClassName
{
color: #8BC652;
}
</style>
background-color css
<style>
a { background-color: #8BC652; }
a { background-color: rgb(139,198,82); }
div.DivClassName
{
background-color: #8BC652;
}
.BgClassName
{
background-color: #8BC652;
}
</style>
border-color css
<style>
span { border-color: #8BC652; }
span { border-color: rgb(139,198,82); }
td.TdClassName
{
border-color: #8BC652;
}
.TagClassName
{
border-color: #8BC652;
}
</style>