#86C56C

Color #86C56C Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #86C56C

Tints of Mantis #86C56C

Color information

#86C56C (or 0x86C56C) is unknown color: approx Mantis. HEX triplet: 86, C5 and 6C. RGB value is (134,197,108). Sum of RGB (Red+Green+Blue) = 134+197+108=439 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.52% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 197 - color contains mainly: green. Hex color #86C56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C56C is #793A93. Grayscale: #A8A8A8. Windows color (decimal): -7944852 or 7128454. OLE color: 7128454.

HSL color Cylindrical-coordinate representation of color #86C56C: hue angle of 102.47º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86C56C is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB134197108-
CMYK0.3200.450.23
HSL102.47º43.41%59.8%-
HSV(B)102.47º45.18%77.25%-
XYZ32.546.0821.37-
YUV168.0294.13103.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 30.52%
GREEN value IS 197 (77.34% from 255) = 44.87%
BLUE value IS 108 (42.58% from 255) = 24.60%
R=30.52%
G=44.87%
B=24.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1341971080.3200.450.23102.4743.4159.8
Hex86C56C2002D17662b3c
Octal20630515440055271465374
Binary100001101100010111011001000000101101101111100110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86C56C; }

 p { color: rgb(134,197,108); }

 H1.HeaderClassName
 {
   color: #86C56C;
 }
 .AnyTagClassName
 {
   color: #86C56C;
 }
</style>
background-color css

<style>
 a { background-color: #86C56C; }

 a { background-color: rgb(134,197,108); }

 div.DivClassName
 {
   background-color: #86C56C;
 }
 .BgClassName
 {
   background-color: #86C56C;
 }
</style>
border-color css

<style>
 span { border-color: #86C56C; }

 span { border-color: rgb(134,197,108); }

 td.TdClassName
 {
   border-color: #86C56C;
 }
 .TagClassName
 {
   border-color: #86C56C;
 }
</style>