Shades of Mantis #8BC752
Tints of Mantis #8BC752
RGB
CMYK
RGB Variations
Color information
#8BC752 (or 0x8BC752) is known color: Mantis. HEX triplet: 8B, C7 and 52. RGB value is (139,199,82). Sum of RGB (Red+Green+Blue) = 139+199+82=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 199 (78.12% from 255 or 47.38% from 420); Blue value is 82 (32.42% from 255 or 19.52% from 420); Max value from RGB is 199 - color contains mainly: green. Hex color #8BC752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC752 is #7438AD. Grayscale: #A8A8A8. Windows color (decimal): -7616686 or 5425035. OLE color: 5425035.
HSL color Cylindrical-coordinate representation of color #8BC752: hue angle of 90.77º degrees, saturation: 0.51, 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 #8BC752 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 199 | 82 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.22 |
| HSL | 90.77º | 0.51% | 0.55% | - |
| HSV(B) | 90.77º | 0.59% | 0.78% | - |
| XYZ | 32.59 | 46.95 | 15.33 | - |
| YUV | 167.72 | 79.62 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 199 | 82 | 0.30 | 0 | 0.59 | 0.22 | 90.77 | 0.51 | 0.55 |
| Hex | 8B | C7 | 52 | 1E | 0 | 3B | 16 | 5B | 33 | 37 |
| Octal | 213 | 307 | 122 | 36 | 0 | 73 | 26 | 133 | 63 | 67 |
| Binary | 10001011 | 11000111 | 1010010 | 11110 | 0 | 111011 | 10110 | 1011011 | 110011 | 110111 |
Color Harmonies of #8BC752
Complementary color
Monochromatic Colors of #8BC752
Black with #8BC752
Text Example
Text Example
White with #8BC752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC752; }
p { color: rgb(139,199,82); }
H1.HeaderClassName
{
color: #8BC752;
}
.AnyTagClassName
{
color: #8BC752;
}
</style>
background-color css
<style>
a { background-color: #8BC752; }
a { background-color: rgb(139,199,82); }
div.DivClassName
{
background-color: #8BC752;
}
.BgClassName
{
background-color: #8BC752;
}
</style>
border-color css
<style>
span { border-color: #8BC752; }
span { border-color: rgb(139,199,82); }
td.TdClassName
{
border-color: #8BC752;
}
.TagClassName
{
border-color: #8BC752;
}
</style>