Shades of Mantis #8BCD61
Tints of Mantis #8BCD61
RGB
CMYK
RGB Variations
Color information
#8BCD61 (or 0x8BCD61) is known color: Mantis. HEX triplet: 8B, CD and 61. RGB value is (139,205,97). Sum of RGB (Red+Green+Blue) = 139+205+97=441 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.52% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCD61 is #74329E. Grayscale: #ADADAD. Windows color (decimal): -7615135 or 6409611. OLE color: 6409611.
HSL color Cylindrical-coordinate representation of color #8BCD61: hue angle of 96.67º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8BCD61 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 205 | 97 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.20 |
| HSL | 96.67º | 0.52% | 0.59% | - |
| HSV(B) | 96.67º | 0.53% | 0.8% | - |
| XYZ | 34.64 | 50.01 | 19.14 | - |
| YUV | 172.95 | 85.13 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 205 | 97 | 0.32 | 0 | 0.53 | 0.20 | 96.67 | 0.52 | 0.59 |
| Hex | 8B | CD | 61 | 20 | 0 | 35 | 14 | 61 | 34 | 3B |
| Octal | 213 | 315 | 141 | 40 | 0 | 65 | 24 | 141 | 64 | 73 |
| Binary | 10001011 | 11001101 | 1100001 | 100000 | 0 | 110101 | 10100 | 1100001 | 110100 | 111011 |
Color Harmonies of #8BCD61
Complementary color
Monochromatic Colors of #8BCD61
Black with #8BCD61
Text Example
Text Example
White with #8BCD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCD61; }
p { color: rgb(139,205,97); }
H1.HeaderClassName
{
color: #8BCD61;
}
.AnyTagClassName
{
color: #8BCD61;
}
</style>
background-color css
<style>
a { background-color: #8BCD61; }
a { background-color: rgb(139,205,97); }
div.DivClassName
{
background-color: #8BCD61;
}
.BgClassName
{
background-color: #8BCD61;
}
</style>
border-color css
<style>
span { border-color: #8BCD61; }
span { border-color: rgb(139,205,97); }
td.TdClassName
{
border-color: #8BCD61;
}
.TagClassName
{
border-color: #8BCD61;
}
</style>