Shades of Mantis #8BCC62
Tints of Mantis #8BCC62
RGB
CMYK
RGB Variations
Color information
#8BCC62 (or 0x8BCC62) is known color: Mantis. HEX triplet: 8B, CC and 62. RGB value is (139,204,98). Sum of RGB (Red+Green+Blue) = 139+204+98=441 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.52% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 98 (38.67% from 255 or 22.22% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #8BCC62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCC62 is #74339D. Grayscale: #ACACAC. Windows color (decimal): -7615390 or 6474891. OLE color: 6474891.
HSL color Cylindrical-coordinate representation of color #8BCC62: hue angle of 96.79º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8BCC62 is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 139 | 204 | 98 | - |
| CMYK | 0.32 | 0 | 0.52 | 0.2 |
| HSL | 96.79º | 0.51% | 0.59% | - |
| HSV(B) | 96.79º | 0.52% | 0.8% | - |
| XYZ | 34.44 | 49.56 | 19.31 | - |
| YUV | 172.48 | 85.97 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 204 | 98 | 0.32 | 0 | 0.52 | 0.2 | 96.79 | 0.51 | 0.59 |
| Hex | 8B | CC | 62 | 20 | 0 | 34 | 14 | 61 | 33 | 3B |
| Octal | 213 | 314 | 142 | 40 | 0 | 64 | 24 | 141 | 63 | 73 |
| Binary | 10001011 | 11001100 | 1100010 | 100000 | 0 | 110100 | 10100 | 1100001 | 110011 | 111011 |
Color Harmonies of #8BCC62
Complementary color
Monochromatic Colors of #8BCC62
Black with #8BCC62
Text Example
Text Example
White with #8BCC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCC62; }
p { color: rgb(139,204,98); }
H1.HeaderClassName
{
color: #8BCC62;
}
.AnyTagClassName
{
color: #8BCC62;
}
</style>
background-color css
<style>
a { background-color: #8BCC62; }
a { background-color: rgb(139,204,98); }
div.DivClassName
{
background-color: #8BCC62;
}
.BgClassName
{
background-color: #8BCC62;
}
</style>
border-color css
<style>
span { border-color: #8BCC62; }
span { border-color: rgb(139,204,98); }
td.TdClassName
{
border-color: #8BCC62;
}
.TagClassName
{
border-color: #8BCC62;
}
</style>