Shades of Mantis #86CB5C
Tints of Mantis #86CB5C
RGB
CMYK
RGB Variations
Color information
#86CB5C (or 0x86CB5C) is known color: Mantis. HEX triplet: 86, CB and 5C. RGB value is (134,203,92). Sum of RGB (Red+Green+Blue) = 134+203+92=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 203 - color contains mainly: green. Hex color #86CB5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CB5C is #7934A3. Grayscale: #AAAAAA. Windows color (decimal): -7943332 or 6081414. OLE color: 6081414.
HSL color Cylindrical-coordinate representation of color #86CB5C: hue angle of 97.3º degrees, saturation: 0.52, 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 #86CB5C is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 203 | 92 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.20 |
| HSL | 97.3º | 0.52% | 0.58% | - |
| HSV(B) | 97.3º | 0.55% | 0.8% | - |
| XYZ | 33.12 | 48.55 | 17.75 | - |
| YUV | 169.72 | 84.14 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 203 | 92 | 0.34 | 0 | 0.55 | 0.20 | 97.3 | 0.52 | 0.58 |
| Hex | 86 | CB | 5C | 22 | 0 | 37 | 14 | 61 | 34 | 3A |
| Octal | 206 | 313 | 134 | 42 | 0 | 67 | 24 | 141 | 64 | 72 |
| Binary | 10000110 | 11001011 | 1011100 | 100010 | 0 | 110111 | 10100 | 1100001 | 110100 | 111010 |
Color Harmonies of #86CB5C
Complementary color
Monochromatic Colors of #86CB5C
Black with #86CB5C
Text Example
Text Example
White with #86CB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CB5C; }
p { color: rgb(134,203,92); }
H1.HeaderClassName
{
color: #86CB5C;
}
.AnyTagClassName
{
color: #86CB5C;
}
</style>
background-color css
<style>
a { background-color: #86CB5C; }
a { background-color: rgb(134,203,92); }
div.DivClassName
{
background-color: #86CB5C;
}
.BgClassName
{
background-color: #86CB5C;
}
</style>
border-color css
<style>
span { border-color: #86CB5C; }
span { border-color: rgb(134,203,92); }
td.TdClassName
{
border-color: #86CB5C;
}
.TagClassName
{
border-color: #86CB5C;
}
</style>