Shades of Mantis #86CC5B
Tints of Mantis #86CC5B
RGB
CMYK
RGB Variations
Color information
#86CC5B (or 0x86CC5B) is known color: Mantis. HEX triplet: 86, CC and 5B. RGB value is (134,204,91). Sum of RGB (Red+Green+Blue) = 134+204+91=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 204 - color contains mainly: green. Hex color #86CC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CC5B is #7933A4. Grayscale: #AAAAAA. Windows color (decimal): -7943077 or 6016134. OLE color: 6016134.
HSL color Cylindrical-coordinate representation of color #86CC5B: hue angle of 97.17º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #86CC5B is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 204 | 91 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.2 |
| HSL | 97.17º | 0.53% | 0.58% | - |
| HSV(B) | 97.17º | 0.55% | 0.8% | - |
| XYZ | 33.31 | 49.01 | 17.6 | - |
| YUV | 170.19 | 83.31 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 204 | 91 | 0.34 | 0 | 0.55 | 0.2 | 97.17 | 0.53 | 0.58 |
| Hex | 86 | CC | 5B | 22 | 0 | 37 | 14 | 61 | 35 | 3A |
| Octal | 206 | 314 | 133 | 42 | 0 | 67 | 24 | 141 | 65 | 72 |
| Binary | 10000110 | 11001100 | 1011011 | 100010 | 0 | 110111 | 10100 | 1100001 | 110101 | 111010 |
Color Harmonies of #86CC5B
Complementary color
Monochromatic Colors of #86CC5B
Black with #86CC5B
Text Example
Text Example
White with #86CC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CC5B; }
p { color: rgb(134,204,91); }
H1.HeaderClassName
{
color: #86CC5B;
}
.AnyTagClassName
{
color: #86CC5B;
}
</style>
background-color css
<style>
a { background-color: #86CC5B; }
a { background-color: rgb(134,204,91); }
div.DivClassName
{
background-color: #86CC5B;
}
.BgClassName
{
background-color: #86CC5B;
}
</style>
border-color css
<style>
span { border-color: #86CC5B; }
span { border-color: rgb(134,204,91); }
td.TdClassName
{
border-color: #86CC5B;
}
.TagClassName
{
border-color: #86CC5B;
}
</style>